Searched refs:SrcArg (Results 1 – 2 of 2) sorted by relevance
107 const Expr *SrcArg = CE->getArg(1); in containsBadStrncatPattern() local130 if (isSizeof(LenArg, SrcArg)) in containsBadStrncatPattern()
5443 const Expr *SrcArg = ignoreLiteralAdditions(Call->getArg(1), Context); in CheckStrlcpycatArguments() local5470 const DeclRefExpr *SrcArgDRE = dyn_cast<DeclRefExpr>(SrcArg); in CheckStrlcpycatArguments()5529 const Expr *SrcArg = CE->getArg(1)->IgnoreParenCasts(); in CheckStrncatArguments() local5544 else if (referToTheSameDecl(SizeOfArg, SrcArg)) in CheckStrncatArguments()5555 else if (referToTheSameDecl(SrcArg, getSizeOfExprArg(L))) in CheckStrncatArguments()