Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DRetainSummaryManager.cpp723 bool &hasTrustedImplementationAnnotation) { in canEval() argument
772 hasTrustedImplementationAnnotation = true; in canEval()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DRetainSummaryManager.h652 bool &hasTrustedImplementationAnnotation);