Home
last modified time | relevance | path

Searched refs:getRetEffectFromAnnotations (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRetainSummaryManager.cpp795 RetainSummaryManager::getRetEffectFromAnnotations(QualType RetTy, in getRetEffectFromAnnotations() function in RetainSummaryManager
812 if (auto RE = getRetEffectFromAnnotations(RetTy, PD)) in getRetEffectFromAnnotations()
920 if (Optional<RetEffect> RetE = getRetEffectFromAnnotations(RetTy, FD)) in updateSummaryFromAnnotations()
947 if (Optional<RetEffect> RetE = getRetEffectFromAnnotations(RetTy, MD)) in updateSummaryFromAnnotations()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DRetainSummaryManager.h732 Optional<RetEffect> getRetEffectFromAnnotations(QualType RetTy,