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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp120 static RetEffect MakeOwned(ObjKind o, bool isAllocated = false) { function in class:__anon3456::RetEffect
733 : RetEffect::MakeOwned(RetEffect::ObjC, true))),
948 S = getPersistentSummary(RetEffect::MakeOwned(RetEffect::CF, true),
978 S = getPersistentSummary(RetEffect::MakeOwned(RetEffect::CF, true),
1135 return getPersistentSummary(RetEffect::MakeOwned(RetEffect::CF, true));
1179 Template->setRetEffect(RetEffect::MakeOwned(RetEffect::CF, true));
1189 Template->setRetEffect(RetEffect::MakeOwned(RetEffect::CF, true));
1245 Template->setRetEffect(RetEffect::MakeOwned(RetEffect::CF, true));
1294 ResultEff = RetEffect::MakeOwned(RetEffect::CF, true);
1316 ResultEff = RetEffect::MakeOwned(RetEffec
[all...]

Completed in 117 milliseconds