Home
last modified time | relevance | path

Searched defs:Grainsize (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h5961 Stmt *Grainsize = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h1975 OMPClause *RebuildOMPGrainsizeClause(Expr *Grainsize, SourceLocation StartLoc, in RebuildOMPGrainsizeClause()
H A DSemaOpenMP.cpp19744 OMPClause *Sema::ActOnOpenMPGrainsizeClause(Expr *Grainsize, in ActOnOpenMPGrainsizeClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5285 enum { NoSchedule = 0, Grainsize = 1, NumTasks = 2 }; in emitTaskLoopCall() enumerator