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

Data Fields

const char * name
char automaton_is_used
automaton_t corresponding_automaton

Detailed Description

This describes define_automaton (see file rtl.def).


Field Documentation

char automaton_decl::automaton_is_used

The following fields are defined by automaton generator. The following field value is nonzero if the automaton is used in an regexp definition.

automaton_t automaton_decl::corresponding_automaton

The following fields are defined by checker. The following field value is the corresponding automaton. This field is not NULL only if the automaton is present in unit declarations and the automatic partition on automata is not used.

const char* automaton_decl::name

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