Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp905 bool hasTrustedImplementationAnnotation = false; in evalCall() local
911 SmrMgr.canEval(CE, FD, hasTrustedImplementationAnnotation); in evalCall()
933 (hasTrustedImplementationAnnotation && !ResultTy.isNull())) { in evalCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DRetainSummaryManager.cpp716 bool &hasTrustedImplementationAnnotation) { in canEval() argument
765 hasTrustedImplementationAnnotation = true; in canEval()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DRetainSummaryManager.h652 bool &hasTrustedImplementationAnnotation);