Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp201 AE = AE.withKind(IncRef); in checkPostStmt()
204 AE = AE.withKind(DecRefBridgedTransferred); in checkPostStmt()
720 AE = AE.withKind(DoNothing); in updateSymbol()
723 AE = AE.withKind(DoNothing); in updateSymbol()
726 AE = AE.withKind(StopTracking); in updateSymbol()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp574 return E.withKind(StopTrackingHard); in getStopTrackingHardEquivalent()
577 return E.withKind(DecRefAndStopTrackingHard); in getStopTrackingHardEquivalent()
579 return E.withKind(Dealloc); in getStopTrackingHardEquivalent()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h129 ArgEffect withKind(ArgEffectKind NewK) { in withKind() function