Searched refs:SChar (Results 1 – 8 of 8) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | char.h | 4 typedef signed char SChar; typedef 17 SChar Cd; 20 const SChar Ccd;
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | int.rs | 10 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()
|
D | context.rs | 1964 CXType_SChar => TypeKind::Int(IntKind::SChar), in build_builtin_ty()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | char.rs | 9 pub type SChar = ::std::os::raw::c_schar; typedef 22 pub Cd: SChar, 25 pub Ccd: SChar,
|
D | test_mixed_header_and_header_contents.rs | 16 pub type SChar = ::std::os::raw::c_schar; typedef 29 pub Cd: SChar, 32 pub Ccd: SChar,
|
D | test_multiple_header_calls_in_builder.rs | 10 pub type SChar = ::std::os::raw::c_schar; typedef 23 pub Cd: SChar, 26 pub Ccd: SChar,
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
D | serialize.rs | 194 IntKind::SChar => write!(writer, "signed char")?, in serialize()
|
D | mod.rs | 3714 IntKind::SChar => Ok(raw_type(ctx, "c_schar")), in try_to_rust_ty()
|