Searched refs:bSimpleReturn (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/bridges/source/cpp_uno/gcc3_macosx_intel/ |
H A D | uno2cpp.cxx | 59 typelib_TypeDescription * pReturnTypeDescr, bool bSimpleReturn, 67 typelib_TypeDescription * pReturnTypeDescr, bool bSimpleReturn, in callVirtualMethod() argument 153 if (bSimpleReturn && nRetSize <= 8 && nRetSize > 0) { in callVirtualMethod() 182 bool bSimpleReturn = true; in cpp_call() local 186 bSimpleReturn = CPPU_CURRENT_NAMESPACE::isSimpleReturnType( in cpp_call() 188 if (bSimpleReturn) in cpp_call() 284 pCppReturn, pReturnTypeDescr, bSimpleReturn, in cpp_call()
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_x86-64/ |
H A D | uno2cpp.cxx | 53 … void * pRegisterReturn, typelib_TypeDescriptionReference * pReturnTypeRef, bool bSimpleReturn, 59 … void * pRegisterReturn, typelib_TypeDescriptionReference * pReturnTypeRef, bool bSimpleReturn, in callVirtualMethod() argument 184 if (bSimpleReturn && nRetSize <= 16 && nRetSize > 0) in callVirtualMethod() 279 bool bSimpleReturn = true; in cpp_call() local 283 bSimpleReturn = false; in cpp_call() 285 if ( bSimpleReturn ) in cpp_call() 389 pCppReturn, pReturnTypeRef, bSimpleReturn, in cpp_call()
|
/aoo4110/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/ |
H A D | uno2cpp.cxx | 53 … void * pRegisterReturn, typelib_TypeDescriptionReference * pReturnTypeRef, bool bSimpleReturn, 59 … void * pRegisterReturn, typelib_TypeDescriptionReference * pReturnTypeRef, bool bSimpleReturn, in callVirtualMethod() argument 185 if (bSimpleReturn && nRetSize <= 16 && nRetSize > 0) in callVirtualMethod() 280 bool bSimpleReturn = true; in cpp_call() local 284 bSimpleReturn = false; in cpp_call() 286 if ( bSimpleReturn ) in cpp_call() 390 pCppReturn, pReturnTypeRef, bSimpleReturn, in cpp_call()
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/ |
H A D | uno2cpp.cxx | 60 … void * pRegisterReturn, typelib_TypeDescriptionReference * pReturnTypeRef, bool bSimpleReturn, 66 … void * pRegisterReturn, typelib_TypeDescriptionReference * pReturnTypeRef, bool bSimpleReturn, in callVirtualMethod() argument 190 if (bSimpleReturn && nRetSize <= 16 && nRetSize > 0) in callVirtualMethod() 285 bool bSimpleReturn = true; in cpp_call() local 289 bSimpleReturn = false; in cpp_call() 291 if ( bSimpleReturn ) in cpp_call() 395 pCppReturn, pReturnTypeRef, bSimpleReturn, in cpp_call()
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_ia64/ |
H A D | uno2cpp.cxx | 46 … &rRet, double dret, typelib_TypeDescription * pReturnTypeDescr, bool bSimpleReturn, sal_uInt64 *p… in MapReturn() argument 76 if (bSimpleReturn && nRetSize <= 32 && nRetSize > 0) in MapReturn() 160 void * pRegisterReturn, typelib_TypeDescription * pReturnTypeDescr, bool bSimpleReturn, in callVirtualMethod() argument 242 MapReturn(ret, f8, pReturnTypeDescr, bSimpleReturn, (sal_uInt64*)pRegisterReturn); in callVirtualMethod() 332 bool bSimpleReturn = true; in cpp_call() local 339 bSimpleReturn = false; in cpp_call() 341 if ( bSimpleReturn ) in cpp_call() 499 pCppReturn, pReturnTypeDescr, bSimpleReturn, in cpp_call()
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_freebsd_arm/ |
H A D | uno2cpp.cxx | 342 bool bSimpleReturn = true; in cpp_call() local 346 bSimpleReturn = false; in cpp_call() 348 if (bSimpleReturn) in cpp_call()
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_arm/ |
H A D | uno2cpp.cxx | 342 bool bSimpleReturn = true; in cpp_call() local 346 bSimpleReturn = false; in cpp_call() 348 if (bSimpleReturn) in cpp_call()
|
Completed in 37 milliseconds