Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
Dregcomp.c105 static int samesets(struct re_guts *, int, int);
1278 samesets(struct re_guts *g, int c1, int c2) in samesets() function
1312 if (cats[c2] == 0 && samesets(g, c, c2)) in categorize()