Home | History | Annotate | Download | only in data

Lines Matching refs:Stack

30 # Stack parameters.
547 if the built-in stack extension method is used).
557 /* Minimum number of free items on the stack allowed after an
560 stack is expanded, thus insuring that all necessary pointers get
687 /** Preceding state in this stack */
729 /** Type of the items in the GLR stack. The yyisState field
826 * and top stack item YYVSP. YYLVALP points to place to put semantic
1043 * stack #K of *STACKP. */
1068 /** Initialize SET to a singleton set containing an empty stack. */
1094 /** Initialize STACK to a single empty stack, with total maximum
1117 /** If STACK is expandable, extend it. WARNING: Pointers into the
1118 stack from outside should be considered invalid after this call.
1187 /** Assuming that S is a GLRState somewhere on STACK, update the
1188 * splitpoint of STACK, if needed, so that it is at least as deep as
1197 /** Invalidate stack #K in STACK. */
1206 /** Undelete the last stack that was marked as deleted. Can only be
1216 YYDPRINTF ((stderr, "Restoring last deleted stack as stack #0.\n"));
1247 YYDPRINTF ((stderr, "Rename stack %lu -> %lu.\n",
1256 /** Shift to a new state on stack #K of STACK, corresponding to LR state
1276 /** Shift stack #K of YYSTACK, to a new state corresponding to LR
1296 /** Pop the symbols consumed by reduction #RULE from the top of stack
1297 * #K of STACK, and perform the appropriate semantic action on their
1310 /* Standard special case: single stack. */
1355 | Report that the RULE is going to be reduced on stack #K. |
1371 [ YYFPRINTF (stderr, "Reducing stack %lu by rule %d (line %lu):\n",
1387 /** Pop items off stack #K of STACK according to grammar rule RULE,
1390 * newly pushed state, if FORCEEVAL or if STACK is currently
1393 * position, LR state, and predecessor to an existing state on the stack,
1394 * it is identified with that existing state, eliminating stack #K from
1395 * the STACK. In this case, the (necessarily deferred) semantic value is
1433 "Reduced stack %lu by rule #%d; action deferred. Now in state %d.\n",
1446 YYDPRINTF ((stderr, "Merging stack %lu into stack %lu.\n",
1939 YYDPRINTF ((stderr, "Stack %lu Entering state %d\n",
1949 YYDPRINTF ((stderr, "Stack %lu dies.\n",
1982 YYDPRINTF ((stderr, "Splitting off stack %lu from %lu.\n",
1996 YYDPRINTF ((stderr, "Stack %lu dies.\n",
2198 /* Reduce to one stack. */
2209 /* Now pop stack until we find a state that shifts the error token. */
2299 specialized to deterministic operation (single stack, no
2383 the stack.
2409 a copy of yylval will already be on stack 0 in the event of a
2424 YYDPRINTF ((stderr, "On stack %lu, ", (unsigned long int) yys));
2428 YYDPRINTF ((stderr, "Stack %lu now in state #%d\n",
2469 /* If the stack is well-formed, pop the stack until it is empty,
2470 destroying its entries as we go. But free the stack regardless