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.cpp376 ExprResult SrcArg = S.PerformCopyInitialization( in BuiltinAlignment() local
379 if (SrcArg.isInvalid()) in BuiltinAlignment()
381 TheCall->setArg(0, SrcArg.get()); in BuiltinAlignment()
10032 const Expr *SrcArg = ignoreLiteralAdditions(Call->getArg(1), Context); in CheckStrlcpycatArguments() local
10059 const DeclRefExpr *SrcArgDRE = dyn_cast<DeclRefExpr>(SrcArg); in CheckStrlcpycatArguments()
10115 const Expr *SrcArg = CE->getArg(1)->IgnoreParenCasts(); in CheckStrncatArguments() local
10130 else if (referToTheSameDecl(SizeOfArg, SrcArg)) in CheckStrncatArguments()
10141 else if (referToTheSameDecl(SrcArg, getSizeOfExprArg(L))) in CheckStrncatArguments()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3391 ImplicitParamDecl SrcArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitTaskDupFunction() local
3397 Args.push_back(&SrcArg); in emitTaskDupFunction()
3430 CGF.GetAddrOfLocalVar(&SrcArg), in emitTaskDupFunction()