Home
last modified time | relevance | path

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

/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.h256 std::unique_ptr<RefCountBug> DeallocNotOwned; variable
H A DRetainCountChecker.cpp852 return *DeallocNotOwned; in errorKindToBugKind()
1502 INIT_BUGTYPE(DeallocNotOwned) in registerRetainCountChecker()
1534 LAZY_INIT_BUGTYPE(DeallocNotOwned) in registerOSObjectRetainCountChecker()