LLVM  8.0.1
Public Attributes | List of all members
re_guts Struct Reference

#include "Support/regex2.h"

Collaboration diagram for re_guts:
Collaboration graph
[legend]

Public Attributes

int magic
 
sopstrip
 
int csetsize
 
int ncsets
 
csetsets
 
uchsetbits
 
int cflags
 
sopno nstates
 
sopno firststate
 
sopno laststate
 
int iflags
 
int nbol
 
int neol
 
int ncategories
 
cat_tcategories
 
charmust
 
int mlen
 
size_t nsub
 
int backrefs
 
sopno nplus
 
cat_t catspace [1]
 

Detailed Description

Definition at line 132 of file regex2.h.

Member Data Documentation

◆ backrefs

int re_guts::backrefs

Definition at line 155 of file regex2.h.

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

◆ categories

cat_t* re_guts::categories

Definition at line 151 of file regex2.h.

Referenced by categorize(), llvm_regcomp(), and ordinary().

◆ catspace

cat_t re_guts::catspace[1]

Definition at line 158 of file regex2.h.

Referenced by llvm_regcomp().

◆ cflags

int re_guts::cflags

Definition at line 140 of file regex2.h.

Referenced by llvm_regcomp(), ordinary(), p_bracket(), p_ere_exp(), and p_simp_re().

◆ csetsize

int re_guts::csetsize

Definition at line 136 of file regex2.h.

Referenced by allocset(), firstch(), freeset(), freezeset(), llvm_regcomp(), nch(), and p_bracket().

◆ firststate

sopno re_guts::firststate

Definition at line 142 of file regex2.h.

Referenced by llvm_regcomp().

◆ iflags

int re_guts::iflags

Definition at line 144 of file regex2.h.

Referenced by findmust(), llvm_regcomp(), llvm_regexec(), p_bre(), p_ere_exp(), and pluscount().

◆ laststate

sopno re_guts::laststate

Definition at line 143 of file regex2.h.

Referenced by llvm_regcomp().

◆ magic

int re_guts::magic

Definition at line 133 of file regex2.h.

Referenced by llvm_regcomp(), llvm_regexec(), and llvm_regfree().

◆ mlen

int re_guts::mlen

Definition at line 153 of file regex2.h.

Referenced by findmust(), and llvm_regcomp().

◆ must

char* re_guts::must

Definition at line 152 of file regex2.h.

Referenced by findmust(), llvm_regcomp(), and llvm_regfree().

◆ nbol

int re_guts::nbol

Definition at line 148 of file regex2.h.

Referenced by llvm_regcomp(), p_bre(), and p_ere_exp().

◆ ncategories

int re_guts::ncategories

Definition at line 150 of file regex2.h.

Referenced by categorize(), llvm_regcomp(), and ordinary().

◆ ncsets

int re_guts::ncsets

Definition at line 137 of file regex2.h.

Referenced by allocset(), freeset(), freezeset(), isinsets(), llvm_regcomp(), and samesets().

◆ neol

int re_guts::neol

Definition at line 149 of file regex2.h.

Referenced by llvm_regcomp(), p_bre(), and p_ere_exp().

◆ nplus

sopno re_guts::nplus

Definition at line 156 of file regex2.h.

Referenced by llvm_regcomp().

◆ nstates

sopno re_guts::nstates

Definition at line 141 of file regex2.h.

Referenced by llvm_regexec(), and stripsnug().

◆ nsub

size_t re_guts::nsub

Definition at line 154 of file regex2.h.

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

◆ setbits

uch* re_guts::setbits

Definition at line 139 of file regex2.h.

Referenced by allocset(), isinsets(), llvm_regcomp(), llvm_regfree(), and samesets().

◆ sets

cset* re_guts::sets

Definition at line 138 of file regex2.h.

Referenced by allocset(), freeset(), freezeset(), llvm_regcomp(), and llvm_regfree().

◆ strip

sop* re_guts::strip

Definition at line 135 of file regex2.h.

Referenced by findmust(), llvm_regfree(), pluscount(), and stripsnug().


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