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

References

tools/llvm-exegesis/lib/Analysis.cpp
  220     if (!Point.Error.empty())
tools/llvm-exegesis/lib/BenchmarkResult.cpp
  321     Io.mapRequired("error", Obj.Error);
tools/llvm-exegesis/lib/BenchmarkRunner.cpp
  123       InstrBenchmark.Error = toString(std::move(E));
  141     InstrBenchmark.Error = toString(std::move(E));
tools/llvm-exegesis/lib/Clustering.cpp
  101     if (!Point.Error.empty()) {
unittests/tools/llvm-exegesis/ClusteringTest.cpp
   47   Points[2].Error = "oops";
unittests/tools/llvm-exegesis/X86/BenchmarkResultTest.cpp
   81   ToDisk.Error = "error";
  105     EXPECT_THAT(FromDisk.Error, ToDisk.Error);
  105     EXPECT_THAT(FromDisk.Error, ToDisk.Error);
  122     EXPECT_THAT(FromDisk.Error, ToDisk.Error);
  122     EXPECT_THAT(FromDisk.Error, ToDisk.Error);