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

References

include/llvm/Object/ELF.h
   58     return "[index " + std::to_string(Sec - &TableOrErr->front()) + "]";
lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
   45     Diagnostic += " (expected an integer in the range " + std::to_string(Min) +
   46       " to " + std::to_string(Max) + ")";
   64       std::to_string(Max) + ")";
tools/clang/lib/Sema/SemaExpr.cpp
11270     std::string SuggestedValue = "1e" + std::to_string(RightSideIntValue);
tools/gold/gold-plugin.cpp
  565     cf.name += ".llvm." + std::to_string(file->offset) + "." +
tools/lldb/utils/TableGen/LLDBPropertyDefEmitter.cpp
   77     OS << std::to_string(Property->getValueAsInt("DefaultUnsignedValue"));
tools/polly/lib/Support/GICHelper.cpp
  196     S += std::to_string(Number);
  213     ValStr = std::to_string(Number);