Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h117 OwnedAllocatedSymbol, enumerator
158 return K == OwnedSymbol || K == OwnedAllocatedSymbol || in isOwned()
175 return RetEffect(isAllocated ? OwnedAllocatedSymbol : OwnedSymbol, o);
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp3023 case RetEffect::OwnedAllocatedSymbol: in checkSummary()