Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
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()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DRetainSummaryManager.cpp579 return E.withKind(StopTrackingHard); in getStopTrackingHardEquivalent()
582 return E.withKind(DecRefAndStopTrackingHard); in getStopTrackingHardEquivalent()
584 return E.withKind(Dealloc); in getStopTrackingHardEquivalent()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DRetainSummaryManager.h128 ArgEffect withKind(ArgEffectKind NewK) { in withKind() function