Searched refs:SChar (Results 1 - 7 of 7) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | char.h | 4 typedef signed char SChar; typedef 17 SChar Cd; 20 const SChar Ccd;
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | int.rs | 10 SChar, 99 SChar | Short | Int | Long | LongLong | I8 | I16 | I32 | I64 | in is_signed() 114 Bool | UChar | SChar | U8 | I8 | Char { .. } => 1, in known_size()
|
H A D | context.rs | 1964 CXType_SChar => TypeKind::Int(IntKind::SChar), in build_builtin_ty()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | char.rs | 9 pub type SChar = ::std::os::raw::c_schar; types 22 pub Cd: SChar, 25 pub Ccd: SChar,
|
H A D | test_mixed_header_and_header_contents.rs | 16 pub type SChar = ::std::os::raw::c_schar; types 29 pub Cd: SChar, 32 pub Ccd: SChar,
|
H A D | test_multiple_header_calls_in_builder.rs | 10 pub type SChar = ::std::os::raw::c_schar; types 23 pub Cd: SChar, 26 pub Ccd: SChar,
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | mod.rs | 3714 IntKind::SChar => Ok(raw_type(ctx, "c_schar")), in try_to_rust_ty()
|
Completed in 10 milliseconds