OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atoull
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/AsmParser/
LLLexer.h
89
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
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 520 milliseconds