Home
last modified time | relevance | path

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

/linux/scripts/dtc/
A Ddtc-parser.tab.c384 # define YYSTACK_ALLOC __builtin_alloca macro
388 # define YYSTACK_ALLOC __alloca macro
393 # define YYSTACK_ALLOC alloca macro
405 # ifdef YYSTACK_ALLOC
416 # define YYSTACK_ALLOC YYMALLOC macro
1222 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
/linux/scripts/kconfig/
A Dparser.tab.c410 # define YYSTACK_ALLOC __builtin_alloca macro
414 # define YYSTACK_ALLOC __alloca macro
419 # define YYSTACK_ALLOC alloca macro
431 # ifdef YYSTACK_ALLOC
442 # define YYSTACK_ALLOC YYMALLOC macro
1211 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()

Completed in 38 milliseconds