Home
last modified time | relevance | path

Searched refs:re_guts (Results 1 – 25 of 38) sorted by relevance

12

/external/libcups/vcnet/regex/
Dregcomp.ih36 static int isinsets(register struct re_guts *g, int c);
37 static int samesets(register struct re_guts *g, int c1, int c2);
38 static void categorize(struct parse *p, register struct re_guts *g);
44 static void stripsnug(register struct parse *p, register struct re_guts *g);
45 static void findmust(register struct parse *p, register struct re_guts *g);
46 static sopno pluscount(register struct parse *p, register struct re_guts *g);
Dengine.ih7 static int matcher(register struct re_guts *g, char *string, size_t nmatch, regmatch_t pmatch[], in…
12 static states step(register struct re_guts *g, sopno start, sopno stop, register states bef, int ch…
Dregcomp.c27 struct re_guts *g;
92 register struct re_guts *g;
114 g = (struct re_guts *)malloc(sizeof(struct re_guts) +
1266 register struct re_guts *g; in isinsets()
1286 register struct re_guts *g; in samesets()
1309 register struct re_guts *g;
1472 register struct re_guts *g;
1495 register struct re_guts *g;
1576 register struct re_guts *g;
Ddebug.ih8 static void s_print(register struct re_guts *g, FILE *d);
Dregfree.c17 register struct re_guts *g;
Dregex.h14 struct re_guts *re_g; /* none of your business :-) */
Ddebug.c22 register struct re_guts *g = r->re_g;
92 register struct re_guts *g; in s_print()
Dregex2.h103 struct re_guts { struct
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c72 struct re_guts *g;
104 static int isinsets(struct re_guts *, int);
105 static int samesets(struct re_guts *, int, int);
106 static void categorize(struct parse *, struct re_guts *);
112 static void stripsnug(struct parse *, struct re_guts *);
113 static void findmust(struct parse *, struct re_guts *);
114 static sopno pluscount(struct parse *, struct re_guts *);
168 struct re_guts *g; in llvm_regcomp()
190 g = (struct re_guts *)malloc(sizeof(struct re_guts) + in llvm_regcomp()
1261 isinsets(struct re_guts *g, int c) in isinsets()
[all …]
Dregfree.c52 struct re_guts *g; in llvm_regfree()
Dregex_impl.h52 struct re_guts *re_g; /* none of your business :-) */
/external/llvm-project/llvm/lib/Support/
Dregcomp.c200 struct re_guts *g;
232 static int isinsets(struct re_guts *, int);
233 static int samesets(struct re_guts *, int, int);
234 static void categorize(struct parse *, struct re_guts *);
240 static void stripsnug(struct parse *, struct re_guts *);
241 static void findmust(struct parse *, struct re_guts *);
242 static sopno pluscount(struct parse *, struct re_guts *);
296 struct re_guts *g; in llvm_regcomp()
318 g = (struct re_guts *)malloc(sizeof(struct re_guts) + in llvm_regcomp()
1389 isinsets(struct re_guts *g, int c) in isinsets()
[all …]
Dregfree.c52 struct re_guts *g; in llvm_regfree()
Dregex_impl.h52 struct re_guts *re_g; /* none of your business :-) */
Dregex2.h132 struct re_guts { struct
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregcomp.c200 struct re_guts *g;
232 static int isinsets(struct re_guts *, int);
233 static int samesets(struct re_guts *, int, int);
234 static void categorize(struct parse *, struct re_guts *);
240 static void stripsnug(struct parse *, struct re_guts *);
241 static void findmust(struct parse *, struct re_guts *);
242 static sopno pluscount(struct parse *, struct re_guts *);
296 struct re_guts *g; in llvm_regcomp()
318 g = (struct re_guts *)malloc(sizeof(struct re_guts) + in llvm_regcomp()
1389 isinsets(struct re_guts *g, int c) in isinsets()
[all …]
Dregfree.c52 struct re_guts *g; in llvm_regfree()
Dregex_impl.h52 struct re_guts *re_g; /* none of your business :-) */
/external/llvm/lib/Support/
Dregcomp.c72 struct re_guts *g;
104 static int isinsets(struct re_guts *, int);
105 static int samesets(struct re_guts *, int, int);
106 static void categorize(struct parse *, struct re_guts *);
112 static void stripsnug(struct parse *, struct re_guts *);
113 static void findmust(struct parse *, struct re_guts *);
114 static sopno pluscount(struct parse *, struct re_guts *);
168 struct re_guts *g; in llvm_regcomp()
190 g = (struct re_guts *)malloc(sizeof(struct re_guts) + in llvm_regcomp()
1261 isinsets(struct re_guts *g, int c) in isinsets()
[all …]
Dregfree.c52 struct re_guts *g; in llvm_regfree()
Dregex_impl.h52 struct re_guts *re_g; /* none of your business :-) */
Dregex2.h129 struct re_guts { struct
/external/llvm-project/llvm/test/Transforms/NewGVN/
D2009-07-13-MemDepSortFail.ll7 …%struct.lmat = type { %struct.re_guts*, i32, %llvm.dbg.anchor.type*, i8*, i8*, i8*, i8*, i8**, i32…
8 …%struct.re_guts = type { i32*, %struct.cset*, i8*, i32, i32, i32, i32, i32, i32, i32, i32, i32, i3…
/external/llvm/test/Transforms/GVN/
D2009-07-13-MemDepSortFail.ll7 …%struct.lmat = type { %struct.re_guts*, i32, %llvm.dbg.anchor.type*, i8*, i8*, i8*, i8*, i8**, i32…
8 …%struct.re_guts = type { i32*, %struct.cset*, i8*, i32, i32, i32, i32, i32, i32, i32, i32, i32, i3…
/external/llvm-project/llvm/test/Transforms/GVN/
D2009-07-13-MemDepSortFail.ll7 …%struct.lmat = type { %struct.re_guts*, i32, %llvm.dbg.anchor.type*, i8*, i8*, i8*, i8*, i8**, i32…
8 …%struct.re_guts = type { i32*, %struct.cset*, i8*, i32, i32, i32, i32, i32, i32, i32, i32, i32, i3…

12