Searched refs:TestFn (Results 1 - 25 of 33) sorted by relevance

12

/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
H A Datomic_is_lock_free.pass.cpp28 struct TestFn { struct
46 TestFn<A>()();
47 TestEachAtomicType<TestFn>()();
H A Datomic_init.pass.cpp30 struct TestFn { struct
44 TestEachAtomicType<TestFn>()();
H A Datomic_store.pass.cpp29 struct TestFn { struct
44 TestEachAtomicType<TestFn>()();
H A Datomic_load.pass.cpp30 struct TestFn { struct
44 TestEachAtomicType<TestFn>()();
H A Datomic_load_explicit.pass.cpp30 struct TestFn { struct
44 TestEachAtomicType<TestFn>()();
H A Datomic_store_explicit.pass.cpp29 struct TestFn { struct
44 TestEachAtomicType<TestFn>()();
H A Datomic_exchange.pass.cpp30 struct TestFn { struct
47 TestEachAtomicType<TestFn>()();
H A Datomic_exchange_explicit.pass.cpp30 struct TestFn { struct
49 TestEachAtomicType<TestFn>()();
H A Datomic_fetch_and.pass.cpp29 struct TestFn { struct
50 TestEachIntegralType<TestFn>()();
H A Datomic_fetch_and_explicit.pass.cpp29 struct TestFn { struct
52 TestEachIntegralType<TestFn>()();
H A Datomic_fetch_or.pass.cpp29 struct TestFn { struct
50 TestEachIntegralType<TestFn>()();
H A Datomic_fetch_or_explicit.pass.cpp29 struct TestFn { struct
52 TestEachIntegralType<TestFn>()();
H A Datomic_fetch_xor.pass.cpp29 struct TestFn { struct
50 TestEachIntegralType<TestFn>()();
H A Datomic_fetch_xor_explicit.pass.cpp29 struct TestFn { struct
52 TestEachIntegralType<TestFn>()();
H A Datomic_compare_exchange_strong.pass.cpp30 struct TestFn { struct
61 TestEachAtomicType<TestFn>()();
H A Datomic_compare_exchange_strong_explicit.pass.cpp33 struct TestFn { struct
68 TestEachAtomicType<TestFn>()();
H A Datomic_compare_exchange_weak.pass.cpp31 struct TestFn { struct
62 TestEachAtomicType<TestFn>()();
H A Datomic_compare_exchange_weak_explicit.pass.cpp35 struct TestFn { struct
70 TestEachAtomicType<TestFn>()();
H A Datomic_fetch_add.pass.cpp38 struct TestFn { struct
80 TestEachIntegralType<TestFn>()();
H A Datomic_fetch_add_explicit.pass.cpp38 struct TestFn { struct
85 TestEachIntegralType<TestFn>()();
/external/llvm/lib/Fuzzer/test/
H A DSimpleFnAdapterTest.cpp12 static void TestFn(std::vector<uint8_t> V1, std::vector<uint8_t> V2) { function
20 fuzzer::Adapt(TestFn, Data, Size);
/external/libcxx/test/std/experimental/filesystem/class.directory_entry/directory_entry.obs/
H A Dstatus.pass.cpp36 auto TestFn = [](path const& p) { local
46 TestFn(StaticEnv::File);
47 TestFn(StaticEnv::Dir);
48 TestFn(StaticEnv::SymlinkToFile);
49 TestFn(StaticEnv::DNE);
H A Dsymlink_status.pass.cpp35 auto TestFn = [](path const& p) { local
45 TestFn(StaticEnv::File);
46 TestFn(StaticEnv::Dir);
47 TestFn(StaticEnv::SymlinkToFile);
48 TestFn(StaticEnv::DNE);
H A Dcomparisons.pass.cpp62 auto TestFn = [](path const& LHS, const directory_entry& LHSE, local
74 TestFn(TC.first, L, TC.second, R);
75 TestFn(TC.second, R, TC.first, L);
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DF_nullptr.pass.cpp163 template <class TestFn, class Fn>
166 TestFn tf = nullptr;
168 assert(f.template target<TestFn>() == nullptr);
171 TestFn tf = Creator<TestFn>::create();
174 assert(f.template target<TestFn>() != nullptr);
175 assert(*f.template target<TestFn>() == tf);

Completed in 1008 milliseconds

12