Searched defs:atoull (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/AsmParser/
H A DLLLexer.cpp40 // 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
297 uint64_t Val = atoull(TokStart+1, CurPtr);
361 uint64_t Val = atoull(TokStart+1, CurPtr);
433 uint64_t NumBits = atoull(StartChar, CurPtr);

Completed in 59 milliseconds