Home
last modified time | relevance | path

Searched refs:HexIntToVal (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLLexer.h99 uint64_t HexIntToVal(const char *Buffer, const char *End);
H A DLLLexer.cpp60 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal() function in LLLexer
992 APInt(64, HexIntToVal(TokStart + 2, CurPtr))); in Lex0x()
1016 APInt(16,HexIntToVal(TokStart+3, CurPtr))); in Lex0x()