Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:b9

466   B b9 = getB(b9.y);  // expected-warning {{variable 'b9' is uninitialized when used within its own initialization}}
501 B b9 = getB(b9.y); // expected-warning {{variable 'b9' is uninitialized when used within its own initialization}}
1164 B b9 = { {}, {0, b9.a1.i1} };
1222 B b9 = { {}, {0, b9.a1.i1} };
1251 b9{ {}, {0, b9.a1.i1} },