Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h31 ReleaseNotOwned, enumerator
H A DRetainCountChecker.h256 std::unique_ptr<RefCountBug> ReleaseNotOwned; variable
H A DRetainCountDiagnostics.cpp27 case ReleaseNotOwned: in bugTypeToName()
49 case ReleaseNotOwned: in getDescription()
H A DRetainCountChecker.cpp849 return *ReleaseNotOwned; in errorKindToBugKind()
1502 INIT_BUGTYPE(ReleaseNotOwned) in registerRetainCountChecker()
1534 LAZY_INIT_BUGTYPE(ReleaseNotOwned) in registerOSObjectRetainCountChecker()