Home
last modified time | relevance | path

Searched refs:SrcArg (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DCStringSyntaxChecker.cpp107 const Expr *SrcArg = CE->getArg(1); in containsBadStrncatPattern() local
130 if (isSizeof(LenArg, SrcArg)) in containsBadStrncatPattern()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaChecking.cpp3830 const Expr *SrcArg = ignoreLiteralAdditions(Call->getArg(1), Context); in CheckStrlcpycatArguments() local
3853 const DeclRefExpr *SrcArgDRE = dyn_cast<DeclRefExpr>(SrcArg); in CheckStrlcpycatArguments()
3912 const Expr *SrcArg = CE->getArg(1)->IgnoreParenCasts(); in CheckStrncatArguments() local
3923 else if (referToTheSameDecl(SizeOfArg, SrcArg)) in CheckStrncatArguments()
3934 else if (referToTheSameDecl(SrcArg, getSizeOfExprArg(L))) in CheckStrncatArguments()