Home | History | Annotate | Download | only in util

Lines Matching refs:Stack

309     /* The OS might guarantee only one guard page at the bottom of the stack,
312 to allow for a few compiler-allocated temporary stack slots. */
351 /* A type that is properly aligned for any stack member. */
358 /* The size of the maximum gap between one aligned stack and the next. */
369 /* Relocate STACK from its old location to the new one. The
371 elements in the stack, and YYPTR gives the new location of the
372 stack. Advance YYPTR to a properly aligned location for the next
373 stack. */
374 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
378 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
379 Stack = &yyptr->Stack_alloc; \
380 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
839 | yy_stack_print -- Print the state stack from its BOTTOM up to its |
854 YYFPRINTF (stderr, "Stack now");
890 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
926 if the built-in stack extension method is used).
1039 about the unexpected token YYTOKEN for the state stack whose top is
1274 /* The state stack. */
1279 /* The semantic value stack. */
1319 /* Initialize stack pointers.
1320 Waste one element of value and location stack
1321 so that they stay on the same level as the state stack.
1346 /* Give user a chance to reallocate the stack. Use copies of
1352 /* Each stack pointer address is followed by the size of the
1353 data in use in that stack, in bytes. This used to be a
1368 /* Extend the stack our own way. */
1393 YYDPRINTF ((stderr, "Stack size increased to %lu\n",