OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_clause
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
omp-oacc-kernels-decompose.cc
1165
tree prev_clause = NULL,
next_clause
= NULL;
local
1167
for (tree c = parallel_clauses; c; c =
next_clause
)
1170
next_clause
= OMP_CLAUSE_CHAIN (c);
/src/external/gpl3/gcc.old/dist/gcc/
omp-oacc-kernels-decompose.cc
1164
tree prev_clause = NULL,
next_clause
= NULL;
local
1166
for (tree c = parallel_clauses; c; c =
next_clause
)
1169
next_clause
= OMP_CLAUSE_CHAIN (c);
gimplify.cc
9695
tree
next_clause
= OMP_CLAUSE_CHAIN (c);
9699
&& (!
next_clause
9700
|| (OMP_CLAUSE_CODE (
next_clause
) != OMP_CLAUSE_MAP)
9701
|| (OMP_CLAUSE_MAP_KIND (
next_clause
)
9703
|| OMP_CLAUSE_DECL (
next_clause
) != decl)
9692
tree
next_clause
= OMP_CLAUSE_CHAIN (c);
local
Completed in 36 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026