Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp800 ArrayRef<Expr *> CopyOps, ArrayRef<Expr *> CopyArrayTemps, in Create() argument
815 Clause->setInscanCopyOps(CopyOps); in Create()
819 assert(CopyOps.empty() && in Create()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3646 SmallVector<const Expr *, 4> CopyOps; in emitScanBasedDirectiveFinals() local
3655 CopyOps.append(C->copy_ops().begin(), C->copy_ops().end()); in emitScanBasedDirectiveFinals()
3678 cast<VarDecl>(cast<DeclRefExpr>(RHSs[I])->getDecl()), CopyOps[I]); in emitScanBasedDirectiveFinals()
5463 SmallVector<const Expr *, 4> CopyOps; in EmitOMPScanDirective() local
5474 CopyOps.append(C->copy_ops().begin(), C->copy_ops().end()); in EmitOMPScanDirective()
5544 CopyOps[I]); in EmitOMPScanDirective()
5565 cast<VarDecl>(cast<DeclRefExpr>(RHSs[I])->getDecl()), CopyOps[I]); in EmitOMPScanDirective()
5601 cast<VarDecl>(cast<DeclRefExpr>(RHSs[I])->getDecl()), CopyOps[I]); in EmitOMPScanDirective()
5642 cast<VarDecl>(cast<DeclRefExpr>(RHSs[I])->getDecl()), CopyOps[I]); in EmitOMPScanDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3410 ArrayRef<Expr *> ReductionOps, ArrayRef<Expr *> CopyOps,