Lines Matching refs:std
42 libkern::intrusive_shared_ptr<To, test_policy> to(std::move(from)); // explicit in tests()
53 libkern::intrusive_shared_ptr<To, test_policy> to{std::move(from)}; // explicit in tests()
64 libkern::intrusive_shared_ptr<To, test_policy> to = std::move(from); // implicit in tests()
74 libkern::intrusive_shared_ptr<To, test_policy> to = std::move(from); in tests()
97 static_assert(std::is_move_constructible_v<test_shared_ptr<Derived> >);
100 …static_assert(!std::is_constructible_v</*to*/ test_shared_ptr<Derived>, /*from*/ test_shared_ptr<B…
101 …static_assert(!std::is_constructible_v</*to*/ test_shared_ptr<DerivedMultiple>, /*from*/ test_shar…
102 …static_assert(!std::is_constructible_v</*to*/ test_shared_ptr<DerivedMultiple>, /*from*/ test_shar…
103 …static_assert(!std::is_constructible_v</*to*/ test_shared_ptr<Base2>, /*from*/ test_shared_ptr<Bas…
106 …static_assert(!std::is_constructible_v</*to*/ test_shared_ptr<Derived>, /*from*/ test_shared_ptr<D…
109 …static_assert(!std::is_constructible_v</*to*/ test_shared_ptr<char>, /*from*/ test_shared_ptr<Deri…
110 …static_assert(!std::is_constructible_v</*to*/ test_shared_ptr<Unrelated>, /*from*/ test_shared_ptr…
111 …static_assert(!std::is_constructible_v</*to*/ test_shared_ptr<Base2>, /*from*/ test_shared_ptr<Bas…
114 …static_assert(!std::is_constructible_v</*to*/ libkern::intrusive_shared_ptr<Derived, dummy_policy<…