OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-nested.cc
1352
if (
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(clause))
1604
seq = &
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(clause);
2127
if (
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(clause))
2379
&
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(clause));
omp-low.cc
1837
&&
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c))
2009
&&
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c))
2010
scan_omp (&
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c), ctx);
7318
&&
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c))
7320
lower_omp (&
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c), ctx);
7322
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c));
7323
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c) = NULL;
tree-inline.cc
5787
gimple_seq seq =
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(expr);
5789
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(expr) = seq;
gimplify.cc
12902
&
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c));
12904
(gimple_seq_first_stmt (
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c)));
15872
&&
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c) == NULL))
15895
seq = &
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c);
tree.h
1961
#define
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(NODE) \
/src/external/gpl3/gcc.old/dist/gcc/
tree-nested.cc
1344
if (
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(clause))
1594
seq = &
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(clause);
2116
if (
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(clause))
2366
&
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(clause));
omp-low.cc
1802
&&
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c))
1973
&&
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c))
1974
scan_omp (&
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c), ctx);
7360
&&
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c))
7362
lower_omp (&
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c), ctx);
7364
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c));
7365
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c) = NULL;
tree-inline.cc
5752
gimple_seq seq =
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(expr);
5754
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(expr) = seq;
gimplify.cc
10518
&
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c));
10520
(gimple_seq_first_stmt (
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c)));
13093
&&
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c) == NULL))
13116
seq = &
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(c);
tree.h
1805
#define
OMP_CLAUSE_LINEAR_GIMPLE_SEQ
(NODE) \
Completed in 127 milliseconds
Indexes created Fri Jun 26 00:24:39 UTC 2026