Searched refs:stacktop_ (Results 1 – 2 of 2) sorted by relevance
155 Regexp* stacktop_; member in re2::Regexp::ParseState170 status_(status), stacktop_(NULL), ncap_(0) { in ParseState()180 for (Regexp* re = stacktop_; re != NULL; re = next) { in ~ParseState()235 re->down_ = stacktop_; in PushRegexp()236 stacktop_ = re; in PushRegexp()449 if (stacktop_ == NULL || IsMarker(stacktop_->op())) { in PushRepeatOp()459 re->down_ = stacktop_->down_; in PushRepeatOp()460 re->sub()[0] = FinishRegexp(stacktop_); in PushRepeatOp()462 stacktop_ = re; in PushRepeatOp()476 if (stacktop_ == NULL || IsMarker(stacktop_->op())) { in PushRepetition()[all …]
231 status_(status), stacktop_(NULL), ncap_(0) {