HomeSort by: relevance | last modified time | path
    Searched refs:YYSTACK_ALLOC (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 311 # define YYSTACK_ALLOC __builtin_alloca
315 # define YYSTACK_ALLOC __alloca
320 # define YYSTACK_ALLOC alloca
332 # ifdef YYSTACK_ALLOC
343 # define YYSTACK_ALLOC YYMALLOC
1285 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1534 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
dtparser.tab.c 328 # define YYSTACK_ALLOC __builtin_alloca
332 # define YYSTACK_ALLOC __alloca
337 # define YYSTACK_ALLOC alloca
349 # ifdef YYSTACK_ALLOC
360 # define YYSTACK_ALLOC YYMALLOC
1367 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1729 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
prparser.tab.c 330 # define YYSTACK_ALLOC __builtin_alloca
334 # define YYSTACK_ALLOC __alloca
339 # define YYSTACK_ALLOC alloca
351 # ifdef YYSTACK_ALLOC
362 # define YYSTACK_ALLOC YYMALLOC
1370 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1739 yymsg = (char *) YYSTACK_ALLOC (yyalloc);

Completed in 23 milliseconds