Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp903 bool hasTrustedImplementationAnnotation = false; in evalCall() local
909 SmrMgr.canEval(CE, FD, hasTrustedImplementationAnnotation); in evalCall()
931 (hasTrustedImplementationAnnotation && !ResultTy.isNull())) { in evalCall()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp719 bool &hasTrustedImplementationAnnotation) { in canEval() argument
768 hasTrustedImplementationAnnotation = true; in canEval()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h654 bool &hasTrustedImplementationAnnotation);