Home
last modified time | relevance | path

Searched refs:TestList (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DListReducer.h183 std::vector<ElTy> TestList(TheList); in reduceList()
184 TestList.erase(TestList.begin() + i); in reduceList()
186 Expected<TestResult> Result = doTest(EmptyList, TestList); in reduceList()
191 TheList.swap(TestList); in reduceList()
/llvm-project-15.0.7/libcxxabi/test/
H A Dguard_threaded_test.pass.cpp306 TestFn TestList[] = { in test_impl() local
317 for (auto test_func : TestList) { in test_impl()