YetAnotherCoupler 3.5.2
|
Public Types | |
enum | { LINK = 0 , FIXED = 1 , NO_INTERP = 2 } |
Data Fields | ||
enum temp_result:: { ... } | type | |
union { | ||
struct { | ||
struct link_data * links | ||
size_t count | ||
} link | ||
struct { | ||
double value | ||
} fixed | ||
} | data | |
struct { | ||
yac_int global_id | ||
size_t local_id | ||
} | tgt | |
int | owner | |
size_t | reorder_idx | |
Definition at line 54 of file interp_method_file.c.
anonymous enum |
Enumerator | |
---|---|
LINK | |
FIXED | |
NO_INTERP |
Definition at line 55 of file interp_method_file.c.
size_t temp_result::count |
Definition at line 63 of file interp_method_file.c.
union { ... } temp_result::data |
struct { ... } temp_result::fixed |
yac_int temp_result::global_id |
Definition at line 70 of file interp_method_file.c.
struct { ... } temp_result::link |
struct link_data* temp_result::links |
Definition at line 62 of file interp_method_file.c.
size_t temp_result::local_id |
Definition at line 71 of file interp_method_file.c.
int temp_result::owner |
Definition at line 73 of file interp_method_file.c.
size_t temp_result::reorder_idx |
Definition at line 74 of file interp_method_file.c.
struct { ... } temp_result::tgt |
enum { ... } temp_result::type |
double temp_result::value |
Definition at line 66 of file interp_method_file.c.