Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h132 GCNotOwnedSymbol, enumerator
189 return RetEffect(GCNotOwnedSymbol, ObjC); in MakeGCNotOwned()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp3091 case RetEffect::GCNotOwnedSymbol: in checkSummary()