|
GCC Middle and Back End API Reference
|

Data Fields | |
| const char * | name |
| struct iterator_group * | group |
| struct map_value * | values |
| struct map_value * | current_value |
Maps an iterator or attribute name to a list of (integer, string) pairs. The integers are iterator values; the strings are either C conditions or attribute values.
| struct map_value* mapping::current_value |
Referenced by add_current_iterators(), add_mapping(), apply_iterators(), and map_attr_string().
| struct iterator_group* mapping::group |
Referenced by add_mapping(), apply_iterators(), and map_attr_string().
| const char* mapping::name |
Referenced by add_mapping(), apply_iterators(), check_code_iterator(), and map_attr_string().
| struct map_value* mapping::values |