Home
last modified time | relevance | path

Searched defs:TaskgroupDescriptors (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp920 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 DCGStmtOpenMP.cpp4956 SmallVector<const Expr *, 4> TaskgroupDescriptors; EmitOMPTaskBasedDirective() local
5237 SmallVector<const Expr *, 4> TaskgroupDescriptors; processInReduction() local
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18553 SmallVector<Expr *, 8> TaskgroupDescriptors; global() member