Searched refs:YYSTYPE (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/libkern/c++/
H A DOSUnserialize.cpp186 #define YYSTYPE object_t * macro
218 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
219 typedef int YYSTYPE; typedef
220 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
395 YYSTYPE yyvs;
404 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
771 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
777 YYSTYPE const * const yyvaluep;
803 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
809 YYSTYPE cons
[all...]
H A DOSUnserializeXML.cpp164 #define YYSTYPE object_t * macro
203 static int yylex(YYSTYPE *lvalp, parser_state_t *state);
251 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
252 typedef int YYSTYPE; typedef
253 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
428 YYSTYPE yyvs;
437 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
809 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
815 YYSTYPE const * const yyvaluep;
841 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE cons
[all...]
H A DOSUnserialize.y100 #define YYSTYPE object_t *
H A DOSUnserializeXML.y69 #define YYSTYPE object_t *
108 static int yylex(YYSTYPE *lvalp, parser_state_t *state);
725 yylex(YYSTYPE *lvalp, parser_state_t *state)

Completed in 33 milliseconds