Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dtypedef_alignment_mismatch_warning.cpp10 typedef __attribute__((aligned(8))) int Aligned8Int; typedef
21 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