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

/xnu-2782.1.97/libkern/c++/
H A DOSUnserialize.cpp771 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
774 yy_symbol_value_print (yyoutput, yytype, yyvaluep)
776 int yytype; variable
783 if (yytype < YYNTOKENS)
784 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
788 switch (yytype)
803 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
806 yy_symbol_print (yyoutput, yytype, yyvaluep)
808 int yytype; variable
812 if (yytype < YYNTOKEN
1033 int yytype = YYTRANSLATE (yychar); local
[all...]
H A DOSUnserializeXML.cpp809 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
812 yy_symbol_value_print (yyoutput, yytype, yyvaluep)
814 int yytype; variable
821 if (yytype < YYNTOKENS)
822 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
826 switch (yytype)
841 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
844 yy_symbol_print (yyoutput, yytype, yyvaluep)
846 int yytype; variable
850 if (yytype < YYNTOKEN
1071 int yytype = YYTRANSLATE (yychar); local
[all...]

Completed in 23 milliseconds