Searched refs:HexToIntPair (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLLexer.h | 88 void HexToIntPair(const char *Buffer, const char *End, uint64_t Pair[2]);
|
D | LLLexer.cpp | 79 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair() function in LLLexer 733 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x() 738 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.h | 91 void HexToIntPair(const char *Buffer, const char *End, uint64_t Pair[2]);
|
D | LLLexer.cpp | 78 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair() function in LLLexer 888 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x() 893 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()
|