infix
A JIT-Powered FFI Library for C
|
A struct with a size greater than 16 bytes. More...
#include <types.h>
Public Attributes | |
int | a |
int | b |
int | c |
int | d |
int | e |
int | f |
A struct with a size greater than 16 bytes.
This struct is guaranteed to be too large to be passed in registers on any of the major 64-bit ABIs. It is used to test passing by reference on the stack and returning via a hidden pointer argument.
int LargeStruct::a |
int LargeStruct::b |
int LargeStruct::c |
int LargeStruct::d |
int LargeStruct::e |
int LargeStruct::f |