GCC Middle and Back End API Reference
regexp Struct Reference
Collaboration diagram for regexp:

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

Detailed Description

   Representation of a reservation string.  

Field Documentation

struct allof_regexp regexp::allof
struct nothing_regexp regexp::nothing
struct oneof_regexp regexp::oneof
pos_t regexp::pos
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

The documentation for this struct was generated from the following file: