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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.cpp118 #define YYSTYPE object_t * macro
130 #ifndef YYSTYPE
131 #define YYSTYPE int macro
418 YYSTYPE yylval; /* the semantic value of the */
535 register YYSTYPE *yyvsp;
540 YYSTYPE yyvsa[YYINITDEPTH]; /* the semantic value stack */
543 YYSTYPE *yyvs = yyvsa; /* to allow yyoverflow to reallocate them elsewhere */
560 YYSTYPE yylval;
567 YYSTYPE yyval; /* the variable used to return */
605 YYSTYPE *yyvs
[all...]
H A DOSUnserializeXML.cpp162 #define YYSTYPE object_t * macro
200 static int yylex(YYSTYPE *lvalp, parser_state_t *state);
252 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
253 typedef int YYSTYPE; typedef
254 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
429 YYSTYPE yyvs;
438 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
810 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
816 YYSTYPE const * const yyvaluep;
842 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE cons
[all...]
H A DOSUnserialize.y101 #define YYSTYPE object_t *
H A DOSUnserializeXML.y67 #define YYSTYPE object_t *
105 static int yylex(YYSTYPE *lvalp, parser_state_t *state);
621 yylex(YYSTYPE *lvalp, parser_state_t *state)

Completed in 31 milliseconds