Home
last modified time | relevance | path

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

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