reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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.c438 if (!isdigit(c)) { 446 if (c == '-' || isdigit(c)) { 455 while ((c = isl_stream_getc(s)) != -1 && isdigit(c))usr/include/x86_64-linux-gnu/c++/7.4.0/bits/ctype_base.h
52 static const mask digit = _ISdigit; 56 static const mask graph = _ISalpha | _ISdigit | _ISpunct; 59 static const mask alnum = _ISalpha | _ISdigit;