Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp283 bool isHex = LexHex && (*LookAhead == 'h' || *LookAhead == 'H'); in doHexLookAhead() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1545 static inline bool IsExponentPart(char c, bool isHex) { in IsExponentPart()