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
86
uint64_t
atoull
(const char *Buffer, const char *End);
LLLexer.cpp
41
//
atoull
- Convert an ascii string of decimal digits into the unsigned long
45
uint64_t LLLexer::
atoull
(const char *Buffer, const char *End) {
function in class:LLLexer
292
uint64_t Val =
atoull
(TokStart+1, CurPtr);
358
uint64_t Val =
atoull
(TokStart+1, CurPtr);
413
uint64_t Val =
atoull
(TokStart+1, CurPtr);
453
uint64_t NumBits =
atoull
(StartChar, CurPtr);
Completed in 38 milliseconds