HomeSort by relevance Sort by last modified time
    Searched defs:atoull (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/AsmParser/
LLLexer.cpp 45 // atoull - Convert an ascii string of decimal digits into the unsigned long
49 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { function in class:LLLexer
369 uint64_t Val = atoull(TokStart+1, CurPtr);
436 uint64_t Val = atoull(TokStart+1, CurPtr);
476 uint64_t NumBits = atoull(StartChar, CurPtr);
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLLexer.cpp 40 // atoull - Convert an ascii string of decimal digits into the unsigned long
44 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { function in class:LLLexer
319 uint64_t Val = atoull(TokStart+1, CurPtr);
383 uint64_t Val = atoull(TokStart+1, CurPtr);
455 uint64_t NumBits = atoull(StartChar, CurPtr);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLLexer.cpp 42 // atoull - Convert an ascii string of decimal digits into the unsigned long
46 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { function in class:LLLexer
345 uint64_t Val = atoull(TokStart + 1, CurPtr);
479 uint64_t NumBits = atoull(StartChar, CurPtr);

Completed in 159 milliseconds