Searched refs:retconv (Results 1 – 2 of 2) sorted by relevance
142 bool retconv = bridges::cpp_uno::shared::relatesToInterfaceType(rtd); in call() local143 OSL_ASSERT(!(directRet && retconv)); in call()146 ret = retconv ? alloca(rtd->nSize) : returnValue; in call()386 } else if (retconv) { in call()
136 bool retconv = in call() local138 OSL_ASSERT(!(directReturn && retconv)); in call()146 retin = retconv ? alloca(rtd->nSize) : retout; in call()396 } else if (retconv) { in call()
Completed in 16 milliseconds