Home
last modified time | relevance | path

Searched refs:Unrelated (Results 1 – 7 of 7) sorted by relevance

/xnu-11417.101.15/tests/intrusive_shared_ptr_src/
H A Dcast.reinterpret.cpp19 struct Unrelated { int i; }; argument
74 tests</*stored*/ Derived, /*from*/ Derived, /*to*/ Unrelated>();
75 tests</*stored*/ Derived, /*from*/ Derived const, /*to*/ Unrelated const>();
H A Dctor.copy.cpp26 struct Unrelated { }; struct
96 …static_assert(!std::is_constructible_v</*to*/ test_shared_ptr<Unrelated>, /*from*/ test_shared_ptr…
H A Dctor.move.cpp27 struct Unrelated { }; struct
110 …static_assert(!std::is_constructible_v</*to*/ test_shared_ptr<Unrelated>, /*from*/ test_shared_ptr…
H A Dassign.copy.cpp25 struct Unrelated { }; struct
116 …static_assert(!std::is_assignable_v</*to*/ test_shared_ptr<Unrelated>, /*from*/ test_shared_ptr<De…
H A Dassign.move.cpp26 struct Unrelated { }; struct
117 …static_assert(!std::is_assignable_v</*to*/ test_shared_ptr<Unrelated>, /*from*/ test_shared_ptr<De…
/xnu-11417.101.15/tests/bounded_ptr_src/
H A Dctor.convert.cpp27 struct Unrelated { }; struct
132 …t(!std::is_convertible_v</*from*/ test_bounded_ptr<Derived>, /*to*/ test_bounded_ptr<Unrelated> >);
137 …static_assert(!std::is_constructible_v</*to*/ test_bounded_ptr<Unrelated>, /*from*/ test_bounded_p…
H A Dassign.convert.cpp26 struct Unrelated { }; struct
135 …static_assert(!std::is_assignable_v</*to*/ test_bounded_ptr<Unrelated>, /*from*/ test_bounded_ptr<…