Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/AsmParser/
H A DToken.cpp35 bool isHex = spelling.size() > 1 && spelling[1] == 'x'; in getUnsignedIntegerValue() local
46 bool isHex = spelling.size() > 1 && spelling[1] == 'x'; in getUInt64IntegerValue() local
H A DAttributeParser.cpp368 bool isHex = spelling.size() > 1 && spelling[1] == 'x'; in buildAttributeAPInt() local
H A DParser.cpp295 bool isHex = spelling.size() > 1 && spelling[1] == 'x'; parseOptionalInteger() local
316 bool isHex = spelling.size() > 1 && spelling[1] == 'x'; parseFloatFromIntegerLiteral() local
/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp283 bool isHex = LexHex && (*LookAhead == 'h' || *LookAhead == 'H'); in doHexLookAhead() local
/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1545 IsExponentPart(char c,bool isHex) IsExponentPart() argument