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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h31 ReleaseNotOwned, enumerator in enum:clang::ento::retaincountchecker::RefCountBug::RefCountBugKind
H A DRetainCountDiagnostics.cpp25 case ReleaseNotOwned:
47 case ReleaseNotOwned:
H A DRetainCountChecker.h256 std::unique_ptr<RefCountBug> ReleaseNotOwned; member in class:clang::ento::retaincountchecker::RetainCountChecker
H A DRetainCountChecker.cpp849 return *ReleaseNotOwned;
1501 INIT_BUGTYPE(ReleaseNotOwned)
1533 LAZY_INIT_BUGTYPE(ReleaseNotOwned)

Completed in 137 milliseconds