OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumTasks
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
6070
Stmt *
NumTasks
= nullptr;
6073
void setNumTasks(Expr *Size) {
NumTasks
= Size; }
6088
OMPClauseWithPreInit(this), LParenLoc(LParenLoc),
NumTasks
(Size) {
6105
Expr *getNumTasks() const { return cast_or_null<Expr>(
NumTasks
); }
6107
child_range children() { return child_range(&
NumTasks
, &
NumTasks
+ 1); }
6110
return const_child_range(&
NumTasks
, &
NumTasks
+ 1);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp
5285
enum { NoSchedule = 0, Grainsize = 1,
NumTasks
= 2 };
5298
? Data.Schedule.getInt() ?
NumTasks
: Grainsize
Completed in 41 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026