| GCC Middle and Back End API Reference
    | 
| Data Fields | |
| htab_t | attrs | 
| htab_t | iterators | 
| const char * | type | 
| HOST_WIDE_INT(* | find_builtin )(const char *) | 
| void(* | apply_iterator )(rtx, unsigned int, HOST_WIDE_INT) | 
| const char *(* | get_c_token )(int) | 
| bool | has_self_attr | 
A structure for abstracting the common parts of iterators.
| void(* iterator_group::apply_iterator) (rtx, unsigned int, HOST_WIDE_INT) | 
Referenced by md_reader::record_potential_iterator_use().
| htab_t iterator_group::attrs | 
| HOST_WIDE_INT(* iterator_group::find_builtin) (const char *) | 
Referenced by md_reader::record_potential_iterator_use().
| const char *(* iterator_group::get_c_token) (int) | 
| bool iterator_group::has_self_attr | 
| htab_t iterator_group::iterators | 
Referenced by md_reader::record_potential_iterator_use().
| const char* iterator_group::type |