Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
HDRetainCountDiagnostics.h31 ReleaseNotOwned, enumerator
HDRetainCountChecker.h255 std::unique_ptr<RefCountBug> ReleaseNotOwned; variable
HDRetainCountDiagnostics.cpp28 case ReleaseNotOwned: in bugTypeToName()
50 case ReleaseNotOwned: in getDescription()
HDRetainCountChecker.cpp848 return *ReleaseNotOwned; in errorKindToBugKind()
1501 INIT_BUGTYPE(ReleaseNotOwned) in registerRetainCountChecker()
1533 LAZY_INIT_BUGTYPE(ReleaseNotOwned) in registerOSObjectRetainCountChecker()