Home
last modified time | relevance | path

Searched refs:examine_argument (Results 1 – 12 of 12) sorted by relevance

/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dabi.cxx272 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 Dabi.hxx49 bool examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, i…
H A Dcpp2uno.cxx123 x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dabi.cxx272 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 Dabi.hxx49 bool examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, i…
H A Dcpp2uno.cxx124 x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call()
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dabi.cxx272 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 Dabi.hxx49 bool examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, i…
H A Dcpp2uno.cxx120 … bool bFitsRegisters = x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call()
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_aarch64/
H A Dabi.cxx161 bool aarch64::examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool /*bInReturn*/, int… in examine_argument() function in aarch64
218 return !examine_argument( pTypeRef, true, g, s ); in return_in_hidden_param()
225 if ( !examine_argument( pTypeRef, true, nUsedGPR, nUsedFPR ) ) in fill_struct()
H A Dabi.hxx63 bool examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, i…
H A Dcpp2uno.cxx125 … bool bFitsRegisters = aarch64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedFPR ); in cpp2uno_call()