Home | History | Annotate | Download | only in Checkers

Lines Matching refs:DoNothing

67 enum ArgEffect { DoNothing, Autorelease, Dealloc, DecRef, DecRefMsg,
645 ArgEffect ReceiverEff = DoNothing,
653 DoNothing, MayEscape);
949 DoNothing, DoNothing);
956 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
962 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
971 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
979 DoNothing, DoNothing);
987 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
995 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
1002 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
1016 ? getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, Dealloc)
1085 ? MayEscape : DoNothing;
1087 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, E);
1128 return getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
1142 DoNothing, DoNothing);
1271 ArgEffect ReceiverEff = DoNothing;
1350 if (ScratchArgs.isEmpty() && ReceiverEff == DoNothing &&
1432 DoNothing, Autorelease));
1440 getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, StopTracking);
1487 Summ = getPersistentSummary(NoRet, isGCEnabled() ? DoNothing : DecRef);
2899 case IncRefMsg: E = IgnoreRetainMsg ? DoNothing : IncRef; break;
2900 case DecRefMsg: E = IgnoreRetainMsg ? DoNothing : DecRef; break;
2901 case MakeCollectable: E = C.isObjCGCEnabled() ? DecRef : DoNothing; break;
2902 case NewAutoreleasePool: E = C.isObjCGCEnabled() ? DoNothing :
2954 case DoNothing: