Home
last modified time | relevance | path

Searched refs:tag_type_ref (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/src/
H A Dprint_zir.zig1253 const tag_type_ref = if (small.has_tag_type) blk: {
1254 const tag_type_ref = @intToEnum(Zir.Inst.Ref, self.code.extra[extra_index]);
1256 break :blk tag_type_ref;
1295 if (tag_type_ref != .none) {
1296 try self.writeInstRef(stream, tag_type_ref);
1486 const tag_type_ref = if (small.has_tag_type) blk: {
1487 const tag_type_ref = @intToEnum(Zir.Inst.Ref, self.code.extra[extra_index]);
1489 break :blk tag_type_ref;
1524 if (tag_type_ref != .none) {
1525 try self.writeInstRef(stream, tag_type_ref);
H A DSema.zig1677 const tag_type_ref = if (small.has_tag_type) blk: {
1678 const tag_type_ref = @intToEnum(Zir.Inst.Ref, sema.code.extra[extra_index]);
1680 break :blk tag_type_ref;
1791 if (tag_type_ref != .none) {
1793 break :blk try sema.resolveType(block, src, tag_type_ref);
14457 const tag_type_ref: Zir.Inst.Ref = if (small.has_tag_type) blk: {
14542 if (tag_type_ref != .none) {
14543 const provided_ty = try sema.resolveType(&block_scope, src, tag_type_ref);
/dports/lang/zig/zig-0.9.0/src/
H A Dprint_zir.zig1253 const tag_type_ref = if (small.has_tag_type) blk: {
1254 const tag_type_ref = @intToEnum(Zir.Inst.Ref, self.code.extra[extra_index]);
1256 break :blk tag_type_ref;
1295 if (tag_type_ref != .none) {
1296 try self.writeInstRef(stream, tag_type_ref);
1486 const tag_type_ref = if (small.has_tag_type) blk: {
1487 const tag_type_ref = @intToEnum(Zir.Inst.Ref, self.code.extra[extra_index]);
1489 break :blk tag_type_ref;
1524 if (tag_type_ref != .none) {
1525 try self.writeInstRef(stream, tag_type_ref);
H A DSema.zig1677 const tag_type_ref = if (small.has_tag_type) blk: {
1678 const tag_type_ref = @intToEnum(Zir.Inst.Ref, sema.code.extra[extra_index]);
1680 break :blk tag_type_ref;
1791 if (tag_type_ref != .none) {
1793 break :blk try sema.resolveType(block, src, tag_type_ref);
14457 const tag_type_ref: Zir.Inst.Ref = if (small.has_tag_type) blk: {
14542 if (tag_type_ref != .none) {
14543 const provided_ty = try sema.resolveType(&block_scope, src, tag_type_ref);
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dcodegen.cpp4875 LLVMTypeRef tag_type_ref = get_llvm_type(g, tag_type); in ir_render_union_field_ptr() local
4881 LLVMPointerType(tag_type_ref, 0), ""); in ir_render_union_field_ptr()
4888 LLVMValueRef tag_value = bigint_to_llvm_const(tag_type_ref, in ir_render_union_field_ptr()
/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dcodegen.cpp4875 LLVMTypeRef tag_type_ref = get_llvm_type(g, tag_type); in ir_render_union_field_ptr() local
4881 LLVMPointerType(tag_type_ref, 0), ""); in ir_render_union_field_ptr()
4888 LLVMValueRef tag_value = bigint_to_llvm_const(tag_type_ref, in ir_render_union_field_ptr()