Home | History | Annotate | Download | only in regexp

Lines Matching defs:CLEAR

809 //     This is used to defer expensive operations until it is clear that they
1212 enum DeferredActionUndoType { IGNORE, RESTORE, CLEAR };
1217 bool clear = false;
1241 DCHECK(!clear);
1249 DCHECK(!clear);
1255 if (!clear && store_position == kNoStore) {
1269 undo_action = pc->is_capture() ? CLEAR : RESTORE;
1280 clear = true;
1305 } else if (undo_action == CLEAR) {
1312 } else if (clear) {
1408 // Clear any captures that might have been performed during the success
2664 void QuickCheckDetails::Clear() {
2677 Clear();
4116 new_trace.quick_check_performed()->Clear();
4652 os_ << "label=\"clear $" << that->data_.u_clear_captures.range_from
5243 // Before entering the body of this loop we need to clear captures.
6502 void RegExpResultsCache::Clear(FixedArray* cache) {