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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h35 ReturnNotOwnedForOwned, enumerator in enum:clang::ento::retaincountchecker::RefCountBug::RefCountBugKind
H A DRetainCountDiagnostics.cpp36 case ReturnNotOwnedForOwned:
59 case ReturnNotOwnedForOwned:
H A DRetainCountChecker.h259 std::unique_ptr<RefCountBug> ReturnNotOwnedForOwned; member in class:clang::ento::retaincountchecker::RetainCountChecker
H A DRetainCountChecker.cpp1118 ReturnNotOwnedTag(this, "ReturnNotOwnedForOwned");
1123 *ReturnNotOwnedForOwned, C.getASTContext().getLangOpts(), N, Sym);
1505 INIT_BUGTYPE(ReturnNotOwnedForOwned)
1537 LAZY_INIT_BUGTYPE(ReturnNotOwnedForOwned)

Completed in 94 milliseconds