Home | History | Annotate | Download | only in opt

Lines Matching refs:stack

18 #include <stack>
32 // - Looks at the top of the stack;
36 // stack.
89 // current node into the stack.
115 std::stack<std::pair<NodePtr, NodeIterator>> parent_iterators_;
125 // - Looks at the top of the stack;
127 // current one and we pop the stack;
196 // current node into the stack.
205 // If we visited all children, the current node is the top of the stack.
223 // current node into the stack.
240 std::stack<std::pair<NodePtr, NodeIterator>> parent_iterators_;