Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h106 OwnedSymbol, enumerator
150 return K == OwnedSymbol || K == OwnedAllocatedSymbol || in isOwned()
167 return RetEffect(isAllocated ? OwnedAllocatedSymbol : OwnedSymbol, o);
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2964 case RetEffect::OwnedSymbol: { in checkSummary()