Searched refs:PackedToTwo (Results 1 - 4 of 4) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | issue-537-repr-packed-n.rs | 122 pub struct PackedToTwo { structure names 128 const UNINIT: ::std::mem::MaybeUninit<PackedToTwo> = in bindgen_test_layout_PackedToTwo() 132 ::std::mem::size_of::<PackedToTwo>(), in bindgen_test_layout_PackedToTwo() 134 concat!("Size of: ", stringify!(PackedToTwo)) in bindgen_test_layout_PackedToTwo() 137 ::std::mem::align_of::<PackedToTwo>(), in bindgen_test_layout_PackedToTwo() 139 concat!("Alignment of ", stringify!(PackedToTwo)) in bindgen_test_layout_PackedToTwo() 146 stringify!(PackedToTwo), in bindgen_test_layout_PackedToTwo() 156 stringify!(PackedToTwo), in bindgen_test_layout_PackedToTwo()
|
H A D | issue-537.rs | 124 pub struct PackedToTwo { structure names 130 const UNINIT: ::std::mem::MaybeUninit<PackedToTwo> = in bindgen_test_layout_PackedToTwo() 134 ::std::mem::size_of::<PackedToTwo>(), in bindgen_test_layout_PackedToTwo() 136 concat!("Size of: ", stringify!(PackedToTwo)) in bindgen_test_layout_PackedToTwo() 139 ::std::mem::align_of::<PackedToTwo>(), in bindgen_test_layout_PackedToTwo() 141 concat!("Alignment of ", stringify!(PackedToTwo)) in bindgen_test_layout_PackedToTwo() 148 stringify!(PackedToTwo), in bindgen_test_layout_PackedToTwo() 158 stringify!(PackedToTwo), in bindgen_test_layout_PackedToTwo()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | issue-537-repr-packed-n.h | 29 struct PackedToTwo { struct
|
H A D | issue-537.h | 30 struct PackedToTwo { struct
|
Completed in 2 milliseconds