Searched refs:yytype (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dparser.c781 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) argument
784 yy_symbol_value_print (yyoutput, yytype, yyvaluep)
786 int yytype;
793 if (yytype < YYNTOKENS)
794 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
798 switch (yytype)
813 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) argument
816 yy_symbol_print (yyoutput, yytype, yyvaluep)
818 int yytype;
822 if (yytype < YYNTOKEN
1046 int yytype = YYTRANSLATE (yychar); local in function:yysyntax_error
1148 yydestruct(const char * yymsg,int yytype,YYSTYPE * yyvaluep) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefsyacc.c893 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) argument
896 yy_symbol_value_print (yyoutput, yytype, yyvaluep)
898 int yytype;
905 if (yytype < YYNTOKENS)
906 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
910 switch (yytype)
925 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) argument
928 yy_symbol_print (yyoutput, yytype, yyvaluep)
930 int yytype;
934 if (yytype < YYNTOKEN
1286 yydestruct(const char * yymsg,int yytype,YYSTYPE * yyvaluep) argument
[all...]
/xsrc/external/mit/xgc/dist/
H A Dgram.c698 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) argument
705 if (yytype < YYNTOKENS)
706 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
708 YYUSE (yytype);
717 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) argument
720 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]);
722 yy_symbol_value_print (yyoutput, yytype, yyvaluep);
1035 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) argument
1040 YY_SYMBOL_PRINT (yymsg, yytype, yyvalue
[all...]
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c1100 yy_symbol_value_print (FILE *yyo, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, glcpp_parser_t *parser) argument
1109 if (yytype < YYNTOKENS)
1110 YYPRINT (yyo, yytoknum[yytype], *yyvaluep);
1112 YYUSE (yytype);
1121 yy_symbol_print (FILE *yyo, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, glcpp_parser_t *parser) argument
1124 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]);
1128 yy_symbol_value_print (yyo, yytype, yyvaluep, yylocationp, parser);
1442 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp, glcpp_parser_t *parser) argument
1449 YY_SYMBOL_PRINT (yymsg, yytype, yyvalue
[all...]
/xsrc/external/mit/MesaLib.old/src/mesa/program/
H A Dprogram_parse.tab.c1319 yy_symbol_value_print (FILE *yyo, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct asm_parser_state *state) argument
1328 if (yytype < YYNTOKENS)
1329 YYPRINT (yyo, yytoknum[yytype], *yyvaluep);
1331 YYUSE (yytype);
1340 yy_symbol_print (FILE *yyo, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct asm_parser_state *state) argument
1343 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]);
1347 yy_symbol_value_print (yyo, yytype, yyvaluep, yylocationp, state);
1661 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp, struct asm_parser_state *state) argument
1668 YY_SYMBOL_PRINT (yymsg, yytype, yyvalue
[all...]
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.cpp1780 yy_symbol_value_print (FILE *yyo, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct _mesa_glsl_parse_state *state) argument
1789 if (yytype < YYNTOKENS)
1790 YYPRINT (yyo, yytoknum[yytype], *yyvaluep);
1792 YYUSE (yytype);
1801 yy_symbol_print (FILE *yyo, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct _mesa_glsl_parse_state *state) argument
1804 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]);
1808 yy_symbol_value_print (yyo, yytype, yyvaluep, yylocationp, state);
2122 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp, struct _mesa_glsl_parse_state *state) argument
2129 YY_SYMBOL_PRINT (yymsg, yytype, yyvalue
[all...]

Completed in 16 milliseconds