Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:a2

348 struct B { A &&a1; A &&a2; };
351 static_assert(&b1.a1 != &b1.a2, "");
352 static_assert(&b1.a1.r != &b1.a2.r, ""); // expected-error {{constant expression}} expected-note {{outside the expression that created the temporary}}