Searched refs:alignof_slot (Results 1 – 3 of 3) sorted by relevance
31 # define alignof_slot(type) offsetof (alignof_helper<type>, __slot2) macro33 # define alignof_slot(type) offsetof (struct { char __slot1; type __slot2; }, __slot2) macro47 # define alignof_type alignof_slot
945 ffi_type_Size1.alignment = alignof_slot(Size1); in small_structure_return_tests()968 ffi_type_Size2.alignment = alignof_slot(Size2); in small_structure_return_tests()991 ffi_type_Size3.alignment = alignof_slot(Size3); in small_structure_return_tests()1014 ffi_type_Size4.alignment = alignof_slot(Size4); in small_structure_return_tests()1037 ffi_type_Size7.alignment = alignof_slot(Size7); in small_structure_return_tests()1060 ffi_type_Size8.alignment = alignof_slot(Size8); in small_structure_return_tests()1083 ffi_type_Size12.alignment = alignof_slot(Size12); in small_structure_return_tests()1106 ffi_type_Size15.alignment = alignof_slot(Size15); in small_structure_return_tests()1129 ffi_type_Size16.alignment = alignof_slot(Size16); in small_structure_return_tests()1165 ffi_type_Int.alignment = alignof_slot(Int); in structure_tests()[all …]
2059 ffi_type_Size1.alignment = alignof_slot(Size1); in main()2084 ffi_type_Size2.alignment = alignof_slot(Size2); in main()2109 ffi_type_Size3.alignment = alignof_slot(Size3); in main()2134 ffi_type_Size4.alignment = alignof_slot(Size4); in main()2159 ffi_type_Size7.alignment = alignof_slot(Size7); in main()2184 ffi_type_Size8.alignment = alignof_slot(Size8); in main()2209 ffi_type_Size12.alignment = alignof_slot(Size12); in main()2234 ffi_type_Size15.alignment = alignof_slot(Size15); in main()2259 ffi_type_Size16.alignment = alignof_slot(Size16); in main()2295 ffi_type_Int.alignment = alignof_slot(Int); in main()[all …]