Home
last modified time | relevance | path

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

/build/rust/tests/test_bindgen_test/test_for_hpp/
H A Dmain.rs28 const UNINIT: ::std::mem::MaybeUninit<c_ffi::C> = in bindgen_test_layout_C() consts
30 let ptr = UNINIT.as_ptr(); in bindgen_test_layout_C()
65 const UNINIT: ::std::mem::MaybeUninit<c_ffi::D> = in bindgen_test_layout_D() consts
67 let ptr = UNINIT.as_ptr(); in bindgen_test_layout_D()
/build/rust/tests/test_bindgen_test/test_for_h/
H A Dmain.rs27 const UNINIT: ::std::mem::MaybeUninit<c_ffi::Foo2> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout_foo() consts
28 let ptr = UNINIT.as_ptr(); in bindgen_test_layout_foo()

Completed in 1 milliseconds