Home
last modified time | relevance | path

Searched refs:SChar (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dchar.h4 typedef signed char SChar; typedef
17 SChar Cd;
20 const SChar Ccd;
/third_party/rust/crates/bindgen/bindgen/ir/
Dint.rs10 SChar, enumerator
99 SChar | Short | Int | Long | LongLong | I8 | I16 | I32 | I64 | in is_signed()
114 Bool | UChar | SChar | U8 | I8 | Char { .. } => 1, in known_size()
Dcontext.rs1964 CXType_SChar => TypeKind::Int(IntKind::SChar), in build_builtin_ty()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dchar.rs9 pub type SChar = ::std::os::raw::c_schar; typedef
22 pub Cd: SChar,
25 pub Ccd: SChar,
Dtest_mixed_header_and_header_contents.rs16 pub type SChar = ::std::os::raw::c_schar; typedef
29 pub Cd: SChar,
32 pub Ccd: SChar,
Dtest_multiple_header_calls_in_builder.rs10 pub type SChar = ::std::os::raw::c_schar; typedef
23 pub Cd: SChar,
26 pub Ccd: SChar,
/third_party/rust/crates/bindgen/bindgen/codegen/
Dserialize.rs194 IntKind::SChar => write!(writer, "signed char")?, in serialize()
Dmod.rs3714 IntKind::SChar => Ok(raw_type(ctx, "c_schar")), in try_to_rust_ty()