Searched defs:TestFn (Results 1 - 25 of 32) sorted by relevance

12

/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/atomics/atomics.types.operations/atomics.types.operations.req/
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_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_init.pass.cpp30 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.pass.cpp29 struct TestFn { struct
44 TestEachAtomicType<TestFn>()();
H A Datomic_store_explicit.pass.cpp29 struct TestFn { struct
44 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>()();
H A Datomic_fetch_sub.pass.cpp38 struct TestFn { struct
80 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/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/
H A Dfunction_type_default_deleter.fail.cpp14 void TestFn(Tag<ID>) {} function
18 return &TestFn<ID>;

Completed in 186 milliseconds

12