ACT Library
|
The sizing { ... } body data. More...
#include <lang.h>
Public Member Functions | |
A_DECL (act_sizing_directive, d) | |
all sizing directives | |
Public Attributes | |
int | p_specified |
1 if p_n_mode is specified, 0 otherwise | |
int | unit_n_specified |
1 if unit_n specified, 0 otherwise | |
int | leak_adjust_specified |
1 if leak_adjust specified, 0 otherwise | |
Expr * | p_n_mode_e |
p_n_mode expression | |
Expr * | unit_n_e |
unit_n expression | |
Expr * | leak_adjust_e |
leak_adjust expression | |
int | p_n_mode |
p_n_mode after expansion (default 0) | |
int | unit_n |
unit_n after expansion | |
int | leak_adjust |
leak_adjust after expansion (default 0) | |
act_sizing * | next |
next sizing body | |
The sizing { ... } body data.
act_sizing::A_DECL | ( | act_sizing_directive | , |
d | |||
) |
all sizing directives
int act_sizing::leak_adjust |
leak_adjust after expansion (default 0)
Expr* act_sizing::leak_adjust_e |
leak_adjust expression
int act_sizing::leak_adjust_specified |
1 if leak_adjust specified, 0 otherwise
act_sizing* act_sizing::next |
next sizing body
int act_sizing::p_n_mode |
p_n_mode after expansion (default 0)
Expr* act_sizing::p_n_mode_e |
p_n_mode expression
int act_sizing::p_specified |
1 if p_n_mode is specified, 0 otherwise
int act_sizing::unit_n |
unit_n after expansion
Expr* act_sizing::unit_n_e |
unit_n expression
int act_sizing::unit_n_specified |
1 if unit_n specified, 0 otherwise