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

References

lib/Support/regcomp.c
  540 		REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT);
  552 				(c == '{' && MORE2() && isdigit((uch)PEEK2())) ))
  581 			if (isdigit((uch)PEEK())) {
  602 				(c == '{' && MORE2() && isdigit((uch)PEEK2())) ) )
  752 			if (MORE() && isdigit((uch)PEEK())) {
  781 	while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) {
tools/polly/lib/External/isl/imath/imath.c
 3042   if (isdigit((unsigned char) c))
tools/polly/lib/External/isl/isl_stream.c
  438 		if (!isdigit(c)) {
  446 	if (c == '-' || isdigit(c)) {
  455 		while ((c = isl_stream_getc(s)) != -1 && isdigit(c))