Home | History | Annotate | Download | only in compiler

Lines Matching refs:Stack

444     /* The OS might guarantee only one guard page at the bottom of the stack,
447 stack slots. */
486 /* A type that is properly aligned for any stack member. */
493 /* The size of the maximum gap between one aligned stack and the next. */
520 /* Relocate STACK from its old location to the new one. The
522 elements in the stack, and YYPTR gives the new location of the
523 stack. Advance YYPTR to a properly aligned location for the next
524 stack. */
525 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
529 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
530 Stack = &yyptr->Stack_alloc; \
531 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
882 | yy_stack_print -- Print the state stack from its BOTTOM up to its |
897 YYFPRINTF (stderr, "Stack now");
931 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
967 if the built-in stack extension method is used).
1289 /* The state stack. */
1294 /* The semantic value stack. */
1334 /* Initialize stack pointers.
1335 Waste one element of value and location stack
1336 so that they stay on the same level as the state stack.
1361 /* Give user a chance to reallocate the stack. Use copies of
1367 /* Each stack pointer address is followed by the size of the
1368 data in use in that stack, in bytes. This used to be a
1383 /* Extend the stack our own way. */
1408 YYDPRINTF ((stderr, "Stack size increased to %lu\n",