Searched refs:MakeNoRet (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 640 return getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getDoNothingSummary() 644 return getPersistentSummary(RetEffect::MakeNoRet(), in getDefaultSummary() 649 return getPersistentSummary(RetEffect::MakeNoRet(), in getPersistentStopSummary() 958 ModifiableSummaryTemplate->setRetEffect(RetEffect::MakeNoRet()); in updateSummaryForCall() 1052 S = getPersistentSummary(RetEffect::MakeNoRet()); in getFunctionSummary() 1069 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary() 1075 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary() 1084 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary() 1100 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary() 1110 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary() [all …]
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | ObjCRetainCount.h | 175 static RetEffect MakeNoRet() { in MakeNoRet() function
|