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

References

lib/Support/JSON.cpp
  352   auto I = std::strtoll(S.c_str(), &End, 10);
lib/TableGen/TGLexer.cpp
  465       CurIntVal = strtoll(NumStart, nullptr, 16);
  486       CurIntVal = strtoll(NumStart, nullptr, 2);
  501   CurIntVal = strtoll(TokStart, nullptr, 10);
lib/Transforms/Utils/SimplifyLibCalls.cpp
  125   long long int Result = strtoll(nptr.c_str(), &End, Base);
projects/compiler-rt/lib/dfsan/dfsan_custom.cpp
  562   long long int ret = strtoll(nptr, &tmp_endptr, base);
tools/lldb/source/Host/common/StringConvert.cpp
   52     int64_t uval = ::strtoll(s, &end, base);
tools/lldb/source/Utility/StringExtractor.cpp
  144     int64_t result = ::strtoll(cstr, &end, base);
usr/include/c++/7.4.0/bits/basic_string.h
 6387   { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
usr/include/stdlib.h
  375   return strtoll (__nptr, (char **) NULL, 10);