Searched refs:LexerError (Results 1 – 12 of 12) sorted by relevance
89 virtual void LexerError(const char * msg);
38 void ElftosbLexer::LexerError(const char * msg) in LexerError() function in ElftosbLexer
328 LexerError( "yyFlexLexer::yylex invoked but %option yyclass used" ); in yylex()688 #define YY_FATAL_ERROR(msg) LexerError( msg )1236 LexerError(msg);2079 void yyFlexLexer::LexerError( yyconst char msg[] ) in LexerError() function in yyFlexLexer
137 virtual void LexerError( const char* msg );
292 LexerError(msg);
152 virtual void LexerError( const char* msg );
1070 #define YY_FATAL_ERROR(msg) LexerError( msg )2477 void yyFlexLexer::LexerError( const char* msg )
58 * LexerError (C++ only): Cxx. (line 112)
3056 a run-time error (by invoking @code{yyFlexLexer::LexerError())} if3825 @code{yyFlexLexer::LexerError()} if called).3863 @findex LexerError (C++ only)3864 @item virtual void LexerError( const char* msg )
2393 run-time error (by invoking 'yyFlexLexer::LexerError())' if called.2971 'yyFlexLexer::LexerError()' if called).3003 'virtual void LexerError( const char* msg )'
398 run-time error if called (by invoking yyFlexLexer::LexerError()).600 - Added a virtual LexerError() method to the C++ yyFlexLexer class
8986 * FlexLexer.h, flex.skl: Support for yyFlexLexer::LexerError