Searched defs:getRetEffect (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp409 /// getRetEffect - Returns the effect on the return value of the call.
410 RetEffect getRetEffect() const { return Ret; } function in class:__anon15555::RetainSummary
946 RE = S->getRetEffect();
2840 RetEffect RE = Summ.getRetEffect();
2901 RetEffect RE = Summ.getRetEffect();
3331 RE = Summ->getRetEffect();
3335 RE = Summ->getRetEffect();

Completed in 59 milliseconds