Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp720 bool &hasTrustedImplementationAnnotation) { in canEval() argument
769 hasTrustedImplementationAnnotation = true; in canEval()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h654 bool &hasTrustedImplementationAnnotation);