Searched refs:GetTestResult (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { function in class:DeltaAlgorithm
76 if (GetTestResult(*it)) {
91 if (GetTestResult(Complement)) {
106 if (GetTestResult(changeset_ty()))
H A DDAGDeltaAlgorithm.cpp143 /// GetTestResult - Get the test result for the active set \p Changes with
151 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
168 return DDAI.GetTestResult(S, Required);
290 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes, function in class:DAGDeltaAlgorithmImpl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h47 /// GetTestResult - Get the test result for the \p Changes from the
52 bool GetTestResult(const changeset_ty &Changes);
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc5343 static const TestResult* GetTestResult( function in class:testing::TestInfoTest
5362 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count());
5365 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count());

Completed in 86 milliseconds