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

/xnu-2782.1.97/libkern/c++/
H A DOSUnserialize.cpp324 # define YYSTACK_ALLOC __builtin_alloca macro
328 # define YYSTACK_ALLOC __alloca macro
333 # define YYSTACK_ALLOC alloca macro
345 # ifdef YYSTACK_ALLOC
356 # define YYSTACK_ALLOC YYMALLOC macro
1334 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1654 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
H A DOSUnserializeXML.cpp357 # define YYSTACK_ALLOC __builtin_alloca macro
361 # define YYSTACK_ALLOC __alloca macro
366 # define YYSTACK_ALLOC alloca macro
378 # ifdef YYSTACK_ALLOC
389 # define YYSTACK_ALLOC YYMALLOC macro
1372 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1770 yymsg = (char *) YYSTACK_ALLOC (yyalloc);

Completed in 73 milliseconds