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

  /external/llvm/lib/AsmParser/
LLLexer.h 91 uint64_t atoull(const char *Buffer, const char *End);
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
294 uint64_t Val = atoull(TokStart+1, CurPtr);
397 uint64_t Val = atoull(TokStart+1, CurPtr);
452 uint64_t Val = atoull(TokStart+1, CurPtr);
492 uint64_t NumBits = atoull(StartChar, CurPtr);

Completed in 418 milliseconds