Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:nullb

692 constexpr Base *nullB = 42 - 6 * 7;
693 static_assert((Bottom*)nullB == 0, "");
694 static_assert((Derived*)nullB == 0, "");
695 static_assert((void*)(Bottom*)nullB == (void*)(Derived*)nullB, "");