Home | History | Annotate | Download | only in pdt

Lines Matching refs:Top

416         if (stack_.Top(si1) < stack_.Top(si2)) return true;
417 if (stack_.Top(si1) > stack_.Top(si2)) return false;
490 // 'current_stack_id_' is the stack id of the states currently at the top
493 // of a close parentheses matching the top of 'current_stack_id_; to
496 ssize_t current_paren_id_; // Paren id at top of current stack
836 current_paren_id_ = stack_.Top(current_stack_id_);
843 ssize_t paren_id = stack_.Top(si);