Home
last modified time | relevance | path

Searched refs:IsHex (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_procmaps_common.cc58 bool IsHex(char c) { in IsHex() function
159 if (IsHex(pos[0])) { in GetMemoryProfile()
H A Dsanitizer_procmaps.h94 bool IsHex(char c);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_common.cpp57 bool IsHex(char c) { in IsHex() function
175 if (IsHex(pos[0])) { in ParseUnixMemoryProfile()
H A Dsanitizer_procmaps.h104 bool IsHex(char c);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_common.cc56 bool IsHex(char c) { in IsHex() function
155 if (IsHex(pos[0])) { in GetMemoryProfile()
H A Dsanitizer_procmaps.h90 bool IsHex(char c);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp466 bool IsHex = Radix == 16; in LexDigit() local
468 if (!IsHex && (*CurPtr == '.' || *CurPtr == 'e' || *CurPtr == 'E')) { in LexDigit()