Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp348 ExprResult SrcArg = S.PerformCopyInitialization( in SemaBuiltinAlignment() local
351 if (SrcArg.isInvalid()) in SemaBuiltinAlignment()
353 TheCall->setArg(0, SrcArg.get()); in SemaBuiltinAlignment()
13630 const Expr *SrcArg = ignoreLiteralAdditions(Call->getArg(1), Context); in CheckStrlcpycatArguments() local
13657 const DeclRefExpr *SrcArgDRE = dyn_cast<DeclRefExpr>(SrcArg); in CheckStrlcpycatArguments()
13716 const Expr *SrcArg = CE->getArg(1)->IgnoreParenCasts(); in CheckStrncatArguments() local
13731 else if (referToTheSameDecl(SizeOfArg, SrcArg)) in CheckStrncatArguments()
13742 else if (referToTheSameDecl(SrcArg, getSizeOfExprArg(L))) in CheckStrncatArguments()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3401 ImplicitParamDecl SrcArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitTaskDupFunction() local
3407 Args.push_back(&SrcArg); in emitTaskDupFunction()
3440 CGF.GetAddrOfLocalVar(&SrcArg), in emitTaskDupFunction()