Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:c_a

370   const A c_a;
406 T(bool (*)[29]) : c_a(c_a) {} // expected-warning {{field 'c_a' is uninitialized when used here}}
407 T(bool (*)[30]) : c_a(A(c_a)) {} // expected-warning {{field 'c_a' is uninitialized when used here}}