Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp126 const Expr *SrcArg = CE->getArg(1); in containsBadStrncatPattern() local
148 if (isSizeof(LenArg, SrcArg)) in containsBadStrncatPattern()
/openbsd/gnu/llvm/clang/docs/analyzer/user-docs/
H A DTaintAnalysisConfiguration.rst152 …of a variadic argument list as a source concerning propagation rules (as if specified by `SrcArg`).
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp346 ExprResult SrcArg = S.PerformCopyInitialization( in SemaBuiltinAlignment() local
349 if (SrcArg.isInvalid()) in SemaBuiltinAlignment()
351 TheCall->setArg(0, SrcArg.get()); in SemaBuiltinAlignment()
11893 const Expr *SrcArg = ignoreLiteralAdditions(Call->getArg(1), Context); in CheckStrlcpycatArguments() local
11920 const DeclRefExpr *SrcArgDRE = dyn_cast<DeclRefExpr>(SrcArg); in CheckStrlcpycatArguments()
11979 const Expr *SrcArg = CE->getArg(1)->IgnoreParenCasts(); in CheckStrncatArguments() local
11994 else if (referToTheSameDecl(SizeOfArg, SrcArg)) in CheckStrncatArguments()
12005 else if (referToTheSameDecl(SrcArg, getSizeOfExprArg(L))) in CheckStrncatArguments()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3603 ImplicitParamDecl SrcArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitTaskDupFunction() local
3609 Args.push_back(&SrcArg); in emitTaskDupFunction()
3642 CGF.GetAddrOfLocalVar(&SrcArg), in emitTaskDupFunction()