Searched refs:atoull (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLLexer.cpp | 44 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull() function in LLLexer 319 uint64_t Val = atoull(TokStart+1, CurPtr); in LexAt() 383 uint64_t Val = atoull(TokStart+1, CurPtr); in LexPercent() 455 uint64_t NumBits = atoull(StartChar, CurPtr); in LexIdentifier()
|
D | LLLexer.h | 86 uint64_t atoull(const char *Buffer, const char *End);
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.h | 89 uint64_t atoull(const char *Buffer, const char *End);
|
D | LLLexer.cpp | 49 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull() function in LLLexer 369 uint64_t Val = atoull(TokStart+1, CurPtr); in LexVar() 436 uint64_t Val = atoull(TokStart+1, CurPtr); in LexHash() 476 uint64_t NumBits = atoull(StartChar, CurPtr); in LexIdentifier()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLLexer.h | 98 uint64_t atoull(const char *Buffer, const char *End);
|
D | LLLexer.cpp | 46 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull() function in LLLexer 345 uint64_t Val = atoull(TokStart + 1, CurPtr); in LexUIntID() 479 uint64_t NumBits = atoull(StartChar, CurPtr); in LexIdentifier()
|