Searched refs:AlignedToOne (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 | 13 pub struct AlignedToOne { structure names 18 const UNINIT: ::std::mem::MaybeUninit<AlignedToOne> = in bindgen_test_layout_AlignedToOne() 22 ::std::mem::size_of::<AlignedToOne>(), in bindgen_test_layout_AlignedToOne() 24 concat!("Size of: ", stringify!(AlignedToOne)) in bindgen_test_layout_AlignedToOne() 27 ::std::mem::align_of::<AlignedToOne>(), in bindgen_test_layout_AlignedToOne() 29 concat!("Alignment of ", stringify!(AlignedToOne)) in bindgen_test_layout_AlignedToOne() 36 stringify!(AlignedToOne), in bindgen_test_layout_AlignedToOne()
|
H A D | issue-537.rs | 12 pub struct AlignedToOne { structure names 17 const UNINIT: ::std::mem::MaybeUninit<AlignedToOne> = in bindgen_test_layout_AlignedToOne() 21 ::std::mem::size_of::<AlignedToOne>(), in bindgen_test_layout_AlignedToOne() 23 concat!("Size of: ", stringify!(AlignedToOne)) in bindgen_test_layout_AlignedToOne() 26 ::std::mem::align_of::<AlignedToOne>(), in bindgen_test_layout_AlignedToOne() 28 concat!("Alignment of ", stringify!(AlignedToOne)) in bindgen_test_layout_AlignedToOne() 35 stringify!(AlignedToOne), in bindgen_test_layout_AlignedToOne()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | issue-537-repr-packed-n.h | 5 struct AlignedToOne { struct
|
H A D | issue-537.h | 3 struct AlignedToOne { struct
|
Completed in 1 milliseconds