Searched refs:AlignedStruct (Results 1 – 3 of 3) sorted by relevance
6 struct __attribute__((aligned(8))) AlignedStruct { struct19 AlignedStruct a1[1]; argument24 AlignedStruct m1[1];32 auto p2 = (AlignedStruct(*)[1])p; in test()33 auto p3 = new AlignedStruct[1]; in test()
8 struct __declspec(align(16)) AlignedStruct { int x; }; struct20 struct AlignedStruct a[1];
8 %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)