Home
last modified time | relevance | path

Searched defs:IsHex (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_common.cpp57 bool IsHex(char c) { in IsHex() function
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp467 bool IsHex = Radix == 16; in LexDigit() local