Home
last modified time | relevance | path

Searched refs:YYID (Results 1 – 6 of 6) sorted by relevance

/external/bison/src/
Dparse-gram.c462 # define YYID(N) (N) macro
467 YYID (int yyi) in YYID() function
470 YYID (yyi) in YYID()
484 # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0))
563 while (YYID (0))
582 while (YYID (0))
880 YYID (0)
967 while (YYID (0))
981 if (YYID (N)) \
995 while (YYID (0))
[all …]
/external/bison/data/
Dyacc.c459 # define YYID(N) (N)
461 ]b4_c_function_def([YYID], [static int], [[int yyi], [yyi]])[
498 # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0))
579 while (YYID (0))
598 while (YYID (0))
779 while (YYID (0))
810 } while (YYID (0))
821 } while (YYID (0))
847 } while (YYID (0))
881 } while (YYID (0))
[all …]
Dglr.c258 # define YYID(N) (N) macro
260 ]b4_c_function_def([YYID], [static int], [[int i], [i]])[
504 while (YYID (0))
516 } while (YYID (0))
528 } while (YYID (0))
579 } while (YYID (0))
585 } while (YYID (0))
1351 } while (YYID (0))
1553 while (YYID (yytrue))
2154 while (YYID (yytrue))
[all …]
Dc.m4181 # TABLE_min and TABLE_max defined. YYID must be defined as an identity
186 [[YYID (0)]],
629 if (YYID (N)) \
643 while (YYID (0))
/external/mesa3d/src/mesa/program/
Dprogram_parse.y101 if (YYID(N)) { \
115 } while(YYID(0))
/external/bison/
DChangeLog-20122019 * data/c.m4 (b4_table_value_equals): Comment that YYID must be
7649 * data/yacc.c (YYID, yy_stack_print): Prefix local vars with "yy"
8308 * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
8309 to make sure that YYID will never be unused. This fixes a 'make
8311 grammars' test case, which caused g++ 4.1.0 to complain that YYID was
8313 * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
9363 `if (YYID (N))' to pacify lint.
9411 (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
9413 (yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
9470 (YYID): New macro (or function, if lint).
[all …]