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

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

Completed in 193 milliseconds