Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h35 ReturnNotOwnedForOwned, enumerator
H A DRetainCountChecker.h260 std::unique_ptr<RefCountBug> ReturnNotOwnedForOwned; variable
H A DRetainCountDiagnostics.cpp35 case ReturnNotOwnedForOwned: in bugTypeToName()
58 case ReturnNotOwnedForOwned: in getDescription()
H A DRetainCountChecker.cpp1123 *ReturnNotOwnedForOwned, C.getASTContext().getLangOpts(), N, Sym); in checkReturnWithRetEffect()
1505 INIT_BUGTYPE(ReturnNotOwnedForOwned) in registerRetainCountChecker()
1537 LAZY_INIT_BUGTYPE(ReturnNotOwnedForOwned) in registerOSObjectRetainCountChecker()