Searched defs:push_op (Results 1 – 2 of 2) sorted by relevance
127 struct push_op struct129 push_op(int op_, vector<int>& code_) in push_op() argument132 void operator()(char const*, char const*) const in operator ()()160 int op;161 vector<int>& code;
11 fn push_op(&mut self, op: impl Into<Op>) -> &mut Instr { in push_op() method