Home
last modified time | relevance | path

Searched defs:re_guts (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/Support/
Dregex2.h132 struct re_guts { struct
133 int magic;
135 sop *strip; /* malloced area for strip */
136 int csetsize; /* number of bits in a cset vector */
137 int ncsets; /* number of csets in use */
138 cset *sets; /* -> cset [ncsets] */
139 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
140 int cflags; /* copy of llvm_regcomp() cflags argument */
141 sopno nstates; /* = number of sops */
142 sopno firststate; /* the initial OEND (normally 0) */
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex2.h132 struct re_guts { struct
133 int magic;
135 sop *strip; /* malloced area for strip */
136 int csetsize; /* number of bits in a cset vector */
137 int ncsets; /* number of csets in use */
138 cset *sets; /* -> cset [ncsets] */
139 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
140 int cflags; /* copy of llvm_regcomp() cflags argument */
141 sopno nstates; /* = number of sops */
142 sopno firststate; /* the initial OEND (normally 0) */
[all …]
/external/llvm/lib/Support/
Dregex2.h129 struct re_guts { struct
130 int magic;
132 sop *strip; /* malloced area for strip */
133 int csetsize; /* number of bits in a cset vector */
134 int ncsets; /* number of csets in use */
135 cset *sets; /* -> cset [ncsets] */
136 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
137 int cflags; /* copy of llvm_regcomp() cflags argument */
138 sopno nstates; /* = number of sops */
139 sopno firststate; /* the initial OEND (normally 0) */
[all …]
/external/libcups/vcnet/regex/
Dregex2.h103 struct re_guts { struct
104 int magic;
106 sop *strip; /* malloced area for strip */
107 int csetsize; /* number of bits in a cset vector */
108 int ncsets; /* number of csets in use */
109 cset *sets; /* -> cset [ncsets] */
110 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
111 int cflags; /* copy of regcomp() cflags argument */
112 sopno nstates; /* = number of sops */
113 sopno firststate; /* the initial OEND (normally 0) */
[all …]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex2.h129 struct re_guts { struct
130 int magic;
132 sop *strip; /* malloced area for strip */
133 int csetsize; /* number of bits in a cset vector */
134 int ncsets; /* number of csets in use */
135 cset *sets; /* -> cset [ncsets] */
136 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
137 int cflags; /* copy of llvm_regcomp() cflags argument */
138 sopno nstates; /* = number of sops */
139 sopno firststate; /* the initial OEND (normally 0) */
[all …]