LibreOffice Module bridges (master) 1
|
#include <typelib/typedescription.h>
Go to the source code of this file.
Enumerations | |
enum | ReturnKind { RETURN_KIND_REG , RETURN_KIND_HFA_FLOAT , RETURN_KIND_HFA_DOUBLE , RETURN_KIND_INDIRECT } |
Functions | |
ReturnKind | getReturnKind (typelib_TypeDescription const *type) |
enum ReturnKind |
Enumerator | |
---|---|
RETURN_KIND_REG | |
RETURN_KIND_HFA_FLOAT | |
RETURN_KIND_HFA_DOUBLE | |
RETURN_KIND_INDIRECT |
Definition at line 24 of file msvc_win32_arm64/abi.hxx.
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.