Searched defs:TaskgroupDescriptors (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 920 assert(TaskgroupDescriptors.size() == varlist_size() && in setTaskgroupDescriptors() argument 934 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,SourceLocation ColonLoc,ArrayRef<Expr * > VL,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,ArrayRef<Expr * > Privates,ArrayRef<Expr * > LHSExprs,ArrayRef<Expr * > RHSExprs,ArrayRef<Expr * > ReductionOps,ArrayRef<Expr * > TaskgroupDescriptors,Stmt * PreInit,Expr * PostUpdate) Create() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 4956 SmallVector<const Expr *, 4> TaskgroupDescriptors; EmitOMPTaskBasedDirective() local 5237 SmallVector<const Expr *, 4> TaskgroupDescriptors; processInReduction() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 18553 SmallVector<Expr *, 8> TaskgroupDescriptors; global() member
|