Searched refs:DstArgDRE (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp159 const auto *DstArgDRE = dyn_cast<DeclRefExpr>(DstArg->IgnoreParenImpCasts()); local
187 if (!DstArgDRE) {
190 DstArgDRE = dyn_cast<DeclRefExpr>(BE->getLHS()->IgnoreParenImpCasts());
198 if (DstArgDRE) {
200 dyn_cast<ConstantArrayType>(DstArgDRE->getType())) {

Completed in 53 milliseconds