| /llvm-project-15.0.7/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 130 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 D | Miscompilation.cpp | 188 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 D | F_nullptr.pass.cpp | 165 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 D | atomic_is_lock_free.pass.cpp | 26 struct TestFn { struct 46 TestFn<A>()(); in main() argument 47 TestEachAtomicType<TestFn>()(); in main()
|
| H A D | atomic_load.pass.cpp | 29 struct TestFn { struct 44 TestEachAtomicType<TestFn>()(); in main() argument
|
| H A D | atomic_init.pass.cpp | 30 struct TestFn { struct 47 TestEachAtomicType<TestFn>()(); in main() argument
|
| H A D | atomic_store.pass.cpp | 29 struct TestFn { struct 47 TestEachAtomicType<TestFn>()(); in main() argument
|
| H A D | atomic_load_explicit.pass.cpp | 29 struct TestFn { struct 44 TestEachAtomicType<TestFn>()(); in main() argument
|
| H A D | atomic_exchange.pass.cpp | 29 struct TestFn { struct 47 TestEachAtomicType<TestFn>()(); in main() argument
|
| H A D | atomic_store_explicit.pass.cpp | 31 struct TestFn { struct 49 TestEachAtomicType<TestFn>()(); in main() argument
|
| H A D | atomic_fetch_and.pass.cpp | 27 struct TestFn { struct 50 TestEachIntegralType<TestFn>()(); in main() argument
|
| H A D | atomic_fetch_or.pass.cpp | 27 struct TestFn { struct 50 TestEachIntegralType<TestFn>()(); in main() argument
|
| H A D | atomic_fetch_xor.pass.cpp | 27 struct TestFn { struct 50 TestEachIntegralType<TestFn>()(); in main() argument
|
| H A D | atomic_exchange_explicit.pass.cpp | 31 struct TestFn { struct 51 TestEachAtomicType<TestFn>()(); in main() argument
|
| H A D | atomic_fetch_and_explicit.pass.cpp | 29 struct TestFn { struct 54 TestEachIntegralType<TestFn>()(); in main()
|
| H A D | atomic_fetch_xor_explicit.pass.cpp | 29 struct TestFn { struct 54 TestEachIntegralType<TestFn>()(); in main()
|
| H A D | atomic_fetch_or_explicit.pass.cpp | 29 struct TestFn { struct 54 TestEachIntegralType<TestFn>()(); in main()
|
| H A D | atomic_compare_exchange_weak.pass.cpp | 34 struct TestFn { struct 67 TestEachAtomicType<TestFn>()(); in main()
|
| H A D | atomic_compare_exchange_strong.pass.cpp | 33 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 D | comparisons.pass.cpp | 63 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 D | atomic_notify_one.pass.cpp | 36 struct TestFn { struct 64 TestEachAtomicType<TestFn>()(); in main()
|
| H A D | atomic_wait.pass.cpp | 36 struct TestFn { struct 67 TestEachAtomicType<TestFn>()(); in main()
|
| H A D | atomic_wait_explicit.pass.cpp | 38 struct TestFn { struct 69 TestEachAtomicType<TestFn>()(); in main()
|
| H A D | atomic_notify_all.pass.cpp | 36 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 D | function_type_default_deleter.fail.cpp | 22 void TestFn(Tag<ID>) {} in TestFn() function 26 return &TestFn<ID>; in getFn()
|