Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:constb

526   const B constb = {};
552 U(bool (*)[19]) : constb(constb) {} // expected-warning {{field 'constb' is uninitialized when used here}}
553 U(bool (*)[20]) : constb(B(constb)) {} // expected-warning {{field 'constb' is uninitialized when used here}}