Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp771 ArrayRef<Expr *> CopyOps, ArrayRef<Expr *> CopyArrayTemps, in Create() argument
786 Clause->setInscanCopyOps(CopyOps); in Create()
790 assert(CopyOps.empty() && in Create()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4871 SmallVector<const Expr *, 4> CopyOps; in EmitOMPScanDirective() local
4882 CopyOps.append(C->copy_ops().begin(), C->copy_ops().end()); in EmitOMPScanDirective()
4952 CopyOps[I]); in EmitOMPScanDirective()
4974 CopyOps[I]); in EmitOMPScanDirective()
5011 CopyOps[I]); in EmitOMPScanDirective()
5053 CopyOps[I]); in EmitOMPScanDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3128 ArrayRef<Expr *> ReductionOps, ArrayRef<Expr *> CopyOps,