Searched refs:CompareWithSrc (Results 1 – 1 of 1) sorted by relevance
5265 const Expr *CompareWithSrc = nullptr; in CheckStrlcpycatArguments() local5273 CompareWithSrc = Ex; in CheckStrlcpycatArguments()5279 CompareWithSrc = ignoreLiteralAdditions(SizeCall->getArg(0), Context); in CheckStrlcpycatArguments()5283 if (!CompareWithSrc) in CheckStrlcpycatArguments()5294 const DeclRefExpr *CompareWithSrcDRE = dyn_cast<DeclRefExpr>(CompareWithSrc); in CheckStrlcpycatArguments()