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

/openbsd-current/gnu/llvm/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.h260 std::unique_ptr<RefCountBug> ReturnNotOwnedForOwned; member in class:clang::ento::retaincountchecker::RetainCountChecker
H A DRetainCountChecker.cpp1120 ReturnNotOwnedTag(this, "ReturnNotOwnedForOwned");
1125 *ReturnNotOwnedForOwned, C.getASTContext().getLangOpts(), N, Sym);
1507 INIT_BUGTYPE(ReturnNotOwnedForOwned)
1539 LAZY_INIT_BUGTYPE(ReturnNotOwnedForOwned)

Completed in 78 milliseconds