Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_common.cpp57 bool IsHex(char c) { in IsHex() function
176 if (IsHex(pos[0])) { in ParseUnixMemoryProfile()
H A Dsanitizer_procmaps.h104 bool IsHex(char c);
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp467 bool IsHex = Radix == 16; in LexDigit() local
469 if (!IsHex && (*CurPtr == '.' || *CurPtr == 'e' || *CurPtr == 'E')) { in LexDigit()