Searched refs:Aligned2Int (Results 1 – 2 of 2) sorted by relevance
63 typedef __attribute__((aligned(2))) int Aligned2Int; typedef65 …Aligned2Int __attribute__((cleanup(c1))) xwarn; // expected-warning{{passing 2-byte aligned argume… in t9()
10 typedef __attribute__((aligned(2))) int Aligned2Int; typedef21 Aligned2Int xwarn; in test0()287 void testFunctionPointerArray(void (*fptr[10])(Aligned8Int *), Aligned2Int* src) { in testFunctionPointerArray()