Searched defs:CopyOps (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 800 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation ModifierLoc,SourceLocation EndLoc,SourceLocation ColonLoc,OpenMPReductionClauseModifier Modifier,ArrayRef<Expr * > VL,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,ArrayRef<Expr * > Privates,ArrayRef<Expr * > LHSExprs,ArrayRef<Expr * > RHSExprs,ArrayRef<Expr * > ReductionOps,ArrayRef<Expr * > CopyOps,ArrayRef<Expr * > CopyArrayTemps,ArrayRef<Expr * > CopyArrayElems,Stmt * PreInit,Expr * PostUpdate) Create() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 3628 SmallVector<const Expr *, 4> CopyOps; emitScanBasedDirectiveFinals() local 5445 SmallVector<const Expr *, 4> CopyOps; EmitOMPScanDirective() local
|