reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/regcomp.c
 1435 	for (c = CHAR_MIN; c <= CHAR_MAX; c++)
 1435 	for (c = CHAR_MIN; c <= CHAR_MAX; c++)
 1435 	for (c = CHAR_MIN; c <= CHAR_MAX; c++)
 1436 		if (cats[c] == 0 && isinsets(g, c)) {
 1436 		if (cats[c] == 0 && isinsets(g, c)) {
 1438 			cats[c] = cat;
 1439 			for (c2 = c+1; c2 <= CHAR_MAX; c2++)
 1440 				if (cats[c2] == 0 && samesets(g, c, c2))