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

References

lib/Support/regcomp.c
  841 			if (CHIN(cs, i) && isalpha(i)) {
  947 	while (MORE() && isalpha((uch)PEEK()))
 1074 	if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)
tools/polly/lib/External/isl/imath/imath.c
 3044   else if (r > 10 && isalpha((unsigned char) c))
tools/polly/lib/External/isl/isl_stream.c
  473 	if (isalpha(c) || c == '_') {