Searched refs:AlignedToTwo (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 | 45 pub struct AlignedToTwo { structure names 50 const UNINIT: ::std::mem::MaybeUninit<AlignedToTwo> = in bindgen_test_layout_AlignedToTwo() 54 ::std::mem::size_of::<AlignedToTwo>(), in bindgen_test_layout_AlignedToTwo() 56 concat!("Size of: ", stringify!(AlignedToTwo)) in bindgen_test_layout_AlignedToTwo() 59 ::std::mem::align_of::<AlignedToTwo>(), in bindgen_test_layout_AlignedToTwo() 61 concat!("Alignment of ", stringify!(AlignedToTwo)) in bindgen_test_layout_AlignedToTwo() 68 stringify!(AlignedToTwo), in bindgen_test_layout_AlignedToTwo()
|
H A D | issue-537.rs | 45 pub struct AlignedToTwo { structure names 50 const UNINIT: ::std::mem::MaybeUninit<AlignedToTwo> = in bindgen_test_layout_AlignedToTwo() 54 ::std::mem::size_of::<AlignedToTwo>(), in bindgen_test_layout_AlignedToTwo() 56 concat!("Size of: ", stringify!(AlignedToTwo)) in bindgen_test_layout_AlignedToTwo() 59 ::std::mem::align_of::<AlignedToTwo>(), in bindgen_test_layout_AlignedToTwo() 61 concat!("Alignment of ", stringify!(AlignedToTwo)) in bindgen_test_layout_AlignedToTwo() 68 stringify!(AlignedToTwo), in bindgen_test_layout_AlignedToTwo()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | issue-537-repr-packed-n.h | 10 struct AlignedToTwo { struct
|
H A D | issue-537.h | 9 struct AlignedToTwo { struct
|
Completed in 3 milliseconds