Home | History | Annotate | Download | only in Checkers

Lines Matching defs:DoNothing

78 enum ArgEffect { DoNothing, Autorelease, Dealloc, DecRef, DecRefMsg,
637 ArgEffect ReceiverEff = DoNothing,
641 ArgEffect ReceiverEff = DoNothing,
737 DoNothing /* receiver effect */),
953 DoNothing, DoNothing);
960 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
966 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
975 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
983 DoNothing, DoNothing);
991 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
1005 ? getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, Dealloc)
1074 ? MayEscape : DoNothing;
1076 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, E);
1118 return getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
1132 DoNothing, DoNothing);
1274 ArgEffect ReceiverEff = DoNothing;
1306 if (ScratchArgs.isEmpty() && ReceiverEff == DoNothing)
1416 DoNothing, Autorelease));
1424 DoNothing, StopTracking);
1471 Summ = getPersistentSummary(NoRet, isGCEnabled() ? DoNothing : DecRef);
2811 case IncRefMsg: E = IgnoreRetainMsg ? DoNothing : IncRef; break;
2812 case DecRefMsg: E = IgnoreRetainMsg ? DoNothing : DecRef; break;
2813 case MakeCollectable: E = C.isObjCGCEnabled() ? DecRef : DoNothing; break;
2814 case NewAutoreleasePool: E = C.isObjCGCEnabled() ? DoNothing :
2868 case DoNothing: