Searched refs:replace_with_const (Results 1 – 1 of 1) sorted by relevance
209 let new_inst_name = replace_with_const(&mut pos, *r); in mutate()386 let new_inst_name = replace_with_const(&mut pos, param); in mutate()736 fn replace_with_const(pos: &mut FuncCursor, param: Value) -> &'static str { in replace_with_const() function