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

◆ allof

struct allof_regexp regexp::allof

◆ mode

◆ nothing

struct nothing_regexp regexp::nothing

◆ oneof

struct oneof_regexp regexp::oneof

◆ pos

pos_t regexp::pos

◆ [union]

union { ... } regexp::regexp

◆ repeat

struct repeat_regexp regexp::repeat

◆ reserv

struct reserv_regexp regexp::reserv

◆ sequence

struct sequence_regexp regexp::sequence

◆ unit

struct unit_regexp regexp::unit

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