OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:untied
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h
1584
unsigned nowait:1, ordered:1,
untied
:1, mergeable:1, ancestor:1;
member in struct:gfc_omp_clauses
trans-openmp.cc
4347
if (clauses->
untied
)
6977
clausesa[GFC_OMP_SPLIT_TASKLOOP].
untied
6978
= code->ext.omp_clauses->
untied
;
openmp.cc
3703
&& (m = gfc_match_dupl_check (!c->
untied
, "
untied
")) != MATCH_NO)
3707
c->
untied
= needs_space = true;
/src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h
1530
unsigned nowait:1, ordered:1,
untied
:1, mergeable:1, ancestor:1;
member in struct:gfc_omp_clauses
trans-openmp.cc
3859
if (clauses->
untied
)
6223
clausesa[GFC_OMP_SPLIT_TASKLOOP].
untied
6224
= code->ext.omp_clauses->
untied
;
openmp.cc
2893
&& (m = gfc_match_dupl_check (!c->
untied
, "
untied
")) != MATCH_NO)
2897
c->
untied
= needs_space = true;
/src/external/gpl3/gcc/dist/gcc/
omp-expand.cc
762
tree
untied
= omp_find_clause (clauses, OMP_CLAUSE_UNTIED);
local
770
= (
untied
? GOMP_TASK_FLAG_UNTIED : 0)
1112
that in
untied
task omp_get_thread_num () can change at any task
1144
/* In #pragma omp task
untied
omp_get_thread_num () can change
/src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc
761
tree
untied
= omp_find_clause (clauses, OMP_CLAUSE_UNTIED);
local
769
= (
untied
? GOMP_TASK_FLAG_UNTIED : 0)
1109
that in
untied
task omp_get_thread_num () can change at any task
1141
/* In #pragma omp task
untied
omp_get_thread_num () can change
Completed in 138 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026