Searched refs:SrcArg (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringSyntaxChecker.cpp | 126 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 D | SemaChecking.cpp | 348 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 D | CGOpenMPRuntime.cpp | 3401 ImplicitParamDecl SrcArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitTaskDupFunction() local 3407 Args.push_back(&SrcArg); in emitTaskDupFunction() 3440 CGF.GetAddrOfLocalVar(&SrcArg), in emitTaskDupFunction()
|