Searched refs:YY_FATAL_ERROR (Results 1 – 2 of 2) sorted by relevance
417 #ifndef YY_FATAL_ERROR419 #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )421 #define YY_FATAL_ERROR(msg) LexerError( msg )645 YY_FATAL_ERROR(753 YY_FATAL_ERROR(797 YY_FATAL_ERROR(826 YY_FATAL_ERROR(957 YY_FATAL_ERROR( "flex scanner push-back overflow" );1137 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );1146 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );[all …]
94 #define YY_FATAL_ERROR(msg) \ macro