Lines Matching refs:S1
25 struct S1 { struct
32 S1 s1; argument
34 struct alignas(2) S4 : S1 { // expected-error {{requested alignment is less than minimum alignment …
36 struct S5 : S1 {
37 …alignas(2) S1 s1; // expected-error {{requested alignment is less than minimum alignment of 8 for …
40 S1 s1;
42 struct S7 : S1 {
44 struct alignas(2) alignas(8) alignas(1) S8 : S1 {
47 S1 s1 alignas(4); // expected-error {{requested alignment is less than minimum alignment of 8 for t…
62 template struct X<16, 8, S1>;
63 template struct X<4, 4, S1>; // expected-note {{instantiation}}