Home
last modified time | relevance | path

Searched refs:i8_ (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dissue-1382-rust-primitive-types.rs8 pub type i8_ = i8; typedef
19 pub i8_: ::std::os::raw::c_int, field
50 unsafe { ::std::ptr::addr_of!((*ptr).i8_) as usize - ptr as usize }, in bindgen_test_layout_Foo()
52 concat!("Offset of field: ", stringify!(Foo), "::", stringify!(i8_)) in bindgen_test_layout_Foo()
Dkeywords.rs26 pub static mut i8_: ::std::os::raw::c_int; constant