Lines Matching full:allocated
12 …warning{{Storage provided to placement new is only 2 bytes, whereas the allocated type requires 8 … in f()
19 …warning{{Storage provided to placement new is only 2 bytes, whereas the allocated type requires 8 … in f()
26 …warning{{Storage provided to placement new is only 2 bytes, whereas the allocated type requires 8 … in f()
37 …warning{{Storage provided to placement new is only 2 bytes, whereas the allocated type requires 8 … in f()
54 …warning{{Storage provided to placement new is only 2 bytes, whereas the allocated type requires 8 … in g()
65 …warning{{Storage provided to placement new is only 2 bytes, whereas the allocated type requires 8 … in g()
83 …warning{{Storage provided to placement new is only 3 bytes, whereas the allocated type requires 8 … in f()
91 …warning{{Storage provided to placement new is only 4 bytes, whereas the allocated type requires 8 … in f()
99 …warning{{Storage provided to placement new is only 0 bytes, whereas the allocated type requires 8 … in f()
107 …arning{{Storage provided to placement new is only -4 bytes, whereas the allocated type requires 8 … in f()
119 …warning{{Storage provided to placement new is only 2 bytes, whereas the allocated type requires 8 … in g2()
127 …warning{{Storage provided to placement new is only 6 bytes, whereas the allocated type requires 8 … in f()
135 …warning{{Storage provided to placement new is only 3 bytes, whereas the allocated type requires 8 … in f()
143 …warning{{Storage provided to placement new is only 2 bytes, whereas the allocated type requires 8 … in f()
158 …warning{{Storage provided to placement new is only 2 bytes, whereas the allocated type requires 8 … in f()
172 …arning{{Storage provided to placement new is only 64 bytes, whereas the allocated array type requi… in f1()
194 …::new (&Xi.a) long; // expected-warning{{Storage type is aligned to 1 bytes but allocated type is … in f1()
216 …::new (&Xi.b) long; // expected-warning{{Storage type is aligned to 1 bytes but allocated type is … in f3()
230 …::new (&Xi.y.b) long; // expected-warning{{Storage type is aligned to 2 bytes but allocated type i… in f4()
236 …::new (&b) long; // expected-warning{{Storage type is aligned to 2 bytes but allocated type is ali… in f5()
243 …::new (&b[0]) long; // expected-warning{{Storage type is aligned to 2 bytes but allocated type is … in f6()
257 …::new (&b[3]) long; // expected-warning{{Storage type is aligned to 6 bytes but allocated type is … in f8()
270 …::new (&Xi.b[1]) long; // expected-warning{{Storage type is aligned to 1 bytes but allocated type … in f9()
280 …::new (&Xi.a) long; // expected-warning{{Storage type is aligned to 2 bytes but allocated type is … in f10()
316 …::new (&Xi.b[0].a) long; // expected-warning{{Storage type is aligned to 1 bytes but allocated typ… in test13()
356 …::new (&Xi.b[0].a) long; // expected-warning{{Storage type is aligned to 1 bytes but allocated typ… in test16()
387 …::new (&Xi.b[0].a[1]) long; // expected-warning{{Storage type is aligned to 1 bytes but allocated … in test18()
406 …1].c) long; // expected-warning{{Storage type is aligned to 1 bytes but allocated type is aligned … in test19()
444 …c[7]) long; // expected-warning{{Storage type is aligned to 1 bytes but allocated type is aligned … in test21()
464 …][6]) long; // expected-warning{{Storage type is aligned to 1 bytes but allocated type is aligned … in test22()