/external/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 121 bool (*TestFn)(const BugDriver &, Module *); member in __anon692caeb90211::ReduceCrashingGlobalVariables 125 : BD(bd), TestFn(testFn) {} in ReduceCrashingGlobalVariables() 171 if (TestFn(BD, M)) { in TestGlobalVariables() 191 bool (*TestFn)(const BugDriver &, Module *); member in __anon692caeb90311::ReduceCrashingFunctions 195 : BD(bd), TestFn(testFn) {} in ReduceCrashingFunctions() 306 if (TestFn(BD, M)) { in TestFuncs() 327 bool (*TestFn)(const BugDriver &, Module *); member in __anon692caeb90411::ReduceCrashingBlocks 331 : BD(bd), TestFn(testFn) {} in ReduceCrashingBlocks() 410 if (TestFn(BD, M)) { in TestBlocks() 436 bool (*TestFn)(const BugDriver &, Module *); member in __anon692caeb90511::ReduceCrashingInstructions [all …]
|
D | Miscompilation.cpp | 180 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>, member in __anonbf95298b0211::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 __anonbf95298b0311::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 __anonab98acf10211::ReduceCrashingGlobalInitializers 130 : BD(bd), TestFn(testFn) {} in ReduceCrashingGlobalInitializers() 174 if (TestFn(BD, M.get())) { in TestGlobalVariables() 193 BugTester TestFn; member in __anonab98acf10311::ReduceCrashingFunctions 197 : BD(bd), TestFn(testFn) {} in ReduceCrashingFunctions() 306 if (TestFn(BD, M.get())) { in TestFuncs() 364 BugTester TestFn; member in __anonab98acf10411::ReduceCrashingBlocks 368 : BD(BD), TestFn(testFn) {} in ReduceCrashingBlocks() 454 if (TestFn(BD, M.get())) { in TestBlocks() 481 BugTester TestFn; member in __anonab98acf10511::ReduceCrashingConditionals [all …]
|
D | Miscompilation.cpp | 189 Expected<bool> (*TestFn)(BugDriver &, std::unique_ptr<Module>, member in __anon4f80eec30211::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 __anon4f80eec30311::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/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | CrashDebugger.cpp | 109 bool (*TestFn)(const BugDriver &, Module *); member in __anon19ca15e50211::ReduceCrashingGlobalVariables 113 : BD(bd), TestFn(testFn) {} in ReduceCrashingGlobalVariables() 159 if (TestFn(BD, M)) { in TestGlobalVariables() 179 bool (*TestFn)(const BugDriver &, Module *); member in llvm::ReduceCrashingFunctions 183 : BD(bd), TestFn(testFn) {} in ReduceCrashingFunctions() 231 if (TestFn(BD, M)) { in TestFuncs() 252 bool (*TestFn)(const BugDriver &, Module *); member in __anon19ca15e50311::ReduceCrashingBlocks 256 : BD(bd), TestFn(testFn) {} in ReduceCrashingBlocks() 335 if (TestFn(BD, M)) { in TestBlocks() 361 bool (*TestFn)(const BugDriver &, Module *); member in __anon19ca15e50411::ReduceCrashingInstructions [all …]
|
D | Miscompilation.cpp | 178 bool (*TestFn)(BugDriver &, Module *, Module *, std::string &); member in __anon83df76370211::ReduceMiscompilingFunctions 183 : BD(bd), TestFn(F) {} in ReduceMiscompilingFunctions() 281 bool Broken = TestFn(BD, ToOptimize, ToNotOptimize, Error); in TestFuncs() 305 bool (*TestFn)(BugDriver &, Module *, Module *, in ExtractLoops() 371 Failure = TestFn(BD, ToOptimizeLoopExtracted, ToNotOptimize, Error); in ExtractLoops() 426 bool (*TestFn)(BugDriver &, Module *, Module *, std::string &); member in __anon83df76370311::ReduceMiscompiledBlocks 433 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {} in ReduceMiscompiledBlocks() 504 bool Ret = TestFn(BD, New, ToNotOptimize, Error); in TestFuncs() 520 bool (*TestFn)(BugDriver &, Module *, Module *, in ExtractBlocks() 538 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_init.pass.cpp | 30 struct TestFn { struct 44 TestEachAtomicType<TestFn>()(); in main() argument
|
D | atomic_store.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_store_explicit.pass.cpp | 29 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_fetch_or.pass.cpp | 29 struct TestFn { struct 50 TestEachIntegralType<TestFn>()(); in main() argument
|
D | atomic_exchange_explicit.pass.cpp | 30 struct TestFn { struct 49 TestEachAtomicType<TestFn>()(); in main() argument
|
D | atomic_fetch_xor.pass.cpp | 29 struct TestFn { struct 50 TestEachIntegralType<TestFn>()(); in main() argument
|
D | atomic_fetch_and.pass.cpp | 29 struct TestFn { struct 50 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_fetch_and_explicit.pass.cpp | 29 struct TestFn { struct 52 TestEachIntegralType<TestFn>()(); in main() argument
|
D | atomic_compare_exchange_strong.pass.cpp | 30 struct TestFn { struct 61 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()
|