Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Darray-alignment.cpp6 struct __attribute__((aligned(8))) AlignedStruct { struct
19 AlignedStruct a1[1]; argument
24 AlignedStruct m1[1];
32 auto p2 = (AlignedStruct(*)[1])p; in test()
33 auto p3 = new AlignedStruct[1]; in test()
/llvm-project/clang/test/Layout/
H A Dms-aligned-array.c8 struct __declspec(align(16)) AlignedStruct { int x; }; struct
20 struct AlignedStruct a[1];
/llvm-project/llvm/test/CodeGen/WebAssembly/
H A Dbyval.ll8 %AlignedStruct = type { double, double }
16 declare void @ext_byval_func_alignedstruct(ptr byval(%AlignedStruct))
72 ; Copy the AlignedStruct argument to the stack (SP+0, original SP-16)
78 tail call void @ext_byval_func_alignedstruct(ptr byval(%AlignedStruct) %ptr)