Searched refs:re_guts (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Support/ |
D | regcomp.c | 64 struct re_guts *g; 96 static int isinsets(struct re_guts *, int); 97 static int samesets(struct re_guts *, int, int); 98 static void categorize(struct parse *, struct re_guts *); 104 static void stripsnug(struct parse *, struct re_guts *); 105 static void findmust(struct parse *, struct re_guts *); 106 static sopno pluscount(struct parse *, struct re_guts *); 160 struct re_guts *g; in llvm_regcomp() 182 g = (struct re_guts *)malloc(sizeof(struct re_guts) + in llvm_regcomp() 1223 isinsets(struct re_guts *g, int c) in isinsets() [all …]
|
D | regfree.c | 52 struct re_guts *g; in llvm_regfree()
|
D | regex_impl.h | 52 struct re_guts *re_g; /* none of your business :-) */
|
D | regex2.h | 126 struct re_guts { struct
|
D | regexec.c | 144 struct re_guts *g = preg->re_g; in llvm_regexec()
|
D | regengine.inc | 72 struct re_guts *g; 87 static int matcher(struct re_guts *, const char *, size_t, 95 static states step(struct re_guts *, sopno, sopno, states, int, states); 131 matcher(struct re_guts *g, const char *string, size_t nmatch, 849 step(struct re_guts *g, 968 struct re_guts *g = m->g;
|
/external/llvm/test/Transforms/GVN/ |
D | 2009-07-13-MemDepSortFail.ll | 7 …%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…
|