struct AllocExtended [src]

Trailing: type_inst: Ref, // if small 0b000X is set align_inst: Ref, // if small 0b00X0 is set

Fields

src_node: Ast.Node.Offset

Members

Source

pub const AllocExtended = struct { src_node: Ast.Node.Offset, pub const Small = packed struct { has_type: bool, has_align: bool, is_const: bool, is_comptime: bool, _: u12 = undefined, }; }