Searched refs:aligned_int (Results 1 – 11 of 11) sorted by relevance
10 typedef T* aligned_int __attribute__((align_value(32+8*Q))); typedef11 aligned_int V;13 void foo(aligned_int a, T &b __attribute__((align_value(sizeof(T)*4))));
22 typedef int __attribute__((aligned(256))) aligned_int; typedef in test2::Test23 aligned_int high_contention_data[10];
101 typedef int __attribute__((aligned(16))) aligned_int; typedef103 using template_alias = aligned_int;
76 …int _Alignas(svint8_t) aligned_int; // expected-error {{invalid application of 'alignof' to sizele… in func()
26 typedef int __attribute__((align_value(32))) aligned_int; typedef
66 …int _Alignas(svint8_t) aligned_int; // expected-error {{invalid application of 'alignof' to sizele… in func() local
47 __int128 aligned_int(void) { in aligned_int() function