Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp5474 const DeclRefExpr *CompareWithSrcDRE = dyn_cast<DeclRefExpr>(CompareWithSrc); in CheckStrlcpycatArguments() local
5475 if (!CompareWithSrcDRE || in CheckStrlcpycatArguments()
5476 SrcArgDRE->getDecl() != CompareWithSrcDRE->getDecl()) in CheckStrlcpycatArguments()
5480 Diag(CompareWithSrcDRE->getLocStart(), diag::warn_strlcpycat_wrong_size) in CheckStrlcpycatArguments()