| /trunk/main/bridges/source/cpp_uno/s5abi_macosx_aarch64/ |
| H A D | abi.cxx | 129 bool classifyAggregate( typelib_TypeDescriptionReference *pTypeRef, int &nUsedGPR, int &nUsedFPR ) in classifyAggregate() argument 136 nUsedGPR = 0; in classifyAggregate() 154 nUsedGPR = ( nSize > 8 ) ? 2 : 1; in classifyAggregate() 161 …ent( typelib_TypeDescriptionReference *pTypeRef, bool /*bInReturn*/, int &nUsedGPR, int &nUsedFPR ) in examine_argument() argument 163 nUsedGPR = 0; in examine_argument() 181 nUsedGPR = 1; in examine_argument() 197 nUsedGPR = 1; in examine_argument() 202 return classifyAggregate( pTypeRef, nUsedGPR, nUsedFPR ); in examine_argument() 223 int nUsedGPR = 0; in fill_struct() local 225 if ( !examine_argument( pTypeRef, true, nUsedGPR, nUsedFPR ) ) in fill_struct() [all …]
|
| H A D | cpp2uno.cxx | 123 int nUsedGPR = 0; in cpp2uno_call() local 125 … bool bFitsRegisters = aarch64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedFPR ); in cpp2uno_call() 129 …OSL_ASSERT( bFitsRegisters && ( ( nUsedFPR == 1 && nUsedGPR == 0 ) || ( nUsedFPR == 0 && nUsedGPR … in cpp2uno_call() 141 else if ( nUsedGPR == 1 ) in cpp2uno_call()
|
| H A D | abi.hxx | 63 bool examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, i…
|
| /trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/ |
| H A D | cpp2uno.cxx | 119 int nUsedGPR = 0; in cpp2uno_call() local 124 x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call() 128 …OSL_ASSERT( bFitsRegisters && ( ( nUsedSSE == 1 && nUsedGPR == 0 ) || ( nUsedSSE == 0 && nUsedGPR … in cpp2uno_call() 140 else if ( nUsedGPR == 1 ) in cpp2uno_call()
|
| H A D | abi.cxx | 272 …rgument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, int &nUsedSSE ) in examine_argument() argument 282 nUsedGPR = 0; in examine_argument() 289 nUsedGPR++; in examine_argument()
|
| H A D | abi.hxx | 49 bool examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, i…
|
| /trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/ |
| H A D | cpp2uno.cxx | 118 int nUsedGPR = 0; in cpp2uno_call() local 123 x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call() 127 …OSL_ASSERT( bFitsRegisters && ( ( nUsedSSE == 1 && nUsedGPR == 0 ) || ( nUsedSSE == 0 && nUsedGPR … in cpp2uno_call() 139 else if ( nUsedGPR == 1 ) in cpp2uno_call()
|
| H A D | abi.cxx | 272 …rgument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, int &nUsedSSE ) in examine_argument() argument 282 nUsedGPR = 0; in examine_argument() 289 nUsedGPR++; in examine_argument()
|
| H A D | abi.hxx | 49 bool examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, i…
|
| /trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/ |
| H A D | cpp2uno.cxx | 118 int nUsedGPR = 0; in cpp2uno_call() local 120 … bool bFitsRegisters = x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call() 124 …OSL_ASSERT( bFitsRegisters && ( ( nUsedSSE == 1 && nUsedGPR == 0 ) || ( nUsedSSE == 0 && nUsedGPR … in cpp2uno_call() 136 else if ( nUsedGPR == 1 ) in cpp2uno_call()
|
| H A D | abi.cxx | 272 …rgument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, int &nUsedSSE ) in examine_argument() argument 282 nUsedGPR = 0; in examine_argument() 289 nUsedGPR++; in examine_argument()
|
| H A D | abi.hxx | 49 bool examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, i…
|