Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp163 const auto *LenArgDecl = dyn_cast<DeclRefExpr>(LenArg->IgnoreParenLValueCasts()); in containsBadStrlcpyStrlcatPattern() local
168 if (LenArgDecl) { in containsBadStrlcpyStrlcatPattern()
169 const auto *LenArgVal = dyn_cast<VarDecl>(LenArgDecl->getDecl()); in containsBadStrlcpyStrlcatPattern()