Home
last modified time | relevance | path

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

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