Home
last modified time | relevance | path

Searched refs:withKind (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp203 AE = AE.withKind(IncRef); in checkPostStmt()
206 AE = AE.withKind(DecRefBridgedTransferred); in checkPostStmt()
722 AE = AE.withKind(DoNothing); in updateSymbol()
725 AE = AE.withKind(DoNothing); in updateSymbol()
728 AE = AE.withKind(StopTracking); in updateSymbol()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DRetainSummaryManager.cpp571 return E.withKind(StopTrackingHard); in getStopTrackingHardEquivalent()
574 return E.withKind(DecRefAndStopTrackingHard); in getStopTrackingHardEquivalent()
576 return E.withKind(Dealloc); in getStopTrackingHardEquivalent()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DRetainSummaryManager.h128 ArgEffect withKind(ArgEffectKind NewK) { in withKind() function