Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h32 DeallocNotOwned, enumerator
H A DRetainCountDiagnostics.cpp30 case DeallocNotOwned: in bugTypeToName()
53 case DeallocNotOwned: in getDescription()
459 BT.getBugType() == RefCountBug::DeallocNotOwned; in VisitNode()
H A DRetainCountChecker.cpp852 return *DeallocNotOwned; in errorKindToBugKind()
1502 INIT_BUGTYPE(DeallocNotOwned) in registerRetainCountChecker()
1534 LAZY_INIT_BUGTYPE(DeallocNotOwned) in registerOSObjectRetainCountChecker()