Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ push_param
Method
push_param
crates/hll-to-ir/src/ir/program.rs:78–80 ·
view source on GitHub ↗
(&mut self, param: IrParam)
Source
from the content-addressed store, hash-verified
76
pub params: Vec<IrParam>,
77
pub blocks: Vec<IrBlock>,
78
pub exported: bool,
79
}
80
81
impl IrFunction {
82
pub fn new(name: impl Into<String>, return_type: IrType) -> Self {
83
Self {
Callers
6
emits_symbolic_labels_for_calls_and_branches
Function · 0.80
emits_standard_prologue_and_argument_spills
Function · 0.80
omit_frame_pointer_drops_s0_setup_but_keeps_ra
Function · 0.80
heap_alloc_zeroes_memory_and_skips_null
Function · 0.80
lower_declaration
Method · 0.80
pretty_print_program_has_registers_labels_and_tabs
Function · 0.80
Calls
1
push
Method · 0.80
Tested by
5
emits_symbolic_labels_for_calls_and_branches
Function · 0.64
emits_standard_prologue_and_argument_spills
Function · 0.64
omit_frame_pointer_drops_s0_setup_but_keeps_ra
Function · 0.64
heap_alloc_zeroes_memory_and_skips_null
Function · 0.64
pretty_print_program_has_registers_labels_and_tabs
Function · 0.64