Home | History | Annotate | Download | only in compiler

Lines Matching refs:Stack

463     /* The OS might guarantee only one guard page at the bottom of the stack,
466 to allow for a few compiler-allocated temporary stack slots. */
505 /* A type that is properly aligned for any stack member. */
512 /* The size of the maximum gap between one aligned stack and the next. */
539 /* Relocate STACK from its old location to the new one. The
541 elements in the stack, and YYPTR gives the new location of the
542 stack. Advance YYPTR to a properly aligned location for the next
543 stack. */
544 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
548 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
549 Stack = &yyptr->Stack_alloc; \
550 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
967 | yy_stack_print -- Print the state stack from its BOTTOM up to its |
982 YYFPRINTF (stderr, "Stack now");
1016 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
1052 if the built-in stack extension method is used).
1374 /* The state stack. */
1379 /* The semantic value stack. */
1419 /* Initialize stack pointers.
1420 Waste one element of value and location stack
1421 so that they stay on the same level as the state stack.
1446 /* Give user a chance to reallocate the stack. Use copies of
1452 /* Each stack pointer address is followed by the size of the
1453 data in use in that stack, in bytes. This used to be a
1468 /* Extend the stack our own way. */
1493 YYDPRINTF ((stderr, "Stack size increased to %lu\n",