Lines Matching refs:IntKind
7 use super::int::IntKind;
120 fn default_macro_constant_type(ctx: &BindgenContext, value: i64) -> IntKind { in default_macro_constant_type() argument
126 IntKind::I64 in default_macro_constant_type()
131 IntKind::I32 in default_macro_constant_type()
135 IntKind::I16 in default_macro_constant_type()
137 IntKind::I8 in default_macro_constant_type()
140 IntKind::U64 in default_macro_constant_type()
144 IntKind::U32 in default_macro_constant_type()
146 IntKind::U16 in default_macro_constant_type()
148 IntKind::U8 in default_macro_constant_type()
267 (TypeKind::Int(IntKind::U8), VarType::Char(c)) in parse()
271 TypeKind::Int(IntKind::U8), in parse()
356 if kind == IntKind::Bool { in parse()