Home
last modified time | relevance | path

Searched defs:TestNonTrivial (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/
H A Dpstl.move.pass.cpp66 struct TestNonTrivial { struct
68 void operator()(Policy&& policy) { in operator ()()
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dpstl.copy_n.pass.cpp73 struct TestNonTrivial { struct
93 … TestIteratorWithPolicies<types::partial_instantiation<TestNonTrivial, Iter2>::template apply>{}); in operator ()() argument
H A Dpstl.copy.pass.cpp66 struct TestNonTrivial { struct
68 void operator()(Policy&& policy) { in operator ()()
/llvm-project/clang/test/SemaObjCXX/
H A Dproperties.mm119 @interface TestNonTrivial interface