Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h33 FreeNotOwned, enumerator
H A DRetainCountDiagnostics.cpp31 case FreeNotOwned: in bugTypeToName()
54 case FreeNotOwned: in getDescription()
458 bool IsFreeUnowned = BT.getBugType() == RefCountBug::FreeNotOwned || in VisitNode()
H A DRetainCountChecker.h258 std::unique_ptr<RefCountBug> FreeNotOwned; variable
H A DRetainCountChecker.cpp852 return *FreeNotOwned; in errorKindToBugKind()
1504 INIT_BUGTYPE(FreeNotOwned) in registerRetainCountChecker()
1536 LAZY_INIT_BUGTYPE(FreeNotOwned) in registerOSObjectRetainCountChecker()