Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRetainPtrCtorAdoptChecker.cpp414 case RetEffect::NoRetHard: in retainsReturnValue()
522 case RetEffect::NoRetHard: in isOwned()
578 case RetEffect::NoRetHard: in isOwned()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h163 NoRetHard enumerator
203 return RetEffect(NoRetHard); in MakeNoRetHard()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp479 if (RE.getKind() == RetEffect::NoRetHard) in processSummaryOfInlined()