Searched refs:samesets (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A Dregcomp.c105 static int samesets(struct re_guts *, int, int);
1275 - samesets - are these two characters in exactly the same sets?
1278 samesets(struct re_guts *g, int c1, int c2) function
1312 if (cats[c2] == 0 && samesets(g, c, c2))
/external/swiftshader/third_party/LLVM/lib/Support/
H A Dregcomp.c97 static int samesets(struct re_guts *, int, int);
1237 - samesets - are these two characters in exactly the same sets?
1240 samesets(struct re_guts *g, int c1, int c2) function
1274 if (cats[c2] == 0 && samesets(g, c, c2))
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregcomp.c105 static int samesets(struct re_guts *, int, int);
1275 - samesets - are these two characters in exactly the same sets?
1278 samesets(struct re_guts *g, int c1, int c2) function
1312 if (cats[c2] == 0 && samesets(g, c, c2))

Completed in 281 milliseconds