|
YAC 3.12.0
Yet Another Coupler
|

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 57 of file interp_method_file.c.
| anonymous enum |
| Enumerator | |
|---|---|
| LINK | |
| FIXED | |
| NO_INTERP | |
Definition at line 58 of file interp_method_file.c.
| size_t temp_result::count |
Definition at line 66 of file interp_method_file.c.
| union { ... } temp_result::data |
| struct { ... } temp_result::fixed |
| yac_int temp_result::global_id |
Definition at line 73 of file interp_method_file.c.
| struct { ... } temp_result::link |
| struct link_data* temp_result::links |
Definition at line 65 of file interp_method_file.c.
| size_t temp_result::local_id |
Definition at line 74 of file interp_method_file.c.
| int temp_result::owner |
Definition at line 76 of file interp_method_file.c.
| size_t temp_result::reorder_idx |
Definition at line 77 of file interp_method_file.c.
| struct { ... } temp_result::tgt |
| enum { ... } temp_result::type |
| double temp_result::value |
Definition at line 69 of file interp_method_file.c.