Searched refs:DoNothing (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| D | RetainCountChecker.cpp | 565 ArgEffect ReceiverEff = DoNothing, in getPersistentSummary() 572 return getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getDoNothingSummary() 577 DoNothing, MayEscape); in getDefaultSummary() 819 case DoNothing: in getStopTrackingHardEquivalent() 898 ModifiableSummaryTemplate->setReceiverEffect(DoNothing); in updateSummaryForCall() 1003 DoNothing, DoNothing); in getFunctionSummary() 1010 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary() 1016 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary() 1025 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary() 1033 DoNothing, DoNothing); in getFunctionSummary() [all …]
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/ |
| D | ObjCRetainCount.h | 28 DoNothing, enumerator
|