• Home
  • Raw
  • Download

Lines Matching refs:Xi

187   } Xi; // expected-note {{'Xi' initialized here}}  in f1()  local
190 …::new (&Xi.a) long; // expected-warning{{Storage type is aligned to 1 bytes but allocated type is … in f1()
198 } Xi; in f2() local
201 ::new (&Xi.a) long; in f2()
209 } Xi; // expected-note {{'Xi' initialized here}} in f3() local
212 …::new (&Xi.b) long; // expected-warning{{Storage type is aligned to 1 bytes but allocated type is … in f3()
223 } Xi; // expected-note {{'Xi' initialized here}} in f4() local
226 …::new (&Xi.y.b) long; // expected-warning{{Storage type is aligned to 2 bytes but allocated type i… in f4()
260 } Xi; // expected-note {{'Xi' initialized here}} in f9() local
263 ::new (&Xi.b[8]) long; in f9()
266 …::new (&Xi.b[1]) long; // expected-warning{{Storage type is aligned to 1 bytes but allocated type … in f9()
273 } Xi; // expected-note {{'Xi' initialized here}} in f10() local
276 …::new (&Xi.a) long; // expected-warning{{Storage type is aligned to 2 bytes but allocated type is … in f10()
286 } Xi; in f11() local
289 ::new (&Xi.a) long; in f11()
296 } Xi; in f12() local
299 ::new (&Xi.a) long; in f12()
309 } Xi; // expected-note {{'Xi' initialized here}} in test13() local
312 …::new (&Xi.b[0].a) long; // expected-warning{{Storage type is aligned to 1 bytes but allocated typ… in test13()
322 } Xi; in test14() local
325 ::new (&Xi.b[0].a) long; in test14()
335 } Xi; in test15() local
338 ::new (&Xi.b[0].a) long; in test15()
349 } Xi; // expected-note {{'Xi' initialized here}} in test16() local
352 …::new (&Xi.b[0].a) long; // expected-warning{{Storage type is aligned to 1 bytes but allocated typ… in test16()
363 } Xi; in test17() local
366 ::new (&Xi.b[0].a[7]) long; in test17()
377 } Xi; // expected-note {{'Xi' initialized here}} in test18() local
380 ::new (&Xi.b[0].a[8]) long; in test18()
383 …::new (&Xi.b[0].a[1]) long; // expected-warning{{Storage type is aligned to 1 bytes but allocated … in test18()
399 } Xi; // expected-note {{'Xi' initialized here}} in test19() local
402 …::new (&Xi.a[1].b[1].c) long; // expected-warning{{Storage type is aligned to 1 bytes but allocate… in test19()
418 } Xi; in test20() local
421 ::new (&Xi.a[1].b[1].c) long; in test20()
437 } Xi; // expected-note {{'Xi' initialized here}} in test21() local
440 …::new (&Xi.a[0].b[0].c[7]) long; // expected-warning{{Storage type is aligned to 1 bytes but alloc… in test21()
451 } Xi; // expected-note {{'Xi' initialized here}} in test22() local
454 ::new (&Xi.b[0].a[0][7]) long; in test22()
457 ::new (&Xi.b[0].a[1][5]) long; in test22()
460 …::new (&Xi.b[0].a[1][6]) long; // expected-warning{{Storage type is aligned to 1 bytes but allocat… in test22()