Searched refs:CompareWithSrc (Results 1 – 1 of 1) sorted by relevance
5445 const Expr *CompareWithSrc = nullptr; in CheckStrlcpycatArguments() local5453 CompareWithSrc = Ex; in CheckStrlcpycatArguments()5459 CompareWithSrc = ignoreLiteralAdditions(SizeCall->getArg(0), Context); in CheckStrlcpycatArguments()5463 if (!CompareWithSrc) in CheckStrlcpycatArguments()5474 const DeclRefExpr *CompareWithSrcDRE = dyn_cast<DeclRefExpr>(CompareWithSrc); in CheckStrlcpycatArguments()