pub fn visit_immediate_push_value<V, T>( _visitor: &mut V, _imm: &Immediate<PushValue>, ) -> ControlFlow<T>where V: ?Sized + Visit<T>,