Home | History | Annotate | Download | only in src

Lines Matching refs:backtrack

975   enum Action { ACCEPT, BACKTRACK, NEGATIVE_SUBMATCH_SUCCESS };
1256 // and pushing a backtrack location onto the backtrack stack. Once this is
1264 // backtrack location in a trivial trace, so with a trivial trace we will
1265 // generate code that, on a failure to match, gets the backtrack location
1266 // from the backtrack stack rather than using a direct jump instruction. We
1283 Label* backtrack() { return backtrack_; }
1302 void set_backtrack(Label* backtrack) { backtrack_ = backtrack; }