HomeSort by relevance Sort by last modified time
    Searched full:nullb (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 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, "");
    [all...]

Completed in 121 milliseconds