Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp891 ArrayRef<Expr *> TaskgroupDescriptors) { in setTaskgroupDescriptors()
905 ArrayRef<Expr *> TaskgroupDescriptors, Stmt *PreInit, Expr *PostUpdate) { in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4487 SmallVector<const Expr *, 4> TaskgroupDescriptors; in EmitOMPTaskBasedDirective() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp16190 SmallVector<Expr *, 8> TaskgroupDescriptors; member