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

A struct with mixed integer and floating-point members. More...

#include <types.h>

Public Attributes

int i
 
double d
 

Detailed Description

A struct with mixed integer and floating-point members.

This struct is crucial for testing the complex classification rules of the System V AMD64 ABI. An aggregate of this type should be split and passed in one integer register (for i) and one floating-point register (for d).

Member Data Documentation

◆ d

double MixedIntDouble::d

◆ i

int MixedIntDouble::i

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