Home | History | Annotate | Download | only in Checkers

Lines Matching defs:DoNothing

52 enum ArgEffect { DoNothing, Autorelease, Dealloc, DecRef, DecRefMsg,
646 ArgEffect ReceiverEff = DoNothing,
653 return getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
658 DoNothing, MayEscape);
896 case DoNothing:
975 ModifiableSummaryTemplate->setReceiverEffect(DoNothing);
1080 DoNothing, DoNothing);
1087 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
1093 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
1102 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
1110 DoNothing, DoNothing);
1118 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
1128 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
1137 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
1213 ? MayEscape : DoNothing;
1215 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, E);
1261 return getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
1275 DoNothing, DoNothing);
1366 ArgEffect ReceiverEff = DoNothing;
1450 if (ScratchArgs.isEmpty() && ReceiverEff == DoNothing &&
1522 DoNothing, Autorelease));
2988 E = IgnoreRetainMsg ? DoNothing : IncRef;
2991 E = IgnoreRetainMsg ? DoNothing : DecRef;
2997 E = C.isObjCGCEnabled() ? DecRef : DoNothing;
3046 case DoNothing: