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

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 419 # define YYSTACK_ALLOC __builtin_alloca
423 # define YYSTACK_ALLOC __alloca
428 # define YYSTACK_ALLOC alloca
440 # ifdef YYSTACK_ALLOC
451 # define YYSTACK_ALLOC YYMALLOC
1393 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1642 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
dtparser.tab.c 436 # define YYSTACK_ALLOC __builtin_alloca
440 # define YYSTACK_ALLOC __alloca
445 # define YYSTACK_ALLOC alloca
457 # ifdef YYSTACK_ALLOC
468 # define YYSTACK_ALLOC YYMALLOC
1475 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1837 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
prparser.tab.c 438 # define YYSTACK_ALLOC __builtin_alloca
442 # define YYSTACK_ALLOC __alloca
447 # define YYSTACK_ALLOC alloca
459 # ifdef YYSTACK_ALLOC
470 # define YYSTACK_ALLOC YYMALLOC
1478 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1847 yymsg = (char *) YYSTACK_ALLOC (yyalloc);

Completed in 36 milliseconds