Searched refs:examine_argument (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/ |
H A D | abi.cxx | 272 bool x86_64::examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUs… in examine_argument() function in x86_64 317 return examine_argument( pTypeRef, true, g, s ) == 0; in return_in_hidden_param() 371 && examine_argument (ecif->cif->rtype, 1, &g, &s) == 0) 420 if (examine_argument (*p_arg, 0, &g, &s) == 0 476 && examine_argument (cif->rtype, 1, &g, &s) == 0) 484 if (examine_argument (cif->arg_types[i], 0, &g, &s) == 0 628 (examine_argument (cif->rtype, 1, &dummy, &dummy) == 0))
|
H A D | abi.hxx | 49 bool examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, i…
|
H A D | cpp2uno.cxx | 124 x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_x86-64/ |
H A D | abi.cxx | 272 bool x86_64::examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUs… in examine_argument() function in x86_64 317 return examine_argument( pTypeRef, true, g, s ) == 0; in return_in_hidden_param() 371 && examine_argument (ecif->cif->rtype, 1, &g, &s) == 0) 420 if (examine_argument (*p_arg, 0, &g, &s) == 0 476 && examine_argument (cif->rtype, 1, &g, &s) == 0) 484 if (examine_argument (cif->arg_types[i], 0, &g, &s) == 0 628 (examine_argument (cif->rtype, 1, &dummy, &dummy) == 0))
|
H A D | abi.hxx | 49 bool examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, i…
|
H A D | cpp2uno.cxx | 123 x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call()
|
/aoo41x/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/ |
H A D | abi.cxx | 272 bool x86_64::examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUs… in examine_argument() function in x86_64 317 return examine_argument( pTypeRef, true, g, s ) == 0; in return_in_hidden_param() 371 && examine_argument (ecif->cif->rtype, 1, &g, &s) == 0) 420 if (examine_argument (*p_arg, 0, &g, &s) == 0 476 && examine_argument (cif->rtype, 1, &g, &s) == 0) 484 if (examine_argument (cif->arg_types[i], 0, &g, &s) == 0 628 (examine_argument (cif->rtype, 1, &dummy, &dummy) == 0))
|
H A D | abi.hxx | 49 bool examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, i…
|
H A D | cpp2uno.cxx | 120 bool bFitsRegisters = x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call()
|
Completed in 98 milliseconds