Home
last modified time | relevance | path

Searched refs:TestFn (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DCrashDebugger.cpp130 BugTester TestFn; member in __anon627d05070211::ReduceCrashingGlobalInitializers
178 if (TestFn(BD, M.get())) { in TestGlobalVariables()
197 BugTester TestFn; member in __anon627d05070311::ReduceCrashingFunctions
329 BugTester TestFn; member in __anon627d05070411::ReduceCrashingFunctionAttributes
432 BugTester TestFn; member in __anon627d05070511::ReduceCrashingBlocks
550 BugTester TestFn; member in __anon627d05070611::ReduceCrashingConditionals
656 BugTester TestFn; member in __anon627d05070711::ReduceSimplifyCFG
749 BugTester TestFn; member in __anon627d05070811::ReduceCrashingInstructions
825 BugTester TestFn; member in __anon627d05070911::ReduceCrashingMetadata
896 BugTester TestFn; member in __anon627d05070a11::ReduceCrashingNamedMD
[all …]
H A DMiscompilation.cpp188 Expected<bool> (*TestFn)(BugDriver &, std::unique_ptr<Module>, member in __anone2f049990211::ReduceMiscompilingFunctions
196 : BD(bd), TestFn(F) {} in ReduceMiscompilingFunctions()
283 TestFn(BD, std::move(ToOptimize), std::move(ToNotOptimize)); in TestFuncs()
448 Expected<bool> (*TestFn)(BugDriver &, std::unique_ptr<Module>, member in __anone2f049990311::ReduceMiscompiledBlocks
458 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {} in ReduceMiscompiledBlocks()
564 ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions) in ExtractBlocks()
631 Expected<bool> Ret = ReduceMiscompilingFunctions(BD, TestFn) in DebugAMiscompilation()
658 Ret = ReduceMiscompilingFunctions(BD, TestFn) in DebugAMiscompilation()
681 Ret = ReduceMiscompilingFunctions(BD, TestFn) in DebugAMiscompilation()
841 Function *TestFn = Test->getFunction(F->getName()); in CleanupAndPrepareModules() local
[all …]
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DF_nullptr.pass.cpp165 template <class TestFn, class Fn>
168 TestFn tf = nullptr; in test_imp()
170 RTTI_ASSERT(f.template target<TestFn>() == nullptr); in test_imp()
173 TestFn tf = Creator<TestFn>::create(); in test_imp()
176 RTTI_ASSERT(f.template target<TestFn>() != nullptr); in test_imp()
177 RTTI_ASSERT(*f.template target<TestFn>() == tf); in test_imp()
/llvm-project-15.0.7/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
H A Datomic_is_lock_free.pass.cpp26 struct TestFn { struct
46 TestFn<A>()(); in main() argument
47 TestEachAtomicType<TestFn>()(); in main()
H A Datomic_load.pass.cpp29 struct TestFn { struct
44 TestEachAtomicType<TestFn>()(); in main() argument
H A Datomic_init.pass.cpp30 struct TestFn { struct
47 TestEachAtomicType<TestFn>()(); in main() argument
H A Datomic_store.pass.cpp29 struct TestFn { struct
47 TestEachAtomicType<TestFn>()(); in main() argument
H A Datomic_load_explicit.pass.cpp29 struct TestFn { struct
44 TestEachAtomicType<TestFn>()(); in main() argument
H A Datomic_exchange.pass.cpp29 struct TestFn { struct
47 TestEachAtomicType<TestFn>()(); in main() argument
H A Datomic_store_explicit.pass.cpp31 struct TestFn { struct
49 TestEachAtomicType<TestFn>()(); in main() argument
H A Datomic_fetch_and.pass.cpp27 struct TestFn { struct
50 TestEachIntegralType<TestFn>()(); in main() argument
H A Datomic_fetch_or.pass.cpp27 struct TestFn { struct
50 TestEachIntegralType<TestFn>()(); in main() argument
H A Datomic_fetch_xor.pass.cpp27 struct TestFn { struct
50 TestEachIntegralType<TestFn>()(); in main() argument
H A Datomic_exchange_explicit.pass.cpp31 struct TestFn { struct
51 TestEachAtomicType<TestFn>()(); in main() argument
H A Datomic_fetch_and_explicit.pass.cpp29 struct TestFn { struct
54 TestEachIntegralType<TestFn>()(); in main()
H A Datomic_fetch_xor_explicit.pass.cpp29 struct TestFn { struct
54 TestEachIntegralType<TestFn>()(); in main()
H A Datomic_fetch_or_explicit.pass.cpp29 struct TestFn { struct
54 TestEachIntegralType<TestFn>()(); in main()
H A Datomic_compare_exchange_weak.pass.cpp34 struct TestFn { struct
67 TestEachAtomicType<TestFn>()(); in main()
H A Datomic_compare_exchange_strong.pass.cpp33 struct TestFn { struct
66 TestEachAtomicType<TestFn>()(); in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
H A Dcomparisons.pass.cpp63 auto TestFn = [](path const& LHS, const directory_entry& LHSE, in test_comparisons_simple() local
75 TestFn(TC.first, L, TC.second, R); in test_comparisons_simple()
76 TestFn(TC.second, R, TC.first, L); in test_comparisons_simple()
/llvm-project-15.0.7/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.wait/
H A Datomic_notify_one.pass.cpp36 struct TestFn { struct
64 TestEachAtomicType<TestFn>()(); in main()
H A Datomic_wait.pass.cpp36 struct TestFn { struct
67 TestEachAtomicType<TestFn>()(); in main()
H A Datomic_wait_explicit.pass.cpp38 struct TestFn { struct
69 TestEachAtomicType<TestFn>()(); in main()
H A Datomic_notify_all.pass.cpp36 struct TestFn { struct
76 TestEachAtomicType<TestFn>()(); in main()
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/
H A Dfunction_type_default_deleter.fail.cpp22 void TestFn(Tag<ID>) {} in TestFn() function
26 return &TestFn<ID>; in getFn()

12