Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:nullptr

701 static_assert(agg1.p == nullptr, "");
954 static_assert(pg != nullptr, "");
955 static_assert(pf != nullptr, "");
956 static_assert((int S::*)nullptr == nullptr, "");
1428 return &NS::f != nullptr;
1635 constexpr initializer_list() : __begin_(nullptr), __size_(0) {}