Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h122 OwnedSymbol, enumerator
166 return K == OwnedSymbol || K == OwnedAllocatedSymbol || in isOwned()
183 return RetEffect(isAllocated ? OwnedAllocatedSymbol : OwnedSymbol, o);
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp3075 case RetEffect::OwnedSymbol: { in checkSummary()