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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp126 const Expr *SrcArg = CE->getArg(1); local
148 if (isSizeof(LenArg, SrcArg))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp267 ExprResult SrcArg = S.PerformCopyInitialization( local
270 if (SrcArg.isInvalid())
272 TheCall->setArg(0, SrcArg.get());
9807 const Expr *SrcArg = ignoreLiteralAdditions(Call->getArg(1), Context); local
9834 const DeclRefExpr *SrcArgDRE = dyn_cast<DeclRefExpr>(SrcArg);
9893 const Expr *SrcArg = CE->getArg(1)->IgnoreParenCasts(); local
9908 else if (referToTheSameDecl(SizeOfArg, SrcArg))
9919 else if (referToTheSameDecl(SrcArg, getSizeOfExprArg(L)))
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3866 ImplicitParamDecl SrcArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr,
3872 Args.push_back(&SrcArg);
3905 CGF.GetAddrOfLocalVar(&SrcArg),

Completed in 158 milliseconds