Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h33 FreeNotOwned, enumerator
H A DRetainCountDiagnostics.cpp32 case FreeNotOwned: in bugTypeToName()
55 case FreeNotOwned: in getDescription()
458 bool IsFreeUnowned = BT.getBugType() == RefCountBug::FreeNotOwned || in VisitNode()
H A DRetainCountChecker.cpp851 return *FreeNotOwned; in errorKindToBugKind()
1503 INIT_BUGTYPE(FreeNotOwned) in registerRetainCountChecker()
1535 LAZY_INIT_BUGTYPE(FreeNotOwned) in registerOSObjectRetainCountChecker()