reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/TableGen/TGLexer.cpp
  470         CurIntVal = (int64_t)strtoull(NumStart, nullptr, 16);
projects/compiler-rt/lib/dfsan/dfsan_custom.cpp
  604   long long unsigned int ret = strtoull(nptr, &tmp_endptr, base);
tools/lldb/source/Host/common/StringConvert.cpp
   68     uint64_t uval = ::strtoull(s, &end, base);
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
  518             ret.m_immediate = strtoull(str.c_str(), nullptr, 0);
  546     ret.m_immediate = strtoull(str.c_str(), nullptr, 0);
tools/lldb/source/Target/StopInfo.cpp
 1192   uint64_t address = strtoull(address_loc, nullptr, 0);
tools/lldb/source/Utility/StringExtractor.cpp
  129     uint64_t result = ::strtoull(cstr, &end, base);
usr/include/c++/7.4.0/bits/basic_string.h
 6392   { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(),
utils/unittest/googletest/src/gtest-internal-inl.h
  989   const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10);