infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
LargeStruct Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ a

int LargeStruct::a

◆ b

int LargeStruct::b

◆ c

int LargeStruct::c

◆ d

int LargeStruct::d

◆ e

int LargeStruct::e

◆ f

int LargeStruct::f

The documentation for this struct was generated from the following file: