Home
last modified time | relevance | path

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

/external/rust/crates/tinytemplate/src/
Dcompiler.rs87 self.close_branch(num_instructions, discriminant)?; in compile()
95 self.close_branch(num_instructions, discriminant)?; in compile()
222 fn close_branch(&mut self, new_target: usize, discriminant: &str) -> Result<()> { in close_branch() method