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_STEP
(Results
1 - 25
of
32
) sorted by relevancy
1
2
/src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc
6936
&&
OMP_CLAUSE_LINEAR_STEP
(c)
6937
&& TYPE_PTR_P (TREE_TYPE (
OMP_CLAUSE_LINEAR_STEP
(c))))
6939
tree s =
OMP_CLAUSE_LINEAR_STEP
(c);
6943
OMP_CLAUSE_LINEAR_STEP
(c) = s;
7364
t =
OMP_CLAUSE_LINEAR_STEP
(c);
7454
OMP_CLAUSE_LINEAR_STEP
(c) = t;
9292
DECL_UID (
OMP_CLAUSE_LINEAR_STEP
(c))))
9297
OMP_CLAUSE_LINEAR_STEP
(c));
11134
OMP_CLAUSE_LINEAR clauses without
OMP_CLAUSE_LINEAR_STEP
. As we know the
11140
if (
OMP_CLAUSE_LINEAR_STEP
(c) == NULL_TREE
[
all
...]
pt.cc
17815
if (
OMP_CLAUSE_LINEAR_STEP
(oc) == NULL_TREE)
17821
OMP_CLAUSE_LINEAR_STEP
(nc)
17822
= tsubst_omp_clause_decl (
OMP_CLAUSE_LINEAR_STEP
(oc), args,
17825
OMP_CLAUSE_LINEAR_STEP
(nc)
17826
= tsubst_stmt (
OMP_CLAUSE_LINEAR_STEP
(oc), args,
17931
OMP_CLAUSE_LINEAR_STEP
(nc) = NULL_TREE;
/src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc
6513
&&
OMP_CLAUSE_LINEAR_STEP
(c)
6514
&& TYPE_PTR_P (TREE_TYPE (
OMP_CLAUSE_LINEAR_STEP
(c))))
6516
tree s =
OMP_CLAUSE_LINEAR_STEP
(c);
6520
OMP_CLAUSE_LINEAR_STEP
(c) = s;
6921
t =
OMP_CLAUSE_LINEAR_STEP
(c);
7011
OMP_CLAUSE_LINEAR_STEP
(c) = t;
8824
DECL_UID (
OMP_CLAUSE_LINEAR_STEP
(c))))
8829
OMP_CLAUSE_LINEAR_STEP
(c));
10641
OMP_CLAUSE_LINEAR clauses without
OMP_CLAUSE_LINEAR_STEP
. As we know the
10647
if (
OMP_CLAUSE_LINEAR_STEP
(c) == NULL_TREE
[
all
...]
pt.cc
17958
if (
OMP_CLAUSE_LINEAR_STEP
(oc) == NULL_TREE)
17964
OMP_CLAUSE_LINEAR_STEP
(nc)
17965
= tsubst_omp_clause_decl (
OMP_CLAUSE_LINEAR_STEP
(oc), args,
17968
OMP_CLAUSE_LINEAR_STEP
(nc)
17969
= tsubst_expr (
OMP_CLAUSE_LINEAR_STEP
(oc), args, complain,
18074
OMP_CLAUSE_LINEAR_STEP
(nc) = NULL_TREE;
/src/external/gpl3/gcc/dist/gcc/
attribs.cc
1434
if (simple_cst_equal (
OMP_CLAUSE_LINEAR_STEP
(cl1),
1435
OMP_CLAUSE_LINEAR_STEP
(cl2)) != 1)
omp-general.cc
1900
if (!simple_cst_equal (
OMP_CLAUSE_LINEAR_STEP
(c1),
1901
OMP_CLAUSE_LINEAR_STEP
(c2)))
tree-nested.cc
1356
convert_nonlocal_reference_op (&
OMP_CLAUSE_LINEAR_STEP
(clause),
2131
convert_local_reference_op (&
OMP_CLAUSE_LINEAR_STEP
(clause), &dummy,
gimplify.cc
12287
if (gimplify_expr (&
OMP_CLAUSE_LINEAR_STEP
(c), pre_p, NULL,
15783
OMP_CLAUSE_LINEAR_STEP
(c) = t;
15799
OMP_CLAUSE_LINEAR_STEP
(c) = t;
15843
OMP_CLAUSE_LINEAR_STEP
(c) = step;
15846
tret = gimplify_expr (&
OMP_CLAUSE_LINEAR_STEP
(c),
15862
OMP_CLAUSE_LINEAR_STEP
(c2) =
OMP_CLAUSE_LINEAR_STEP
(c);
omp-simd-clone.cc
353
tree step =
OMP_CLAUSE_LINEAR_STEP
(t);
omp-low.cc
6113
tree t =
OMP_CLAUSE_LINEAR_STEP
(c);
6201
tree t =
OMP_CLAUSE_LINEAR_STEP
(c);
11804
if (DECL_P (
OMP_CLAUSE_LINEAR_STEP
(c)))
11805
OMP_CLAUSE_LINEAR_STEP
(c)
11806
= maybe_lookup_decl_in_outer_ctx (
OMP_CLAUSE_LINEAR_STEP
(c),
tree-pretty-print.cc
757
dump_generic_node (pp,
OMP_CLAUSE_LINEAR_STEP
(clause),
/src/external/gpl3/gcc.old/dist/gcc/
attribs.cc
1372
if (simple_cst_equal (
OMP_CLAUSE_LINEAR_STEP
(cl1),
1373
OMP_CLAUSE_LINEAR_STEP
(cl2)) != 1)
omp-general.cc
1702
if (!simple_cst_equal (
OMP_CLAUSE_LINEAR_STEP
(c1),
1703
OMP_CLAUSE_LINEAR_STEP
(c2)))
omp-simd-clone.cc
159
tree step =
OMP_CLAUSE_LINEAR_STEP
(t);
tree-nested.cc
1348
convert_nonlocal_reference_op (&
OMP_CLAUSE_LINEAR_STEP
(clause),
2120
convert_local_reference_op (&
OMP_CLAUSE_LINEAR_STEP
(clause), &dummy,
gimplify.cc
9389
if (gimplify_expr (&
OMP_CLAUSE_LINEAR_STEP
(c), pre_p, NULL,
13004
OMP_CLAUSE_LINEAR_STEP
(c) = t;
13020
OMP_CLAUSE_LINEAR_STEP
(c) = t;
13064
OMP_CLAUSE_LINEAR_STEP
(c) = step;
13067
tret = gimplify_expr (&
OMP_CLAUSE_LINEAR_STEP
(c),
13083
OMP_CLAUSE_LINEAR_STEP
(c2) =
OMP_CLAUSE_LINEAR_STEP
(c);
omp-low.cc
6155
tree t =
OMP_CLAUSE_LINEAR_STEP
(c);
6243
tree t =
OMP_CLAUSE_LINEAR_STEP
(c);
11847
if (DECL_P (
OMP_CLAUSE_LINEAR_STEP
(c)))
11848
OMP_CLAUSE_LINEAR_STEP
(c)
11849
= maybe_lookup_decl_in_outer_ctx (
OMP_CLAUSE_LINEAR_STEP
(c),
tree-pretty-print.cc
728
dump_generic_node (pp,
OMP_CLAUSE_LINEAR_STEP
(clause),
tree.h
1799
#define
OMP_CLAUSE_LINEAR_STEP
(NODE) \
/src/external/gpl3/gcc/dist/gcc/c-family/
c-omp.cc
3046
decl =
OMP_CLAUSE_LINEAR_STEP
(c);
3057
OMP_CLAUSE_LINEAR_STEP
(c)
3100
idx = tree_to_shwi (
OMP_CLAUSE_LINEAR_STEP
(c));
3106
OMP_CLAUSE_LINEAR_STEP
(c) = arg;
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-omp.cc
2843
decl =
OMP_CLAUSE_LINEAR_STEP
(c);
2854
OMP_CLAUSE_LINEAR_STEP
(c)
2897
idx = tree_to_shwi (
OMP_CLAUSE_LINEAR_STEP
(c));
2903
OMP_CLAUSE_LINEAR_STEP
(c) = arg;
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc
2918
OMP_CLAUSE_LINEAR_STEP
(node) = last_step;
2939
OMP_CLAUSE_LINEAR_STEP
(node) = t;
2945
OMP_CLAUSE_LINEAR_STEP
(node)
5948
OMP_CLAUSE_LINEAR_STEP
(tmp) = step;
6033
OMP_CLAUSE_LINEAR_STEP
(tmp) = build_int_cst (type, 1);
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-openmp.cc
2762
OMP_CLAUSE_LINEAR_STEP
(node) = last_step;
2783
OMP_CLAUSE_LINEAR_STEP
(node) = t;
2789
OMP_CLAUSE_LINEAR_STEP
(node)
5236
OMP_CLAUSE_LINEAR_STEP
(tmp) = step;
5323
OMP_CLAUSE_LINEAR_STEP
(tmp) = build_int_cst (type, 1);
/src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc
15384
tree s =
OMP_CLAUSE_LINEAR_STEP
(c);
15405
tree s =
OMP_CLAUSE_LINEAR_STEP
(c);
15414
OMP_CLAUSE_LINEAR_STEP
(c) = s;
15417
OMP_CLAUSE_LINEAR_STEP
(c)
15418
= fold_convert (TREE_TYPE (t),
OMP_CLAUSE_LINEAR_STEP
(c));
16560
DECL_UID (
OMP_CLAUSE_LINEAR_STEP
(c))))
16565
OMP_CLAUSE_LINEAR_STEP
(c));
/src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc
14533
tree s =
OMP_CLAUSE_LINEAR_STEP
(c);
14554
tree s =
OMP_CLAUSE_LINEAR_STEP
(c);
14563
OMP_CLAUSE_LINEAR_STEP
(c) = s;
14566
OMP_CLAUSE_LINEAR_STEP
(c)
14567
= fold_convert (TREE_TYPE (t),
OMP_CLAUSE_LINEAR_STEP
(c));
15674
DECL_UID (
OMP_CLAUSE_LINEAR_STEP
(c))))
15679
OMP_CLAUSE_LINEAR_STEP
(c));
Completed in 200 milliseconds
1
2
Indexes created Wed Jun 24 00:24:50 UTC 2026