Searched defs:CopyArrayTemps (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 776 setInscanCopyArrayTemps(ArrayRef<Expr * > CopyArrayTemps) setInscanCopyArrayTemps() argument 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 | 274 llvm::DenseSet<CanonicalDeclPtr<const Decl>> CopyArrayTemps; OMPSimdLexicalScope() local 3575 SmallVector<const Expr *, 4> CopyArrayTemps; emitScanBasedDirectiveDecls() local 5446 SmallVector<const Expr *, 4> CopyArrayTemps; EmitOMPScanDirective() local [all...] |