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()
4257 const Expr *SrcArg = ignoreLiteralAdditions(Call->getArg(1), Context); in CheckStrlcpycatArguments() local4284 const DeclRefExpr *SrcArgDRE = dyn_cast<DeclRefExpr>(SrcArg); in CheckStrlcpycatArguments()4343 const Expr *SrcArg = CE->getArg(1)->IgnoreParenCasts(); in CheckStrncatArguments() local4358 else if (referToTheSameDecl(SizeOfArg, SrcArg)) in CheckStrncatArguments()4369 else if (referToTheSameDecl(SrcArg, getSizeOfExprArg(L))) in CheckStrncatArguments()