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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.cpp356 #define YYSTACK_ALLOC alloca macro
358 #define YYSTACK_ALLOC malloc macro
657 yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp));
660 yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp));
664 yyls = (YYLTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yylsp));
H A DOSUnserializeXML.cpp358 # define YYSTACK_ALLOC __builtin_alloca macro
362 # define YYSTACK_ALLOC __alloca macro
367 # define YYSTACK_ALLOC alloca macro
379 # ifdef YYSTACK_ALLOC
390 # define YYSTACK_ALLOC YYMALLOC macro
1373 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1699 yymsg = (char *) YYSTACK_ALLOC (yyalloc);

Completed in 77 milliseconds