Searched refs:HexToIntPair (Results 1 – 6 of 6) sorted by relevance
/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()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/ |
D | LLLexer.h | 99 void HexToIntPair(const char *Buffer, const char *End, uint64_t Pair[2]);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLLexer.h | 99 void HexToIntPair(const char *Buffer, const char *End, uint64_t Pair[2]);
|
D | LLLexer.cpp | 74 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair() function in LLLexer 1023 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x() 1028 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 74 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair() function in LLLexer 1015 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x() 1020 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()
|