Searched refs:test9Struct (Results 1 – 1 of 1) sorted by relevance
238 struct __attribute__((aligned(8))) test9Struct { struct240 test9Struct(int i) : Aligned8Member(i) {} in test9Struct() argument242 test9Struct operator+(test9Struct &a, test9Struct &b) { in operator +()247 typedef __attribute__((aligned(4))) test9Struct TypedefAligned4; in test9()248 using UsingAligned4 = __attribute__((aligned(4))) test9Struct; in test9()250 test9Struct SA8a(11); in test9()251 test9Struct SA8b(11); in test9()