Lines Matching refs:instrprof_error
29 static ::testing::AssertionResult ErrorEquals(instrprof_error Expected, in ErrorEquals()
31 instrprof_error Found; in ErrorEquals()
111 ASSERT_TRUE(ErrorEquals(instrprof_error::hash_mismatch, R.takeError())); in TEST_P()
114 ASSERT_TRUE(ErrorEquals(instrprof_error::unknown_function, R.takeError())); in TEST_P()
137 ASSERT_TRUE(ErrorEquals(instrprof_error::hash_mismatch, std::move(E1))); in TEST_P()
140 ASSERT_TRUE(ErrorEquals(instrprof_error::unknown_function, std::move(E2))); in TEST_P()
571 instrprof_error::success); in TEST_P()
577 instrprof_error::counter_overflow); in TEST_P()
582 instrprof_error::success); in TEST_P()
590 instrprof_error::success); in TEST_P()
599 instrprof_error::counter_overflow); in TEST_P()