Searched refs:CompareWithSrc (Results 1 – 1 of 1) sorted by relevance
6332 const Expr *CompareWithSrc = nullptr; in CheckStrlcpycatArguments() local6340 CompareWithSrc = Ex; in CheckStrlcpycatArguments()6346 CompareWithSrc = ignoreLiteralAdditions(SizeCall->getArg(0), Context); in CheckStrlcpycatArguments()6350 if (!CompareWithSrc) in CheckStrlcpycatArguments()6361 const DeclRefExpr *CompareWithSrcDRE = dyn_cast<DeclRefExpr>(CompareWithSrc); in CheckStrlcpycatArguments()