Lines Matching refs:yyFlexLexer

21     #define yyFlexLexer yyFlexLexer
325 int yyFlexLexer::yywrap() { return 1; }
326 int yyFlexLexer::yylex()
328 LexerError( "yyFlexLexer::yylex invoked but %option yyclass used" );
698 #define YY_DECL int yyFlexLexer::yylex()
1380 yyFlexLexer::yyFlexLexer( std::istream* arg_yyin, std::ostream* arg_yyout )
1410 yyFlexLexer::~yyFlexLexer()
1420 void yyFlexLexer::switch_streams( std::istream* new_in, std::ostream* new_out )
1433 int yyFlexLexer::LexerInput( char* buf, int /* max_size */ )
1435 int yyFlexLexer::LexerInput( char* buf, int max_size )
1462 void yyFlexLexer::LexerOutput( const char* buf, int size )
1474 int yyFlexLexer::yy_get_next_buffer()
1608 yy_state_type yyFlexLexer::yy_get_previous_state()
1640 yy_state_type yyFlexLexer::yy_try_NUL_trans( yy_state_type yy_current_state )
1663 void yyFlexLexer::yyunput( int c, register char* yy_bp)
1704 int yyFlexLexer::yyinput()
1781 void yyFlexLexer::yyrestart( std::istream* input_file )
1798 void yyFlexLexer::yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
1829 void yyFlexLexer::yy_load_buffer_state()
1843 YY_BUFFER_STATE yyFlexLexer::yy_create_buffer( std::istream* file, int size )
1871 void yyFlexLexer::yy_delete_buffer( YY_BUFFER_STATE b )
1890 void yyFlexLexer::yy_init_buffer( YY_BUFFER_STATE b, std::istream* file )
1917 void yyFlexLexer::yy_flush_buffer( YY_BUFFER_STATE b )
1946 void yyFlexLexer::yypush_buffer_state (YY_BUFFER_STATE new_buffer)
1976 void yyFlexLexer::yypop_buffer_state (void)
1995 void yyFlexLexer::yyensure_buffer_stack(void)
2038 void yyFlexLexer::yy_push_state( int new_state )
2062 void yyFlexLexer::yy_pop_state()
2070 int yyFlexLexer::yy_top_state()
2079 void yyFlexLexer::LexerError( yyconst char msg[] )