Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp126 const Expr *SrcArg = CE->getArg(1); in containsBadStrncatPattern() local
148 if (isSizeof(LenArg, SrcArg)) in containsBadStrncatPattern()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp378 ExprResult SrcArg = S.PerformCopyInitialization( in BuiltinAlignment() local
381 if (SrcArg.isInvalid()) in BuiltinAlignment()
383 TheCall->setArg(0, SrcArg.get()); in BuiltinAlignment()
8863 const Expr *SrcArg = ignoreLiteralAdditions(Call->getArg(1), Context); in CheckStrlcpycatArguments() local
8890 const DeclRefExpr *SrcArgDRE = dyn_cast<DeclRefExpr>(SrcArg); in CheckStrlcpycatArguments()
8946 const Expr *SrcArg = CE->getArg(1)->IgnoreParenCasts(); in CheckStrncatArguments() local
8961 else if (referToTheSameDecl(SizeOfArg, SrcArg)) in CheckStrncatArguments()
8972 else if (referToTheSameDecl(SrcArg, getSizeOfExprArg(L))) in CheckStrncatArguments()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3415 ImplicitParamDecl SrcArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitTaskDupFunction() local
3421 Args.push_back(&SrcArg); in emitTaskDupFunction()
3454 CGF.GetAddrOfLocalVar(&SrcArg), in emitTaskDupFunction()