Home
last modified time | relevance | path

Searched refs:retconv (Results 1 – 2 of 2) sorted by relevance

/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Duno2cpp.cxx142 bool retconv = bridges::cpp_uno::shared::relatesToInterfaceType(rtd); in call() local
143 OSL_ASSERT(!(directRet && retconv)); in call()
146 ret = retconv ? alloca(rtd->nSize) : returnValue; in call()
386 } else if (retconv) { in call()
H A Dcpp2uno.cxx136 bool retconv = in call() local
138 OSL_ASSERT(!(directReturn && retconv)); in call()
146 retin = retconv ? alloca(rtd->nSize) : retout; in call()
396 } else if (retconv) { in call()

Completed in 27 milliseconds