Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:n5

77 constexpr const int * const *n5 = const_cast<const int* const*>(&n3);
79 constexpr int n7 = **n5;
282 constexpr bool n5 = 0 < &y; // expected-error {{must be initialized by a constant expression}}