/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | core_ffi_c.rs | 14 pub type c_schar = ::core::ffi::c_schar; types
|
H A D | char.rs | 9 pub type SChar = ::std::os::raw::c_schar; 16 pub d: ::std::os::raw::c_schar, 19 pub cd: ::std::os::raw::c_schar,
|
H A D | test_mixed_header_and_header_contents.rs | 16 pub type SChar = ::std::os::raw::c_schar; 23 pub d: ::std::os::raw::c_schar, 26 pub cd: ::std::os::raw::c_schar,
|
H A D | test_multiple_header_calls_in_builder.rs | 10 pub type SChar = ::std::os::raw::c_schar; 17 pub d: ::std::os::raw::c_schar, 20 pub cd: ::std::os::raw::c_schar,
|
H A D | enum_explicit_type_constants.rs | 14 pub type Neg = ::std::os::raw::c_schar;
|
H A D | fit-macro-constant-types.rs | 46 arg6: ::std::os::raw::c_schar, in foo()
|
H A D | fit-macro-constant-types-signed.rs | 46 arg6: ::std::os::raw::c_schar, in foo()
|
H A D | default-macro-constant-type-unsigned.rs | 46 arg6: ::std::os::raw::c_schar, in foo()
|
H A D | default-macro-constant-type-signed.rs | 46 arg6: ::std::os::raw::c_schar, in foo()
|
H A D | default-macro-constant-type.rs | 46 arg6: ::std::os::raw::c_schar, in foo()
|
H A D | bitfield-enum-basic.rs | 89 pub struct Buz(pub ::std::os::raw::c_schar);
|
/third_party/rust/crates/linux-raw-sys/src/ |
H A D | lib.rs | 22 pub type c_schar = i8; types 49 static_assertions::assert_type_eq_all!(ctypes::c_schar, libc::c_schar);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | core_ffi_c.h | 8 typedef signed char c_schar; typedef
|
/third_party/rust/crates/libc/src/ |
H A D | sgx.rs | 3 pub type c_schar = i8; types
|
H A D | switch.rs | 3 pub type c_schar = i8; types
|
H A D | wasi.rs | 7 pub type c_schar = i8; types
|
H A D | psp.rs | 7 pub type c_schar = i8; types
|
/third_party/rust/crates/libc/src/hermit/ |
H A D | mod.rs | 6 pub type c_schar = i8; types
|
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/ |
H A D | ittnotify_bindings.rs | 159 pub type __int8_t = ::std::os::raw::c_schar; 236 pub type int_least8_t = ::std::os::raw::c_schar; 244 pub type int_fast8_t = ::std::os::raw::c_schar;
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 3 pub type c_schar = i8; types
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 5 pub type c_schar = i8; types
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 15 pub type c_schar = i8; types
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 6 pub type c_schar = i8; types
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2391 pub type __s8 = crate::ctypes::c_schar;
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 8 pub type c_schar = i8; types
|