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

References

lib/Transforms/Utils/ImportedFunctionsInliningStatistics.cpp
   78   Str << std::setprecision(4) << Msg << ": " << Fraction << " [" << Result
tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
  543     SS << E->value();
tools/lldb/source/Core/DumpDataExtractor.cpp
  605           ss << DE.GetDouble(&offset);
utils/benchmark/src/csv_reporter.cc
  109   Out << run.GetAdjustedRealTime() << ",";
  110   Out << run.GetAdjustedCPUTime() << ",";
  121     Out << run.bytes_per_second;
  125     Out << run.items_per_second;
  143       Out << "," << it->second;
utils/benchmark/src/json_reporter.cc
   59   ss << std::scientific << std::setprecision(max_fractional_digits10) << value;
utils/benchmark/src/log.h
   32     *log.out_ << value;
utils/benchmark/src/reporter.cc
   45       << (info.cycles_per_second / 1000000.0) << " MHz CPU "
utils/benchmark/src/string_util.cc
   55         mantissa_stream << scaled;
   61     mantissa_stream << val;
   70           mantissa_stream << scaled;
   77     mantissa_stream << val;
   80     mantissa_stream << val;
utils/unittest/googlemock/include/gmock/gmock-matchers.h
 1911         << ", where max_abs_error is" << max_abs_error;
utils/unittest/googletest/include/gtest/gtest.h
 1643          << lhs_value;
 1647          << rhs_value;
utils/unittest/googletest/src/gtest.cc
 1405           << val1;
 1409           << val2;
 3552   ss << (static_cast<double>(ms) * 1e-3);