Lines Matching refs:alignof
218 struct alignas(alignof(short)) Y { in f4()
243 alignas(alignof(long)) short b[10]; in f7()
250 alignas(alignof(long)) short b[10]; // expected-note {{'b' initialized here}} in f8()
259 alignas(alignof(long)) char b[20]; in f9()
293 struct alignas(alignof(long)) X { in f12()
320 struct alignas(alignof(long)) X { in test14()
329 struct alignas(alignof(long)) Y { in test15()
342 struct alignas(alignof(long)) Y { in test16()
356 struct alignas(alignof(long)) Y { in test17()
372 alignas(alignof(long)) char a[10]; in test18()
408 alignas(alignof(long)) char c[10]; in test20()
435 struct alignas(alignof(long)) X { in test21()
444 struct alignas(alignof(long)) Y { in test22()