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

/external/llvm/lib/Support/
H A Dregcomp.c97 static int samesets(struct re_guts *, int, int);
1265 - samesets - are these two characters in exactly the same sets?
1268 samesets(struct re_guts *g, int c1, int c2) function
1302 if (cats[c2] == 0 && samesets(g, c, c2))

Completed in 150 milliseconds