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

References

tools/clang/lib/Driver/ToolChains/HIP.cpp
  341     if (stoi(GFXVersion) < 1000)
tools/clang/tools/extra/clang-tidy/modernize/AvoidBindCheck.cpp
   67       B.PlaceHolderIndex = std::stoi(Matches[1]);
tools/lldb/unittests/tools/lldb-server/inferior/thread_inferior.cpp
   18     thread_count = std::stoi(argv[1], nullptr, 10);
tools/polly/lib/Exchange/JSONExporter.cpp
  663       auto Size = std::stoi(SizesArray[i].getAsString().getValue());
utils/benchmark/src/sysinfo.cc
  409         int CurID = std::stoi(value);