Home
last modified time | relevance | path

Searched defs:Stage1AirInstCall (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dall_types.hpp3170 struct Stage1AirInstCall { struct
3171 Stage1AirInst base;
3173 Stage1AirInst *fn_ref;
3174 ZigFn *fn_entry;
3175 size_t arg_count;
3176 Stage1AirInst **args;
3177 Stage1AirInst *result_loc;
3178 Stage1AirInst *frame_result_loc;
3179 Stage1AirInst *new_stack;
3181 CallModifier modifier;
[all …]
H A Dir.cpp824 static constexpr Stage1AirInstId ir_inst_id(Stage1AirInstCall *) { in ir_inst_id() argument
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dall_types.hpp3170 struct Stage1AirInstCall { struct
3171 Stage1AirInst base;
3173 Stage1AirInst *fn_ref;
3174 ZigFn *fn_entry;
3175 size_t arg_count;
3176 Stage1AirInst **args;
3177 Stage1AirInst *result_loc;
3178 Stage1AirInst *frame_result_loc;
3179 Stage1AirInst *new_stack;
3181 CallModifier modifier;
[all …]
H A Dir.cpp824 static constexpr Stage1AirInstId ir_inst_id(Stage1AirInstCall *) { in ir_inst_id() argument