Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h32 DeallocNotOwned, enumerator
H A DRetainCountDiagnostics.cpp29 case DeallocNotOwned: in bugTypeToName()
52 case DeallocNotOwned: in getDescription()
465 BT.getBugType() == RefCountBug::DeallocNotOwned; in VisitNode()
H A DRetainCountChecker.h257 std::unique_ptr<RefCountBug> DeallocNotOwned; variable
H A DRetainCountChecker.cpp853 return *DeallocNotOwned; in errorKindToBugKind()
1502 INIT_BUGTYPE(DeallocNotOwned) in registerRetainCountChecker()
1534 LAZY_INIT_BUGTYPE(DeallocNotOwned) in registerOSObjectRetainCountChecker()