Home
last modified time | relevance | path

Searched defs:ToUInt64 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/
H A DStringConvert.cpp31 uint64_t ToUInt64(const char *s, uint64_t fail_value, int base, in ToUInt64() function
/llvm-project/flang/include/flang/Evaluate/
H A Dinteger.h499 constexpr std::uint64_t ToUInt64() const { return ToUInt<std::uint64_t>(); } ToUInt64() function