Searched defs:Bwrapper (Results 1 – 1 of 1) sorted by relevance
1214 struct Bwrapper { struct1215 B b1 = { {}, {} };1216 B b2 = { {}, b2.a1 };1222 B b7 = { {0, b7.a1.i1} };1223 B b8 = { {}, {b8.a1.i1} };1224 B b9 = { {}, {0, b9.a1.i1} };1228 B b12 = { {}, {b12.a1.i2} };1229 B b13 = { {}, {0, b13.a1.i2} };1241 B b22 = { {b18.a2.i2 + 5} };1242 Bwrapper() {} // expected-note 13{{in this constructor}} in Bwrapper() argument[all …]