Searched defs:YYFPRINTF (Results 1 - 7 of 7) sorted by relevance

/external/bison/data/
H A Dglr.c508 # ifndef YYFPRINTF
509 # define YYFPRINTF fprintf macro
515 YYFPRINTF Args; \
524 YYFPRINTF (stderr, "%s ", Title); \
526 YYFPRINTF (stderr, "\n"); \
920 YYFPRINTF (stderr, "%s unresolved ", yymsg);
922 YYFPRINTF (stderr, "%s incomplete ", yymsg);
925 YYFPRINTF (stderr, "\n");
1371 [ YYFPRINTF (stderr, "Reducing stack %lu by rule %d (line %lu):\n",
1377 YYFPRINTF (stder
[all...]
H A Dyacc.c801 # ifndef YYFPRINTF
803 # define YYFPRINTF fprintf macro
809 YYFPRINTF Args; \
816 YYFPRINTF (stderr, "%s ", Title); \
819 YYFPRINTF (stderr, "\n"); \
834 YYFPRINTF (stderr, "Stack now");
838 YYFPRINTF (stderr, " %d", yybot);
840 YYFPRINTF (stderr, "\n");
863 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
868 YYFPRINTF (stder
[all...]
/external/e2fsprogs/intl/
H A Dplural.c523 # ifndef YYFPRINTF
525 # define YYFPRINTF fprintf macro
531 YYFPRINTF Args; \
892 YYFPRINTF (stderr, "Next token is %d (%s",
899 YYFPRINTF (stderr, ")\n");
993 YYFPRINTF (stderr, "Reducing via rule %d (line %d), ",
998 YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]);
999 YYFPRINTF (stderr, " -> %s\n", yytname[yyr1[yyn]]);
1095 YYFPRINTF (stderr, "state stack now");
1097 YYFPRINTF (stder
[all...]
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.cpp678 # ifndef YYFPRINTF
680 # define YYFPRINTF fprintf macro
686 YYFPRINTF Args; \
699 YYFPRINTF (stderr, "%s ", Title); \
702 YYFPRINTF (stderr, "\n"); \
734 YYFPRINTF (yyoutput, "%s %s (",
738 YYFPRINTF (yyoutput, ")");
749 YYFPRINTF (stderr, "Stack now");
753 YYFPRINTF (stderr, " %d", yybot);
755 YYFPRINTF (stder
[all...]
/external/bison/src/
H A Dparse-gram.c1031 # ifndef YYFPRINTF
1033 # define YYFPRINTF fprintf macro
1039 YYFPRINTF Args; \
1046 YYFPRINTF (stderr, "%s ", Title); \
1049 YYFPRINTF (stderr, "\n"); \
1235 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1237 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1240 YYFPRINTF (yyoutput, ": ");
1242 YYFPRINTF (yyoutput, ")");
1261 YYFPRINTF (stder
[all...]
/external/libpcap/
H A Dgrammar.c1420 # ifndef YYFPRINTF
1422 # define YYFPRINTF fprintf macro
1428 YYFPRINTF Args; \
1441 YYFPRINTF (stderr, "%s ", Title); \
1444 YYFPRINTF (stderr, "\n"); \
1477 YYFPRINTF (yyoutput, "%s %s (",
1481 YYFPRINTF (yyoutput, ")");
1492 YYFPRINTF (stderr, "Stack now");
1496 YYFPRINTF (stderr, " %d", yybot);
1498 YYFPRINTF (stder
[all...]
/external/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.cpp1656 # ifndef YYFPRINTF
1658 # define YYFPRINTF fprintf macro
1664 YYFPRINTF Args; \
1685 res += YYFPRINTF (yyo, "%d", yylocp->first_line);
1687 res += YYFPRINTF (yyo, ".%d", yylocp->first_column);
1693 res += YYFPRINTF (yyo, "-%d", yylocp->last_line);
1695 res += YYFPRINTF (yyo, ".%d", end_col);
1698 res += YYFPRINTF (yyo, "-%d", end_col);
1716 YYFPRINTF (stderr, "%s ", Title); \
1719 YYFPRINTF (stder
[all...]

Completed in 108 milliseconds