Lines Matching refs:Stack
461 /* The OS might guarantee only one guard page at the bottom of the stack,
464 to allow for a few compiler-allocated temporary stack slots. */
503 /* A type that is properly aligned for any stack member. */
510 /* The size of the maximum gap between one aligned stack and the next. */
537 /* Relocate STACK from its old location to the new one. The
539 elements in the stack, and YYPTR gives the new location of the
540 stack. Advance YYPTR to a properly aligned location for the next
541 stack. */
542 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
546 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
547 Stack = &yyptr->Stack_alloc; \
548 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
964 | yy_stack_print -- Print the state stack from its BOTTOM up to its |
979 YYFPRINTF (stderr, "Stack now");
1013 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
1049 if the built-in stack extension method is used).
1371 /* The state stack. */
1376 /* The semantic value stack. */
1416 /* Initialize stack pointers.
1417 Waste one element of value and location stack
1418 so that they stay on the same level as the state stack.
1443 /* Give user a chance to reallocate the stack. Use copies of
1449 /* Each stack pointer address is followed by the size of the
1450 data in use in that stack, in bytes. This used to be a
1465 /* Extend the stack our own way. */
1490 YYDPRINTF ((stderr, "Stack size increased to %lu\n",