Home | History | Annotate | Download | only in Checkers

Lines Matching defs:DoNothing

50 enum ArgEffect { DoNothing, Autorelease, Dealloc, DecRef, DecRefMsg,
644 ArgEffect ReceiverEff = DoNothing,
651 return getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
656 DoNothing, MayEscape);
890 case DoNothing:
969 ModifiableSummaryTemplate->setReceiverEffect(DoNothing);
1074 DoNothing, DoNothing);
1081 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
1087 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
1096 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
1104 DoNothing, DoNothing);
1112 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
1120 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
1129 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
1205 ? MayEscape : DoNothing;
1207 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, E);
1253 return getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
1267 DoNothing, DoNothing);
1384 ArgEffect ReceiverEff = DoNothing;
1468 if (ScratchArgs.isEmpty() && ReceiverEff == DoNothing &&
1540 DoNothing, Autorelease));
2926 E = IgnoreRetainMsg ? DoNothing : IncRef;
2929 E = IgnoreRetainMsg ? DoNothing : DecRef;
2935 E = C.isObjCGCEnabled() ? DecRef : DoNothing;
2984 case DoNothing: