Lines Matching refs:alignas
48 alignas(8) int aligned_attr;
89 alignas(float) [[]] final // expected-error {{an attribute list cannot appear here}}
90 …alignas(float) [[]] [[]] alignas(float): base{}; // expected-error {{an attribute list cannot appe…
93 [[]] [[]] alignas(16) final // expected-error {{an attribute list cannot appear here}}
94 [[]] [[]] alignas(16) [[]]{}; // expected-error {{an attribute list cannot appear here}}
98 class D final alignas ([l) {}]{}); // expected-error {{expected ',' or ']' in lambda capture list}}…
140 using[[]] alignas(4)[[]] ns::i; // expected-error {{an attribute list cannot appear here}}…
141 using [[]] alignas(4) [[]] foobar = int; // expected-error {{an attribute list cannot appear here}}…
155 alignas(4 ns::i; // expected-note {{to match this '('}}
226 alignas int aligned_no_params; // expected-error {{expected '('}}
227 alignas(i) int aligned_nonconst; // expected-error {{'aligned' attribute requires integer constant}…