Searched refs:CompareWithSrc (Results 1 – 1 of 1) sorted by relevance
4957 const Expr *CompareWithSrc = nullptr; in CheckStrlcpycatArguments() local4965 CompareWithSrc = Ex; in CheckStrlcpycatArguments()4971 CompareWithSrc = ignoreLiteralAdditions(SizeCall->getArg(0), Context); in CheckStrlcpycatArguments()4975 if (!CompareWithSrc) in CheckStrlcpycatArguments()4986 const DeclRefExpr *CompareWithSrcDRE = dyn_cast<DeclRefExpr>(CompareWithSrc); in CheckStrlcpycatArguments()