OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Grainsize
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
5946
/// This represents '
grainsize
' clause in the '#pragma omp ...'
5950
/// #pragma omp taskloop
grainsize
(4)
5952
/// In this example directive '#pragma omp taskloop' has clause '
grainsize
'
5961
Stmt *
Grainsize
= nullptr;
5964
void setGrainsize(Expr *Size) {
Grainsize
= Size; }
5967
/// Build '
grainsize
' clause.
5970
/// \param HelperSize Helper
grainsize
for the construct.
5979
OMPClauseWithPreInit(this), LParenLoc(LParenLoc),
Grainsize
(Size) {
5996
Expr *getGrainsize() const { return cast_or_null<Expr>(
Grainsize
); }
5998
child_range children() { return child_range(&
Grainsize
, &Grainsize + 1);
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp
290
return child_range(&
Grainsize
, &
Grainsize
+ 1);
1782
OS << "
grainsize
(";
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp
5240
// sched, kmp_uint64
grainsize
, void *task_dup);
5285
enum { NoSchedule = 0,
Grainsize
= 1, NumTasks = 2 };
5298
? Data.Schedule.getInt() ? NumTasks :
Grainsize
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
1971
/// Build a new OpenMP '
grainsize
' clause.
1975
OMPClause *RebuildOMPGrainsizeClause(Expr *
Grainsize
, SourceLocation StartLoc,
1978
return getSema().ActOnOpenMPGrainsizeClause(
Grainsize
, StartLoc, LParenLoc,
SemaOpenMP.cpp
11518
// The
grainsize
clause and num_tasks clause are mutually exclusive and may
11566
// The
grainsize
clause and num_tasks clause are mutually exclusive and may
11604
// The
grainsize
clause and num_tasks clause are mutually exclusive and may
11652
// The
grainsize
clause and num_tasks clause are mutually exclusive and may
11709
// The
grainsize
clause and num_tasks clause are mutually exclusive and may
11776
// The
grainsize
clause and num_tasks clause are mutually exclusive and may
13610
llvm_unreachable("Unexpected OpenMP directive with
grainsize
-clause");
19744
OMPClause *Sema::ActOnOpenMPGrainsizeClause(Expr *
Grainsize
,
19748
Expr *ValExpr =
Grainsize
;
19753
// The parameter of the
grainsize
clause must be a positive intege
[
all
...]
Completed in 87 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026