Searched refs:instr_pull (Results 1 – 3 of 3) sorted by relevance
443 struct instr_pull : public instruction { struct446 …instr_pull(const yy::location &l, bool if_empty, bool blocking) : instruction(l), if_empty(if_empt… in instr_pull() argument
267 …ing { $$ = std::shared_ptr<instruction>(new instr_pull(@$, $2, $3)); }
1330 …< std::shared_ptr<instruction> > () = std::shared_ptr<instruction>(new instr_pull(yylhs.location, … in parse()