LibreOffice Module bridges (master) 1
|
Go to the source code of this file.
Enumerations | |
enum | StructKind { STRUCT_KIND_EMPTY , STRUCT_KIND_FLOAT , STRUCT_KIND_DOUBLE , STRUCT_KIND_POD , STRUCT_KIND_DTOR } |
Functions | |
static StructKind | getStructKind (typelib_CompoundTypeDescription const *type) |
ReturnKind | getReturnKind (typelib_TypeDescription const *type) |
enum StructKind |
Enumerator | |
---|---|
STRUCT_KIND_EMPTY | |
STRUCT_KIND_FLOAT | |
STRUCT_KIND_DOUBLE | |
STRUCT_KIND_POD | |
STRUCT_KIND_DTOR |
Definition at line 27 of file msvc_win32_arm64/abi.cxx.
ReturnKind getReturnKind | ( | typelib_TypeDescription const * | type | ) |
Definition at line 111 of file msvc_win32_arm64/abi.cxx.
References getStructKind(), RETURN_KIND_HFA_DOUBLE, RETURN_KIND_HFA_FLOAT, RETURN_KIND_INDIRECT, RETURN_KIND_REG, STRUCT_KIND_DOUBLE, STRUCT_KIND_DTOR, STRUCT_KIND_FLOAT, and type.
|
static |
Definition at line 36 of file msvc_win32_arm64/abi.cxx.
References getStructKind(), i, STRUCT_KIND_DOUBLE, STRUCT_KIND_DTOR, STRUCT_KIND_EMPTY, STRUCT_KIND_FLOAT, STRUCT_KIND_POD, and type.
Referenced by abi_aarch64::getReturnKind(), getReturnKind(), and getStructKind().