Home
last modified time | relevance | path

Searched refs:YY_MOVE_REF (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.hpp77 # define YY_MOVE_REF(Type) Type&& macro
83 # define YY_MOVE_REF(Type) Type& macro
3007 stack_symbol_type (state_type s, YY_MOVE_REF (symbol_type) sym);
3063 push (YY_MOVE_REF (T) t) in push()
3157 void yypush_ (const char* m, YY_MOVE_REF (stack_symbol_type) sym);
3165 void yypush_ (const char* m, state_type s, YY_MOVE_REF (symbol_type) sym);
Dparser.cpp298 parser::stack_symbol_type::stack_symbol_type (state_type s, YY_MOVE_REF (symbol_type) that) in stack_symbol_type()
743 parser::yypush_ (const char* m, YY_MOVE_REF (stack_symbol_type) sym) in yypush_()
751 parser::yypush_ (const char* m, state_type s, YY_MOVE_REF (symbol_type) sym) in yypush_()