Searched defs:_Alignas (Results 1 – 4 of 4) sorted by relevance
7 int volatile _Alignas(64) i3; // Test strange ordering variable
76 int _Alignas(svint8_t) aligned_int; // expected-error {{invalid application of '_Alignas' to sizeless type 'svint8_t'}} in func() local
24 #define _Alignas global() macro
30 struct U final _Alignas(4) {}; // expected-error 3{{}} expected-note {{}} struct