Home
last modified time | relevance | path

Searched refs:YYTOKEN_TABLE (Results 1 – 7 of 7) sorted by relevance

/external/libpcap/
Dgrammar.c429 #ifndef YYTOKEN_TABLE
430 # define YYTOKEN_TABLE 0 macro
777 #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
/external/elfutils/src/
Dldscript.c224 #ifndef YYTOKEN_TABLE
225 # define YYTOKEN_TABLE 0 macro
583 #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
/external/elfutils/libcpu/
Di386_parse.c332 #ifndef YYTOKEN_TABLE
333 # define YYTOKEN_TABLE 0 macro
662 #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_tab.cpp290 #ifndef YYTOKEN_TABLE
291 # define YYTOKEN_TABLE 0 macro
755 #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
/external/bison/
DChangeLog2519 c++: do not export YYTOKEN_TABLE and YYERROR_VERBOSE.
2524 * data/glr.c, data/yacc.c (YYTOKEN_TABLE): Remove.
DNEWS305 The symbols YYTOKEN_TABLE and YYERROR_VERBOSE, which were defined in the
DChangeLog-20127161 * data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
10391 * data/glr.c (YYTOKEN_TABLE): New macro.
10392 (yytname): Define if YYTOKEN_TABLE.
10393 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
10394 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.