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

/external/llvm/lib/AsmParser/
H A DLLLexer.cpp45 // 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);

Completed in 31 milliseconds