Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h35 ReturnNotOwnedForOwned, enumerator
H A DRetainCountDiagnostics.cpp36 case ReturnNotOwnedForOwned: in bugTypeToName()
59 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()