Searched refs:setRetEffect (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp401 /// setRetEffect - Set the effect of the return value of the call.
402 void setRetEffect(RetEffect E) { Ret = E; } function in class:__anon18227::RetainSummary
958 ModifiableSummaryTemplate->setRetEffect(RetEffect::MakeNoRet());
1318 Template->setRetEffect(*RetE);
1349 Template->setRetEffect(*RetE);

Completed in 684 milliseconds