Home
last modified time | relevance | path

Searched refs:GetTestResult (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DDeltaAlgorithm.cpp16 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult() function in DeltaAlgorithm
74 if (GetTestResult(*it)) { in Search()
89 if (GetTestResult(Complement)) { in Search()
104 if (GetTestResult(changeset_ty())) in Run()
H A DDAGDeltaAlgorithm.cpp150 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
167 return DDAI.GetTestResult(S, Required); in ExecuteOneTest()
283 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes, in GetTestResult() function in DAGDeltaAlgorithmImpl
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h52 bool GetTestResult(const changeset_ty &Changes);