Lines Matching refs:Stack
494 /* The OS might guarantee only one guard page at the bottom of the stack,
497 to allow for a few compiler-allocated temporary stack slots. */
536 /* A type that is properly aligned for any stack member. */
543 /* The size of the maximum gap between one aligned stack and the next. */
554 /* Relocate STACK from its old location to the new one. The
556 elements in the stack, and YYPTR gives the new location of the
557 stack. Advance YYPTR to a properly aligned location for the next
558 stack. */
559 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
563 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
564 Stack = &yyptr->Stack_alloc; \
565 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
970 | yy_stack_print -- Print the state stack from its BOTTOM up to its |
985 YYFPRINTF (stderr, "Stack now");
1019 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
1055 if the built-in stack extension method is used).
1168 about the unexpected token YYTOKEN for the state stack whose top is
1399 /* The state stack. */
1404 /* The semantic value stack. */
1444 /* Initialize stack pointers.
1445 Waste one element of value and location stack
1446 so that they stay on the same level as the state stack.
1471 /* Give user a chance to reallocate the stack. Use copies of
1477 /* Each stack pointer address is followed by the size of the
1478 data in use in that stack, in bytes. This used to be a
1493 /* Extend the stack our own way. */
1518 YYDPRINTF ((stderr, "Stack size increased to %lu\n",