|
GCC Middle and Back End API Reference
|

Data Fields | |
| enum regexp_mode | mode |
| pos_t | pos |
| union { | |
| struct unit_regexp unit | |
| struct reserv_regexp reserv | |
| struct nothing_regexp nothing | |
| struct sequence_regexp sequence | |
| struct repeat_regexp repeat | |
| struct allof_regexp allof | |
| struct oneof_regexp oneof | |
| } | regexp |
Representation of a reservation string.
| struct allof_regexp regexp::allof |
| enum regexp_mode regexp::mode |
What node in the union?
Referenced by automata_list_finish(), automata_list_hash(), check_presence_pattern_sets(), copy_insn_regexp(), and store_alt_unit_usage().
| struct nothing_regexp regexp::nothing |
| struct oneof_regexp regexp::oneof |
| pos_t regexp::pos |
Referenced by check_presence_pattern_sets(), and copy_insn_regexp().
| union { ... } regexp::regexp |
Referenced by automata_list_finish().
| struct repeat_regexp regexp::repeat |
| struct reserv_regexp regexp::reserv |
| struct sequence_regexp regexp::sequence |
| struct unit_regexp regexp::unit |