Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp904 bool hasTrustedImplementationAnnotation = false; in evalCall() local
910 SmrMgr.canEval(CE, FD, hasTrustedImplementationAnnotation); in evalCall()
932 (hasTrustedImplementationAnnotation && !ResultTy.isNull())) { in evalCall()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h654 bool &hasTrustedImplementationAnnotation);