Lines Matching refs:move
183 parser::by_state::move (by_state& that) in move() function in yy::parser::by_state
308 value.move< bool > (YY_MOVE (that.value)); in stack_symbol_type()
312 value.move< enum condition > (YY_MOVE (that.value)); in stack_symbol_type()
316 value.move< enum fifo_config > (YY_MOVE (that.value)); in stack_symbol_type()
322 value.move< enum in_out_set > (YY_MOVE (that.value)); in stack_symbol_type()
326 value.move< enum irq > (YY_MOVE (that.value)); in stack_symbol_type()
330 value.move< enum mov_op > (YY_MOVE (that.value)); in stack_symbol_type()
335 value.move< extended_mov > (YY_MOVE (that.value)); in stack_symbol_type()
339 value.move< float > (YY_MOVE (that.value)); in stack_symbol_type()
343 value.move< int > (YY_MOVE (that.value)); in stack_symbol_type()
348 value.move< std::shared_ptr<instruction> > (YY_MOVE (that.value)); in stack_symbol_type()
356 value.move< std::shared_ptr<resolvable> > (YY_MOVE (that.value)); in stack_symbol_type()
361 value.move< std::shared_ptr<symbol> > (YY_MOVE (that.value)); in stack_symbol_type()
365 value.move< std::shared_ptr<wait_source> > (YY_MOVE (that.value)); in stack_symbol_type()
374 value.move< std::string > (YY_MOVE (that.value)); in stack_symbol_type()
378 value.move< uint > (YY_MOVE (that.value)); in stack_symbol_type()
493 value.move< bool > (that.value); in operator =()
497 value.move< enum condition > (that.value); in operator =()
501 value.move< enum fifo_config > (that.value); in operator =()
507 value.move< enum in_out_set > (that.value); in operator =()
511 value.move< enum irq > (that.value); in operator =()
515 value.move< enum mov_op > (that.value); in operator =()
520 value.move< extended_mov > (that.value); in operator =()
524 value.move< float > (that.value); in operator =()
528 value.move< int > (that.value); in operator =()
533 value.move< std::shared_ptr<instruction> > (that.value); in operator =()
541 value.move< std::shared_ptr<resolvable> > (that.value); in operator =()
546 value.move< std::shared_ptr<symbol> > (that.value); in operator =()
550 value.move< std::shared_ptr<wait_source> > (that.value); in operator =()
559 value.move< std::string > (that.value); in operator =()
563 value.move< uint > (that.value); in operator =()
754 yypush_ (m, stack_symbol_type (s, std::move (sym))); in yypush_()
892 yyla.move (yylookahead); in parse()