Home
last modified time | relevance | path

Searched refs:MakeNoRet (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp666 return getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getDoNothingSummary()
670 return getPersistentSummary(RetEffect::MakeNoRet(), in getDefaultSummary()
675 return getPersistentSummary(RetEffect::MakeNoRet(), in getPersistentStopSummary()
986 ModifiableSummaryTemplate->setRetEffect(RetEffect::MakeNoRet()); in updateSummaryForCall()
1079 S = getPersistentSummary(RetEffect::MakeNoRet()); in getFunctionSummary()
1096 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary()
1102 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary()
1111 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary()
1127 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary()
1137 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary()
[all …]
/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h191 static RetEffect MakeNoRet() { in MakeNoRet() function