Home
last modified time | relevance | path

Searched refs:test9Struct (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dtypedef_alignment_mismatch_warning.cpp238 struct __attribute__((aligned(8))) test9Struct { struct
240 test9Struct(int i) : Aligned8Member(i) {} in test9Struct() argument
242 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()