OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HexIntToVal
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/AsmParser/
LLLexer.h
90
uint64_t
HexIntToVal
(const char *Buffer, const char *End);
LLLexer.cpp
63
uint64_t LLLexer::
HexIntToVal
(const char *Buffer, const char *End) {
854
APFloatVal = APFloat(BitsToDouble(
HexIntToVal
(TokStart+2, CurPtr)));
878
APInt(16,
HexIntToVal
(TokStart+3, CurPtr)));
Completed in 38 milliseconds