|
LLVM
8.0.1
|

Public Attributes | |
| char * | next |
| char * | end |
| int | error |
| sop * | strip |
| sopno | ssize |
| sopno | slen |
| int | ncsalloc |
| struct re_guts * | g |
| sopno | pbegin [NPAREN] |
| sopno | pend [NPAREN] |
| char* parse::end |
Definition at line 193 of file regcomp.c.
Referenced by bothcases(), llvm_regcomp(), nonnewline(), p_bracket(), and seterr().
| int parse::error |
Definition at line 194 of file regcomp.c.
Referenced by categorize(), doemit(), dofwd(), doinsert(), findmust(), llvm_regcomp(), p_bracket(), pluscount(), repeat(), and seterr().
| struct re_guts* parse::g |
Definition at line 199 of file regcomp.c.
Referenced by allocset(), firstch(), freeset(), freezeset(), llvm_regcomp(), nch(), ordinary(), p_bracket(), p_bre(), p_ere_exp(), and p_simp_re().
| int parse::ncsalloc |
Definition at line 198 of file regcomp.c.
Referenced by allocset(), and llvm_regcomp().
| char* parse::next |
Definition at line 192 of file regcomp.c.
Referenced by bothcases(), llvm_regcomp(), nonnewline(), p_b_cclass(), p_b_coll_elem(), p_bracket(), and seterr().
Definition at line 201 of file regcomp.c.
Referenced by doinsert(), llvm_regcomp(), p_ere_exp(), and p_simp_re().
Definition at line 202 of file regcomp.c.
Referenced by doinsert(), llvm_regcomp(), p_ere_exp(), and p_simp_re().
| sopno parse::slen |
Definition at line 197 of file regcomp.c.
Referenced by doemit(), dupl(), llvm_regcomp(), and stripsnug().
| sopno parse::ssize |
| sop* parse::strip |
Definition at line 195 of file regcomp.c.
Referenced by doemit(), dofwd(), doinsert(), dupl(), enlarge(), llvm_regcomp(), p_ere_exp(), p_simp_re(), and stripsnug().
1.8.13