Home
last modified time | relevance | path

Searched refs:IsDigit (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-internal-utils.cc80 (!IsDigit(prev_char) && IsDigit(*p)); in ConvertIdentifierNameToWords()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cc276 while (back > file_line_info && IsDigit(*back)) --back; in ParseFileLineInfo()
277 if (*back != ':' || !IsDigit(back[1])) break; in ParseFileLineInfo()
H A Dsanitizer_libc.cc244 while (IsDigit(*nptr)) { in internal_simple_strtoll()
H A Dsanitizer_common.h421 INLINE bool IsDigit(int c) { in IsDigit() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cc274 while (back > file_line_info && IsDigit(*back)) --back; in ParseFileLineInfo()
275 if (*back != ':' || !IsDigit(back[1])) break; in ParseFileLineInfo()
H A Dsanitizer_libc.cc242 while (IsDigit(*nptr)) { in internal_simple_strtoll()
H A Dsanitizer_common.h417 INLINE bool IsDigit(int c) { in IsDigit() function
H A Dsanitizer_mac.cc533 if (IsDigit(version[1])) in GetMacosVersionInternal()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cpp305 while (back > file_line_info && IsDigit(*back)) --back; in ParseFileLineInfo()
306 if (*back != ':' || !IsDigit(back[1])) break; in ParseFileLineInfo()
H A Dsanitizer_libc.cpp244 while (IsDigit(*nptr)) { in internal_simple_strtoll()
H A Dsanitizer_common.h474 inline bool IsDigit(int c) { in IsDigit() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h994 if (str.empty() || !IsDigit(str[0])) { in ParseNaturalNumber()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1928 bool IsDigit = isDigit(Curr[I]); in RecordParts() local
1929 if (IsDigit != IsDigitPart) { in RecordParts()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1917 inline bool IsDigit(char ch) {
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c242 #define IsDigit(X) isdigit((unsigned char)X) macro
1671 if( !IsDigit(*z) ){ in isNumber()
1676 while( IsDigit(*z) ){ z++; } in isNumber()
1679 if( !IsDigit(*z) ) return 0; in isNumber()
1680 while( IsDigit(*z) ){ z++; } in isNumber()
1686 if( !IsDigit(*z) ) return 0; in isNumber()
1687 while( IsDigit(*z) ){ z++; } in isNumber()
1877 while( IsDigit(zArg[0]) ){ in integerValue()
23261 if( (z[0]=='-' || z[0]=='+') && IsDigit(z[1]) ) z++; in testcase_glob()
23262 if( !IsDigit(z[0]) ) return 0; in testcase_glob()
[all …]