MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / new_temp

Method new_temp

crates/hll-to-ir/src/compiler/compiler/utils.rs:36–40  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

34 return;
35 }
36 self.last_source_line = Some(line);
37 // Without a file name the entry could never map back to a source view,
38 // and it would shadow real entries below it in the linked table.
39 if self.source_file.is_empty() {
40 return;
41 }
42 let file = self.source_file.clone();
43 self.push_instruction(IrInstruction::SourceLine { file, line });

Callers 15

lower_literalMethod · 0.80
lower_array_literalMethod · 0.80
lower_pointer_arithMethod · 0.80
lower_binaryMethod · 0.80
lower_unaryMethod · 0.80
lower_array_to_sliceMethod · 0.80
lower_zero_valueMethod · 0.80
lower_primaryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected