PIPS
inlinable Struct Reference

INLINE[] gives, for each inlinable (i.e., unboxed) type, its NAME, its initial VALUE and its printing FORMAT (for each language which can be a target. More...

Data Fields

string name
 
string C_value
 
string C_format
 
string Lisp_value
 
string Lisp_format
 

Detailed Description

INLINE[] gives, for each inlinable (i.e., unboxed) type, its NAME, its initial VALUE and its printing FORMAT (for each language which can be a target.

Definition at line 45 of file build.c.

Field Documentation

◆ C_format

string inlinable::C_format

Definition at line 48 of file build.c.

◆ C_value

string inlinable::C_value

Definition at line 47 of file build.c.

◆ Lisp_format

string inlinable::Lisp_format

Definition at line 50 of file build.c.

◆ Lisp_value

string inlinable::Lisp_value

Definition at line 49 of file build.c.

Referenced by init_member().

◆ name

string inlinable::name

Definition at line 46 of file build.c.

Referenced by init().


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