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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp423 /// setRetEffect - Set the effect of the return value of the call.
424 void setRetEffect(RetEffect E) { Ret = E; } function in class:__anon3914::RetainSummary
984 ModifiableSummaryTemplate->setRetEffect(RetEffect::MakeNoRet());
1316 Template->setRetEffect(ObjCAllocRetE);
1319 Template->setRetEffect(RetEffect::MakeOwned(RetEffect::CF, true));
1322 Template->setRetEffect(RetEffect::MakeNotOwned(RetEffect::ObjC));
1325 Template->setRetEffect(RetEffect::MakeNotOwned(RetEffect::CF));
1329 Template->setRetEffect(RetEffect::MakeOwned(RetEffect::CF, true));
1332 Template->setRetEffect(RetEffect::MakeNotOwned(RetEffect::CF));
1371 Template->setRetEffect(ObjCAllocRet
[all...]

Completed in 68 milliseconds