26 #include <typelib/typedescription.hxx>
44 bool examine_argument( typelib_TypeDescriptionReference *pTypeRef,
int &nUsedGPR,
int &nUsedSSE ) noexcept;
63 void fill_struct( typelib_TypeDescriptionReference *pTypeRef,
const sal_uInt64* pGPR,
const double* pSSE,
void *pStruct ) noexcept;
const sal_uInt32 MAX_GPR_REGS
void fill_struct(typelib_TypeDescriptionReference *pTypeRef, const sal_uInt64 *pGPR, const double *pSSE, void *pStruct) noexcept
ReturnKind getReturnKind(typelib_TypeDescriptionReference *type) noexcept
bool examine_argument(typelib_TypeDescriptionReference *pTypeRef, int &nUsedGPR, int &nUsedSSE) noexcept
const sal_uInt32 MAX_SSE_REGS
bool return_in_hidden_param(typelib_TypeDescriptionReference *pTypeRef) noexcept
Does function that returns this type use a hidden parameter, or registers?