Home
last modified time | relevance | path

Searched refs:nRetSize (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/bridges/source/cpp_uno/gcc3_macosx_intel/
H A Duno2cpp.cxx152 sal_Int32 const nRetSize = pReturnTypeDescr->nSize; in callVirtualMethod() local
153 if (bSimpleReturn && nRetSize <= 8 && nRetSize > 0) { in callVirtualMethod()
154 if (nRetSize > 4) in callVirtualMethod()
H A Dcpp2uno.cxx398 sal_Int32 const nRetSize = pReturnTypeDescr->nSize; in codeSnippet() local
400 if (bSimpleReturnStruct && nRetSize <= 8) { in codeSnippet()
402 if (nRetSize > 4) in codeSnippet()
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Duno2cpp.cxx75 sal_uInt32 nRetSize = pReturnTypeDescr->nSize; in MapReturn() local
76 if (bSimpleReturn && nRetSize <= 32 && nRetSize > 0) in MapReturn()
77 memcpy(pRegisterReturn, (void*)&rRet, nRetSize); in MapReturn()
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Duno2cpp.cxx183 sal_Int32 const nRetSize = pReturnTypeRef->pType->nSize; in callVirtualMethod() local
184 if (bSimpleReturn && nRetSize <= 16 && nRetSize > 0) in callVirtualMethod()
/aoo4110/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Duno2cpp.cxx184 sal_Int32 const nRetSize = pReturnTypeRef->pType->nSize; in callVirtualMethod() local
185 if (bSimpleReturn && nRetSize <= 16 && nRetSize > 0) in callVirtualMethod()
/aoo4110/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Duno2cpp.cxx189 sal_Int32 const nRetSize = pReturnTypeRef->pType->nSize; in callVirtualMethod() local
190 if (bSimpleReturn && nRetSize <= 16 && nRetSize > 0) in callVirtualMethod()

Completed in 40 milliseconds