LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
parse Struct Reference
Collaboration diagram for parse:
Collaboration graph
[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 56 of file regcomp.c.

Member Data Documentation

char* parse::end

Definition at line 58 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 63 of file regcomp.c.

Referenced by allocset(), and llvm_regcomp().

char* parse::next

Definition at line 57 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 66 of file regcomp.c.

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

sopno parse::pend[NPAREN]

Definition at line 67 of file regcomp.c.

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

sopno parse::slen

Definition at line 62 of file regcomp.c.

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

sopno parse::ssize

Definition at line 61 of file regcomp.c.

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

sop* parse::strip

Definition at line 60 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: