Home
last modified time | relevance | path

Searched refs:IsDecimal (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_common.cpp48 bool IsDecimal(char c) { in IsDecimal() function
181 while (pos < end && !IsDecimal(*pos)) pos++; in ParseUnixMemoryProfile()
H A Dsanitizer_procmaps.h120 bool IsDecimal(char c);
H A Dsanitizer_procmaps_linux.cpp61 while (IsDecimal(*data_.current)) data_.current++; in Next()