Searched refs:Aligned8Int (Results 1 – 1 of 1) sorted by relevance
10 typedef __attribute__((aligned(8))) int Aligned8Int; typedef21 Aligned8Int xok; in test0()33 Aligned8Int Aligned8Member; in test1()49 StructAligned8(Aligned8Int arg) : Aligned8Member(arg) {} in test1_byvalue()54 Aligned8Int o{0}; in test1_byvalue()66 auto assignment_function = [](StructAligned8 &S, Aligned8Int arg) { in test2()85 auto assignment_function = [](StructAligned8 S, Aligned8Int arg) { in test2_byvalue()91 Aligned8Int o{0}; in test2_byvalue()286 void testFunctionPointerArray(void (*fptr[10])(Aligned8Int *), Aligned2Int* src) { in testFunctionPointerArray() argument