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

Public Attributes

charnext
 
charend
 
int error
 
sopstrip
 
sopno ssize
 
sopno slen
 
int ncsalloc
 
struct re_gutsg
 
sopno pbegin [NPAREN]
 
sopno pend [NPAREN]
 

Detailed Description

Definition at line 191 of file regcomp.c.

Member Data Documentation

◆ end

char* parse::end

Definition at line 193 of file regcomp.c.

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

◆ error

int parse::error

◆ g

struct re_guts* parse::g

◆ ncsalloc

int parse::ncsalloc

Definition at line 198 of file regcomp.c.

Referenced by allocset(), and llvm_regcomp().

◆ next

char* parse::next

◆ pbegin

sopno parse::pbegin[NPAREN]

Definition at line 201 of file regcomp.c.

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

◆ pend

sopno parse::pend[NPAREN]

Definition at line 202 of file regcomp.c.

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

◆ slen

sopno parse::slen

Definition at line 197 of file regcomp.c.

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

◆ ssize

sopno parse::ssize

Definition at line 196 of file regcomp.c.

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

◆ strip

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().


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