Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp906 bool hasTrustedImplementationAnnotation = false; in evalCall() local
912 SmrMgr.canEval(CE, FD, hasTrustedImplementationAnnotation); in evalCall()
934 (hasTrustedImplementationAnnotation && !ResultTy.isNull())) { in evalCall()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DRetainSummaryManager.cpp724 bool &hasTrustedImplementationAnnotation) { in canEval() argument
773 hasTrustedImplementationAnnotation = true; in canEval()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DRetainSummaryManager.h654 bool &hasTrustedImplementationAnnotation);