Home
last modified time | relevance | path

Searched refs:foo_union (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dderive-custom-cli.rs46 pub union foo_union {
52 const UNINIT: ::std::mem::MaybeUninit<foo_union> = in bindgen_test_layout_foo_union()
56 ::std::mem::size_of::<foo_union>(), in bindgen_test_layout_foo_union()
58 concat!("Size of: ", stringify!(foo_union)) in bindgen_test_layout_foo_union()
61 ::std::mem::align_of::<foo_union>(), in bindgen_test_layout_foo_union()
63 concat!("Alignment of ", stringify!(foo_union)) in bindgen_test_layout_foo_union()
70 stringify!(foo_union), in bindgen_test_layout_foo_union()
80 stringify!(foo_union), in bindgen_test_layout_foo_union()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dderive-custom-cli.h8 union foo_union { union

Completed in 1 milliseconds