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()
4955 const Expr *SrcArg = ignoreLiteralAdditions(Call->getArg(1), Context); in CheckStrlcpycatArguments() local4982 const DeclRefExpr *SrcArgDRE = dyn_cast<DeclRefExpr>(SrcArg); in CheckStrlcpycatArguments()5041 const Expr *SrcArg = CE->getArg(1)->IgnoreParenCasts(); in CheckStrncatArguments() local5056 else if (referToTheSameDecl(SizeOfArg, SrcArg)) in CheckStrncatArguments()5067 else if (referToTheSameDecl(SrcArg, getSizeOfExprArg(L))) in CheckStrncatArguments()