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

References

examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp
  109     NumVal = strtod(NumStr.c_str(), nullptr);
examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp
  109     NumVal = strtod(NumStr.c_str(), nullptr);
examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp
  109     NumVal = strtod(NumStr.c_str(), nullptr);
examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp
  111     NumVal = strtod(NumStr.c_str(), nullptr);
examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp
  128     NumVal = strtod(NumStr.c_str(), nullptr);
examples/Kaleidoscope/Chapter2/toy.cpp
   59     NumVal = strtod(NumStr.c_str(), nullptr);
examples/Kaleidoscope/Chapter3/toy.cpp
   71     NumVal = strtod(NumStr.c_str(), nullptr);
examples/Kaleidoscope/Chapter4/toy.cpp
   81     NumVal = strtod(NumStr.c_str(), nullptr);
examples/Kaleidoscope/Chapter5/toy.cpp
   99     NumVal = strtod(NumStr.c_str(), nullptr);
examples/Kaleidoscope/Chapter6/toy.cpp
  107     NumVal = strtod(NumStr.c_str(), nullptr);
examples/Kaleidoscope/Chapter7/toy.cpp
  114     NumVal = strtod(NumStr.c_str(), nullptr);
examples/Kaleidoscope/Chapter8/toy.cpp
  115     NumVal = strtod(NumStr.c_str(), nullptr);
examples/Kaleidoscope/Chapter9/toy.cpp
  167     NumVal = strtod(NumStr.c_str(), nullptr);
include/llvm/ADT/StringExtras.h
  216   return detail::to_float(T, Num, strtod);
lib/Support/FileUtilities.cpp
  109     V1 = strtod(F1P, const_cast<char**>(&F1NumEnd));
  110     V2 = strtod(F2P, const_cast<char**>(&F2NumEnd));
  118       V1 = strtod(&StrTmp[0], const_cast<char**>(&F1NumEnd));
  128       V2 = strtod(&StrTmp[0], const_cast<char**>(&F2NumEnd));
lib/Support/JSON.cpp
  359   Out = std::strtod(S.c_str(), &End);
projects/compiler-rt/lib/dfsan/dfsan_custom.cpp
  542   double ret = strtod(nptr, &tmp_endptr);
projects/openmp/runtime/src/kmp_utility.cpp
  104   value = strtod(frequency, &unit);
tools/clang/lib/ASTMatchers/Dynamic/Parser.cpp
  222       double doubleValue = strtod(Text.c_str(), &end);
tools/lldb/source/Host/common/StringConvert.cpp
   83     double val = strtod(s, &end);
tools/llvm-exegesis/lib/BenchmarkResult.cpp
  128     Value = strtod(String.begin(), &EndPointer);
usr/include/c++/7.4.0/bits/basic_string.h
 6402   { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); }
usr/include/x86_64-linux-gnu/bits/stdlib-float.h
   27   return strtod (__nptr, (char **) NULL);
utils/benchmark/src/commandlineflags.cc
   64   const double double_value = strtod(str, &end);  // NOLINT