LLVM  3.7.0
Public Attributes | List of all members
parse Struct Reference
Collaboration diagram for parse:
[legend]

Public Attributes

char * next
 
char * end
 
int error
 
sopstrip
 
sopno ssize
 
sopno slen
 
int ncsalloc
 
struct re_gutsg
 
sopno pbegin [NPAREN]
 
sopno pend [NPAREN]
 

Detailed Description

Definition at line 64 of file regcomp.c.

Member Data Documentation

char* parse::end

Definition at line 66 of file regcomp.c.

Referenced by bothcases(), llvm_regcomp(), nonnewline(), p_bracket(), and seterr().

int parse::error
struct re_guts* parse::g
int parse::ncsalloc

Definition at line 71 of file regcomp.c.

Referenced by allocset(), and llvm_regcomp().

char* parse::next

Definition at line 65 of file regcomp.c.

Referenced by bothcases(), llvm_regcomp(), nonnewline(), p_b_cclass(), p_b_coll_elem(), p_bracket(), and seterr().

sopno parse::pbegin[NPAREN]

Definition at line 74 of file regcomp.c.

Referenced by doinsert(), llvm_regcomp(), p_ere_exp(), and p_simp_re().

sopno parse::pend[NPAREN]

Definition at line 75 of file regcomp.c.

Referenced by doinsert(), llvm_regcomp(), p_ere_exp(), and p_simp_re().

sopno parse::slen

Definition at line 70 of file regcomp.c.

Referenced by doemit(), dupl(), llvm_regcomp(), and stripsnug().

sopno parse::ssize

Definition at line 69 of file regcomp.c.

Referenced by doemit(), dupl(), enlarge(), and llvm_regcomp().

sop* parse::strip

Definition at line 68 of file regcomp.c.

Referenced by doemit(), dofwd(), doinsert(), dupl(), enlarge(), llvm_regcomp(), p_ere_exp(), p_simp_re(), and stripsnug().


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