Searched refs:Unrelated (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.101.15/tests/intrusive_shared_ptr_src/ |
| H A D | cast.reinterpret.cpp | 19 struct Unrelated { int i; }; struct 74 tests</*stored*/ Derived, /*from*/ Derived, /*to*/ Unrelated>(); 75 tests</*stored*/ Derived, /*from*/ Derived const, /*to*/ Unrelated const>();
|
| H A D | ctor.copy.cpp | 26 struct Unrelated { }; struct 96 …static_assert(!std::is_constructible_v</*to*/ test_shared_ptr<Unrelated>, /*from*/ test_shared_ptr…
|
| H A D | ctor.move.cpp | 27 struct Unrelated { }; struct 110 …static_assert(!std::is_constructible_v</*to*/ test_shared_ptr<Unrelated>, /*from*/ test_shared_ptr…
|
| H A D | assign.copy.cpp | 25 struct Unrelated { }; struct 116 …static_assert(!std::is_assignable_v</*to*/ test_shared_ptr<Unrelated>, /*from*/ test_shared_ptr<De…
|
| H A D | assign.move.cpp | 26 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 D | ctor.convert.cpp | 27 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 D | assign.convert.cpp | 26 struct Unrelated { }; struct 135 …static_assert(!std::is_assignable_v</*to*/ test_bounded_ptr<Unrelated>, /*from*/ test_bounded_ptr<…
|