Home
last modified time | relevance | path

Searched refs:u8_type (Results 1 – 24 of 24) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/etc/
H A Dservo_gdb.py43 u8_type = gdb.lookup_type("u8")
44 value = self.val.cast(u8_type)
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dcontext.rs61 pub u8_type: Type<'gcc>, field
131 let u8_type = context.new_type::<u8>(); in new() localVariable
188 u8_type, in new()
H A Dcommon.rs340 cx.u8_type in to_unsigned()
384 self.unqualified() == cx.u8_type in is_uchar()
408 self.unqualified() == cx.u8_type in is_u8()
H A Dtype_.rs40 self.u8_type in type_u8()
H A Dbuilder.rs1261 let field1 = self.context.new_field(None, self.u8_type, "landing_pad_field_1"); in landing_pad()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/test/
H A Dsizeof.cpp45 typedef color_name< std::uint8_t > u8_type; in print_sizeof() typedef
111 ss << "<td>" << print_sizeof_one<typename u8_type ::category_type>() << "</td>"; in print_sizeof()
/dports/lang/rust/rustc-1.58.1-src/src/etc/
H A Dlldb_providers.py547 u8_type = self.valobj.GetTarget().GetBasicType(eBasicTypeUnsignedChar)
554 u8_type).GetValueAsUnsigned()
/dports/lang/rust/rustc-1.57.0-x86_64-unknown-dragonfly/rustc/lib/rustlib/etc/
H A Dlldb_providers.py547 u8_type = self.valobj.GetTarget().GetBasicType(eBasicTypeUnsignedChar)
554 u8_type).GetValueAsUnsigned()
/dports/devel/gdb/gdb-11.1/gdb/
H A Drust-lang.c1547 struct type *u8_type in language_arch_info() local
1565 struct type *tem = make_cv_type (1, 0, u8_type, NULL); in language_arch_info()
1569 lai->set_string_char_type (u8_type); in language_arch_info()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/print/
H A Dpretty.rs1371 let u8_type = self.tcx().types.u8; in pretty_print_const_value() localVariable
1378 ) if *t == u8_type => { in pretty_print_const_value()
1397 (ConstValue::ByRef { alloc, offset }, ty::Array(t, n)) if *t == u8_type => { in pretty_print_const_value()
/dports/lang/zig-devel/zig-0.9.0/src/
H A Dvalue.zig26 u8_type,
182 .u8_type,
373 .u8_type,
603 .u8_type => return out_stream.writeAll("u8"),
782 .u8_type => Type.initTag(.u8),
H A DZir.zig1610 u8_type,
1708 .u8_type = .{
1710 .val = Value.initTag(.u8_type),
H A DAstGen.zig7190 .byte = try expr(gz, scope, .{ .coerced_ty = .u8_type }, params[1]),
7633 .{ "u8", .u8_type },
8304 as_ty | @enumToInt(Zir.Inst.Ref.u8_type),
H A Dtype.zig1460 .u8 => return Value.initTag(.u8_type),
H A Dtranslate_c.zig921 const u8_type = try Tag.type.create(c.arena, "u8");
942 …_type = try Tag.helpers_flexible_array_type.create(c.arena, .{ .lhs = self_type, .rhs = u8_type });
H A DSema.zig15004 .u8 => return .u8_type,
/dports/lang/zig/zig-0.9.0/src/
H A Dvalue.zig26 u8_type,
182 .u8_type,
373 .u8_type,
603 .u8_type => return out_stream.writeAll("u8"),
782 .u8_type => Type.initTag(.u8),
H A DZir.zig1610 u8_type,
1708 .u8_type = .{
1710 .val = Value.initTag(.u8_type),
H A DAstGen.zig7190 .byte = try expr(gz, scope, .{ .coerced_ty = .u8_type }, params[1]),
7633 .{ "u8", .u8_type },
8304 as_ty | @enumToInt(Zir.Inst.Ref.u8_type),
H A Dtype.zig1460 .u8 => return Value.initTag(.u8_type),
H A Dtranslate_c.zig921 const u8_type = try Tag.type.create(c.arena, "u8");
942 …_type = try Tag.helpers_flexible_array_type.create(c.arena, .{ .lhs = self_type, .rhs = u8_type });
H A DSema.zig15004 .u8 => return .u8_type,
/dports/lang/zig/zig-0.9.0/src/stage1/
H A Danalyze.cpp9148 ZigType *u8_type = get_int_type(g, false, 8); in resolve_llvm_types_union() local
9149 ZigType *padding_array = get_array_type(g, u8_type, padding_bytes, nullptr); in resolve_llvm_types_union()
9182 ZigType *u8_type = get_int_type(g, false, 8); in resolve_llvm_types_union() local
9183 ZigType *padding_array = get_array_type(g, u8_type, padding_bytes, nullptr); in resolve_llvm_types_union()
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Danalyze.cpp9148 ZigType *u8_type = get_int_type(g, false, 8); in resolve_llvm_types_union() local
9149 ZigType *padding_array = get_array_type(g, u8_type, padding_bytes, nullptr); in resolve_llvm_types_union()
9182 ZigType *u8_type = get_int_type(g, false, 8); in resolve_llvm_types_union() local
9183 ZigType *padding_array = get_array_type(g, u8_type, padding_bytes, nullptr); in resolve_llvm_types_union()