Home | History | Annotate | Download | only in data

Lines Matching refs:stack

31 m4_include(b4_pkgdatadir/[stack.hh])
51 #include "stack.hh"
140 /// State stack type.
141 typedef stack<state_type> state_stack_type;
142 /// Semantic value stack type.
143 typedef stack<semantic_type> semantic_stack_type;
144 /// location stack type.
145 typedef stack<location_type> location_stack_type;
147 /// The state stack.
149 /// The semantic value stack.
151 /// The location stack.
214 /// Print the state stack on the debug stream.
650 `$$ = $1'. Otherwise, use the top of the stack.
847 YYCDEBUG << "Exception caught: cleaning lookahead and stack"
1084 // Print the state stack on the debug stream.
1088 *yycdebug_ << "Stack now";
1102 *yycdebug_ << "Reducing stack by rule " << yyrule - 1