Lines Matching refs:nullptr
21 test_bounded_ptr<T> p = nullptr; in tests()
22 _assert(p == nullptr); in tests()
25 test_bounded_ptr<T> p{nullptr}; in tests()
26 _assert(p == nullptr); in tests()
29 test_bounded_ptr<T> p(nullptr); in tests()
30 _assert(p == nullptr); in tests()
33 test_bounded_ptr<T> p = static_cast<test_bounded_ptr<T> >(nullptr); in tests()
34 _assert(p == nullptr); in tests()
38 _assert(p == nullptr); in tests()
40 f(nullptr); in tests()
46 _assert(p == nullptr); in tests()
50 _assert(p == nullptr); in tests()
54 _assert(p == nullptr); in tests()
58 _assert(p == nullptr); in tests()
62 _assert(p == nullptr); in tests()
70 _assert(p == nullptr); in tests()
74 _assert(p == nullptr); in tests()
78 _assert(p == nullptr); in tests()
82 _assert(p == nullptr); in tests()
86 _assert(p == nullptr); in tests()