Home
last modified time | relevance | path

Searched refs:YY_FATAL_ERROR (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0002-yylex-Make-lexer-fatal-errors-actually-be-fatal.patch10 smaller than YYLMAX characters, the parser calls YY_FATAL_ERROR(errmsg),
19 YY_FATAL_ERROR( "token too large, exceeds YYLMAX" ); \
23 The code flex generates expects that YY_FATAL_ERROR() will either return
26 YY_FATAL_ERROR() is *not* actually fatal, it does the call with the
29 Unfortunately, our implementation of YY_FATAL_ERROR() is:
31 #define YY_FATAL_ERROR(msg) \
41 All of these callers expect YY_FATAL_ERROR() to actually be fatal, and
64 #define YY_FATAL_ERROR(msg) \
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefslex.c805 YY_FATAL_ERROR( "input in flex scanner failed" ); \
815 YY_FATAL_ERROR( "input in flex scanner failed" ); \
840 #ifndef YY_FATAL_ERROR
841 #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) macro
1276 YY_FATAL_ERROR(
1298 YY_FATAL_ERROR( in yy_get_next_buffer()
1367 YY_FATAL_ERROR( in yy_get_next_buffer()
1412 YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); in yy_get_next_buffer()
1639 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); in yy_create_buffer()
1648 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); in yy_create_buffer()
[all …]
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.lex.c
H A Dzconf.lex.c_shipped973 YY_FATAL_ERROR( "input in flex scanner failed" ); \
997 #ifndef YY_FATAL_ERROR
998 #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
1386 YY_FATAL_ERROR( "flex scanner jammed" );
1512 YY_FATAL_ERROR(
1533 YY_FATAL_ERROR(
1601 YY_FATAL_ERROR(
1645 YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
1716 YY_FATAL_ERROR( "flex scanner push-back overflow" );
1873 YY_FATAL_ERROR( "out of dynamic memory in zconf_create_buffer()" );
[all …]
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dscanner.c657 YY_FATAL_ERROR( "input in flex scanner failed" ); \
667 YY_FATAL_ERROR( "input in flex scanner failed" ); \
692 #ifndef YY_FATAL_ERROR
693 #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) macro
1053 YY_FATAL_ERROR(
1075 YY_FATAL_ERROR( in yy_get_next_buffer()
1144 YY_FATAL_ERROR( in yy_get_next_buffer()
1189 YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); in yy_get_next_buffer()
1290 YY_FATAL_ERROR( "flex scanner push-back overflow" ); in yyunput()
1451 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); in yy_create_buffer()
[all …]
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.lex.c
H A Ddtc-lexer.lex.c_shipped776 YY_FATAL_ERROR( "input in flex scanner failed" ); \
786 YY_FATAL_ERROR( "input in flex scanner failed" ); \
811 #ifndef YY_FATAL_ERROR
812 #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
1381 YY_FATAL_ERROR(
1403 YY_FATAL_ERROR(
1471 YY_FATAL_ERROR(
1515 YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
1738 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1747 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
[all …]
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.lex.c_shipped964 YY_FATAL_ERROR( "input in flex scanner failed" ); \
988 #ifndef YY_FATAL_ERROR
989 #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
1389 YY_FATAL_ERROR( "flex scanner jammed" );
1515 YY_FATAL_ERROR(
1537 YY_FATAL_ERROR(
1606 YY_FATAL_ERROR(
1651 YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
1726 YY_FATAL_ERROR( "flex scanner push-back overflow" );
1894 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
[all …]