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

/darwin-on-arm/xnu/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.cpp805 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
808 yy_symbol_value_print (yyoutput, yytype, yyvaluep)
810 int yytype; variable
817 if (yytype < YYNTOKENS)
818 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
822 switch (yytype)
837 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
840 yy_symbol_print (yyoutput, yytype, yyvaluep)
842 int yytype; variable
846 if (yytype < YYNTOKEN
1067 int yytype = YYTRANSLATE (yychar); local
[all...]

Completed in 71 milliseconds