Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp640 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/
DObjCRetainCount.h175 static RetEffect MakeNoRet() { in MakeNoRet() function