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

References

unittests/ProfileData/InstrProfTest.cpp
  572   auto Err = [&](Error E) { Result = InstrProfError::take(std::move(E)); };
  573   Result = instrprof_error::success;
  575   ASSERT_EQ(Result, instrprof_error::success);
  578   Result = instrprof_error::success;
  580   ASSERT_EQ(Result, instrprof_error::counter_overflow);
  582   Result = instrprof_error::success;
  584   ASSERT_EQ(Result, instrprof_error::success);
  590   Result = instrprof_error::success;
  592   ASSERT_EQ(Result, instrprof_error::success);
  599   Result = instrprof_error::success;
  601   ASSERT_EQ(Result, instrprof_error::counter_overflow);