Home
last modified time | relevance | path

Searched defs:IsDigit (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.h417 INLINE bool IsDigit(int c) { in IsDigit() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common.h421 INLINE bool IsDigit(int c) { in IsDigit() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.h474 inline bool IsDigit(int c) { in IsDigit() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1928 bool IsDigit = isDigit(Curr[I]); in RecordParts() local
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c242 #define IsDigit(X) isdigit((unsigned char)X) macro