Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove_convert.pass.cpp41 struct is_specialization<Templ<ID1>, Other> : std::false_type {}; struct
44 struct is_specialization<Templ<ID1>, Templ<ID2> > : std::true_type {}; struct
/external/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove_convert.pass.cpp40 struct is_specialization<Templ<ID1>, Other> : std::false_type {}; struct
43 struct is_specialization<Templ<ID1>, Templ<ID2> > : std::true_type {}; struct
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.pass.cpp53 struct is_specialization<Templ<ID1>, Other> : std::false_type {}; struct
56 struct is_specialization<Templ<ID1>, Templ<ID2> > : std::true_type {}; struct
/external/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.pass.cpp52 struct is_specialization<Templ<ID1>, Other> : std::false_type {}; struct
55 struct is_specialization<Templ<ID1>, Templ<ID2> > : std::true_type {}; struct