Searched refs:MakeNoRet (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 665 return getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getDoNothingSummary() 669 return getPersistentSummary(RetEffect::MakeNoRet(), in getDefaultSummary() 674 return getPersistentSummary(RetEffect::MakeNoRet(), in getPersistentStopSummary() 983 ModifiableSummaryTemplate->setRetEffect(RetEffect::MakeNoRet()); in updateSummaryForCall() 1077 S = getPersistentSummary(RetEffect::MakeNoRet()); in getFunctionSummary() 1094 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary() 1100 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary() 1109 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary() 1125 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary() 1135 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary() [all …]
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | ObjCRetainCount.h | 183 static RetEffect MakeNoRet() { in MakeNoRet() function
|