/external/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 121 bool (*TestFn)(const BugDriver &, Module *); member in __anonb5e95a840211::ReduceCrashingGlobalVariables 125 : BD(bd), TestFn(testFn) {} in ReduceCrashingGlobalVariables() 171 if (TestFn(BD, M)) { in TestGlobalVariables() 191 bool (*TestFn)(const BugDriver &, Module *); member in __anonb5e95a840311::ReduceCrashingFunctions 195 : BD(bd), TestFn(testFn) {} in ReduceCrashingFunctions() 306 if (TestFn(BD, M)) { in TestFuncs() 327 bool (*TestFn)(const BugDriver &, Module *); member in __anonb5e95a840411::ReduceCrashingBlocks 331 : BD(bd), TestFn(testFn) {} in ReduceCrashingBlocks() 410 if (TestFn(BD, M)) { in TestBlocks() 436 bool (*TestFn)(const BugDriver &, Module *); member in __anonb5e95a840511::ReduceCrashingInstructions [all …]
|
D | Miscompilation.cpp | 180 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>, member in __anona3e74eb60211::ReduceMiscompilingFunctions 188 : BD(bd), TestFn(F) {} in ReduceMiscompilingFunctions() 274 TestFn(BD, std::move(ToOptimize), std::move(ToNotOptimize), Error); in TestFuncs() 298 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>, in ExtractLoops() 373 Failure = TestFn(BD, std::move(ToOptimizeLoopExtracted), in ExtractLoops() 441 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>, member in __anona3e74eb60311::ReduceMiscompiledBlocks 449 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {} in ReduceMiscompiledBlocks() 517 bool Ret = TestFn(BD, std::move(New), std::move(ToNotOptimize), Error); in TestFuncs() 529 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>, in ExtractBlocks() 547 bool Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions) in ExtractBlocks() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 126 BugTester TestFn; member in __anon4b9cbe1c0211::ReduceCrashingGlobalInitializers 130 : BD(bd), TestFn(testFn) {} in ReduceCrashingGlobalInitializers() 174 if (TestFn(BD, M.get())) { in TestGlobalVariables() 193 BugTester TestFn; member in __anon4b9cbe1c0311::ReduceCrashingFunctions 197 : BD(bd), TestFn(testFn) {} in ReduceCrashingFunctions() 306 if (TestFn(BD, M.get())) { in TestFuncs() 364 BugTester TestFn; member in __anon4b9cbe1c0411::ReduceCrashingBlocks 368 : BD(BD), TestFn(testFn) {} in ReduceCrashingBlocks() 454 if (TestFn(BD, M.get())) { in TestBlocks() 481 BugTester TestFn; member in __anon4b9cbe1c0511::ReduceCrashingConditionals [all …]
|
D | Miscompilation.cpp | 189 Expected<bool> (*TestFn)(BugDriver &, std::unique_ptr<Module>, member in __anonf007254e0211::ReduceMiscompilingFunctions 197 : BD(bd), TestFn(F) {} in ReduceMiscompilingFunctions() 284 TestFn(BD, std::move(ToOptimize), std::move(ToNotOptimize)); in TestFuncs() 308 Expected<bool> (*TestFn)(BugDriver &, std::unique_ptr<Module>, in ExtractLoops() 378 Expected<bool> Result = TestFn(BD, std::move(ToOptimizeLoopExtracted), in ExtractLoops() 447 Expected<bool> (*TestFn)(BugDriver &, std::unique_ptr<Module>, member in __anonf007254e0311::ReduceMiscompiledBlocks 457 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {} in ReduceMiscompiledBlocks() 525 Expected<bool> Ret = TestFn(BD, std::move(New), std::move(ToNotOptimize)); in TestFuncs() 538 Expected<bool> (*TestFn)(BugDriver &, std::unique_ptr<Module>, in ExtractBlocks() 555 Expected<bool> Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions) in ExtractBlocks() [all …]
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
D | F_nullptr.pass.cpp | 163 template <class TestFn, class Fn> 166 TestFn tf = nullptr; in test_imp() 168 assert(f.template target<TestFn>() == nullptr); in test_imp() 171 TestFn tf = Creator<TestFn>::create(); in test_imp() 174 assert(f.template target<TestFn>() != nullptr); in test_imp() 175 assert(*f.template target<TestFn>() == tf); in test_imp()
|
/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
D | atomic_is_lock_free.pass.cpp | 28 struct TestFn { struct 46 TestFn<A>()(); in main() argument 47 TestEachAtomicType<TestFn>()(); in main()
|
D | atomic_store.pass.cpp | 29 struct TestFn { struct 44 TestEachAtomicType<TestFn>()(); in main() argument
|
D | atomic_init.pass.cpp | 30 struct TestFn { struct 44 TestEachAtomicType<TestFn>()(); in main() argument
|
D | atomic_store_explicit.pass.cpp | 29 struct TestFn { struct 44 TestEachAtomicType<TestFn>()(); in main() argument
|
D | atomic_load.pass.cpp | 30 struct TestFn { struct 44 TestEachAtomicType<TestFn>()(); in main() argument
|
D | atomic_load_explicit.pass.cpp | 30 struct TestFn { struct 44 TestEachAtomicType<TestFn>()(); in main() argument
|
D | atomic_exchange.pass.cpp | 30 struct TestFn { struct 47 TestEachAtomicType<TestFn>()(); in main() argument
|
D | atomic_exchange_explicit.pass.cpp | 30 struct TestFn { struct 49 TestEachAtomicType<TestFn>()(); in main() argument
|
D | atomic_fetch_and.pass.cpp | 29 struct TestFn { struct 50 TestEachIntegralType<TestFn>()(); in main() argument
|
D | atomic_fetch_xor.pass.cpp | 29 struct TestFn { struct 50 TestEachIntegralType<TestFn>()(); in main() argument
|
D | atomic_fetch_or.pass.cpp | 29 struct TestFn { struct 50 TestEachIntegralType<TestFn>()(); in main() argument
|
D | atomic_fetch_and_explicit.pass.cpp | 29 struct TestFn { struct 52 TestEachIntegralType<TestFn>()(); in main() argument
|
D | atomic_fetch_xor_explicit.pass.cpp | 29 struct TestFn { struct 52 TestEachIntegralType<TestFn>()(); in main() argument
|
D | atomic_fetch_or_explicit.pass.cpp | 29 struct TestFn { struct 52 TestEachIntegralType<TestFn>()(); in main() argument
|
D | atomic_compare_exchange_weak.pass.cpp | 31 struct TestFn { struct 62 TestEachAtomicType<TestFn>()(); in main()
|
D | atomic_compare_exchange_strong.pass.cpp | 30 struct TestFn { struct 61 TestEachAtomicType<TestFn>()(); in main()
|
D | atomic_compare_exchange_weak_explicit.pass.cpp | 35 struct TestFn { struct 70 TestEachAtomicType<TestFn>()(); in main()
|
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/ |
D | comparisons.pass.cpp | 61 auto TestFn = [](path const& LHS, const directory_entry& LHSE, in test_comparisons_simple() local 73 TestFn(TC.first, L, TC.second, R); in test_comparisons_simple() 74 TestFn(TC.second, R, TC.first, L); in test_comparisons_simple()
|
/external/llvm/lib/Fuzzer/test/ |
D | SimpleFnAdapterTest.cpp | 12 static void TestFn(std::vector<uint8_t> V1, std::vector<uint8_t> V2) { in TestFn() function 20 fuzzer::Adapt(TestFn, Data, Size); in LLVMFuzzerTestOneInput()
|
/external/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/ |
D | function_type_default_deleter.fail.cpp | 14 void TestFn(Tag<ID>) {} in TestFn() function 18 return &TestFn<ID>; in getFn()
|