Home | History | Annotate | Download | only in src

Lines Matching defs:BACKTRACK

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