Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp921 bool hasTrustedImplementationAnnotation = false; in evalCall() local
927 SmrMgr.canEval(CE, FD, hasTrustedImplementationAnnotation); in evalCall()
942 (hasTrustedImplementationAnnotation && !ResultTy.isNull())) { in evalCall()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRetainSummaryManager.cpp658 bool &hasTrustedImplementationAnnotation) { in canEval() argument
699 hasTrustedImplementationAnnotation = true; in canEval()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DRetainSummaryManager.h686 bool &hasTrustedImplementationAnnotation);