Home | History | Annotate | Download | only in src

Lines Matching refs:CLEAR

584 //     This is used to defer expensive operations until it is clear that they
884 enum DeferredActionUndoType { IGNORE, RESTORE, CLEAR };
889 bool clear = false;
912 ASSERT(!clear);
920 ASSERT(!clear);
926 if (!clear && store_position == -1) {
940 undo_action = pc->is_capture() ? CLEAR : RESTORE;
951 clear = true;
976 } else if (undo_action == CLEAR) {
983 } else if (clear) {
1072 // Clear any captures that might have been performed during the success
1907 void QuickCheckDetails::Clear() {
1920 Clear();
2780 new_trace.quick_check_performed()->Clear();
3354 stream()->Add("label=\"clear $%i to $%i\", shape=septagon",
3665 // Before entering the body of this loop we need to clear captures.