Home | History | Annotate | Download | only in regexp

Lines Matching refs:accept_

1014   EndNode* accept() { return accept_; }
1047 EndNode* accept_;
1102 accept_ = new(zone) EndNode(EndNode::ACCEPT, zone);