OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECL_EXPR_DECL
(Results
1 - 25
of
29
) sorted by relevancy
1
2
/src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc
3244
&& VAR_P (
DECL_EXPR_DECL
(*tp))
3245
&& DECL_ARTIFICIAL (
DECL_EXPR_DECL
(*tp))
3246
&& !TREE_STATIC (
DECL_EXPR_DECL
(*tp)))
3251
(splay_tree_key)
DECL_EXPR_DECL
(*tp));
3256
t = create_temporary_var (TREE_TYPE (
DECL_EXPR_DECL
(*tp)));
3257
DECL_INITIAL (t) = DECL_INITIAL (
DECL_EXPR_DECL
(*tp));
3259
(splay_tree_key)
DECL_EXPR_DECL
(*tp),
3263
DECL_EXPR_DECL
(*tp) = t;
semantics.cc
4921
&&
DECL_EXPR_DECL
(*tp) == dp->var)
6026
tree decl =
DECL_EXPR_DECL
(*tp);
6064
&& *tp !=
DECL_EXPR_DECL
(udr_data->stmts[udr_data->combiner_p ? 0 : 3])
6065
&& *tp !=
DECL_EXPR_DECL
(udr_data->stmts[udr_data->combiner_p ? 1 : 4]))
6168
if (warning_suppressed_p (
DECL_EXPR_DECL
(data.stmts[0]) /* What warning? */))
6173
suppress_warning (
DECL_EXPR_DECL
(data.stmts[0]) /* What warning? */);
6182
|| cp_walk_tree (&DECL_INITIAL (
DECL_EXPR_DECL
(data.stmts[3])),
6184
suppress_warning (
DECL_EXPR_DECL
(data.stmts[0]) /* Wat warning? */);
6384
if (TREE_ADDRESSABLE (
DECL_EXPR_DECL
(stmts[0])))
6386
if (TREE_ADDRESSABLE (
DECL_EXPR_DECL
(stmts[1])
[
all
...]
cp-gimplify.cc
1474
if (TREE_CODE (
DECL_EXPR_DECL
(stmt)) == USING_DECL)
1482
tree d =
DECL_EXPR_DECL
(stmt);
lambda.cc
1525
tree decl =
DECL_EXPR_DECL
(*t);
constexpr.cc
472
if (TREE_CODE (
DECL_EXPR_DECL
(list)) == USING_DECL
473
|| TREE_CODE (
DECL_EXPR_DECL
(list)) == TYPE_DECL)
710
tree decl =
DECL_EXPR_DECL
(body);
6751
r =
DECL_EXPR_DECL
(t);
9324
tmp =
DECL_EXPR_DECL
(t);
pt.cc
4052
tree decl =
DECL_EXPR_DECL
(t);
13085
tree decl =
DECL_EXPR_DECL
(*tp);
17113
we instantiated the
DECL_EXPR_DECL
. */
18199
init = DECL_INITIAL (
DECL_EXPR_DECL
(init));
18291
tree init_sav = DECL_INITIAL (
DECL_EXPR_DECL
(decl_expr));
18292
DECL_INITIAL (
DECL_EXPR_DECL
(decl_expr)) = NULL_TREE;
18294
DECL_INITIAL (
DECL_EXPR_DECL
(decl_expr)) = init_sav;
18678
pattern_decl = decl =
DECL_EXPR_DECL
(t);
18762
else if (is_capture_proxy (
DECL_EXPR_DECL
(t)))
19696
tree omp_out = tsubst (
DECL_EXPR_DECL
(stmts[0])
[
all
...]
cxx-pretty-print.cc
1972
t =
DECL_EXPR_DECL
(t);
/src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc
5370
&&
DECL_EXPR_DECL
(*tp) == dp->var)
6449
tree decl =
DECL_EXPR_DECL
(*tp);
6487
&& *tp !=
DECL_EXPR_DECL
(udr_data->stmts[udr_data->combiner_p ? 0 : 3])
6488
&& *tp !=
DECL_EXPR_DECL
(udr_data->stmts[udr_data->combiner_p ? 1 : 4]))
6591
if (warning_suppressed_p (
DECL_EXPR_DECL
(data.stmts[0]) /* What warning? */))
6596
suppress_warning (
DECL_EXPR_DECL
(data.stmts[0]) /* What warning? */);
6605
|| cp_walk_tree (&DECL_INITIAL (
DECL_EXPR_DECL
(data.stmts[3])),
6607
suppress_warning (
DECL_EXPR_DECL
(data.stmts[0]) /* Wat warning? */);
6807
if (TREE_ADDRESSABLE (
DECL_EXPR_DECL
(stmts[0])))
6809
if (TREE_ADDRESSABLE (
DECL_EXPR_DECL
(stmts[1])
[
all
...]
tree.cc
3244
&& VAR_P (
DECL_EXPR_DECL
(*tp))
3245
&& DECL_ARTIFICIAL (
DECL_EXPR_DECL
(*tp))
3246
&& !TREE_STATIC (
DECL_EXPR_DECL
(*tp)))
3251
(splay_tree_key)
DECL_EXPR_DECL
(*tp));
3256
t = create_temporary_var (TREE_TYPE (
DECL_EXPR_DECL
(*tp)));
3257
DECL_INITIAL (t) = DECL_INITIAL (
DECL_EXPR_DECL
(*tp));
3259
(splay_tree_key)
DECL_EXPR_DECL
(*tp),
3263
DECL_EXPR_DECL
(*tp) = t;
lambda.cc
1756
tree decl =
DECL_EXPR_DECL
(*t);
pt.cc
4019
tree decl =
DECL_EXPR_DECL
(t);
13393
tree decl =
DECL_EXPR_DECL
(*tp);
18051
init = DECL_INITIAL (
DECL_EXPR_DECL
(init));
18144
tree init_sav = DECL_INITIAL (
DECL_EXPR_DECL
(decl_expr));
18145
DECL_INITIAL (
DECL_EXPR_DECL
(decl_expr)) = NULL_TREE;
18147
DECL_INITIAL (
DECL_EXPR_DECL
(decl_expr)) = init_sav;
18553
pattern_decl = decl =
DECL_EXPR_DECL
(t);
18637
else if (is_capture_proxy (
DECL_EXPR_DECL
(t)))
19601
tree omp_out = tsubst (
DECL_EXPR_DECL
(stmts[0]),
19603
tree omp_in = tsubst (
DECL_EXPR_DECL
(stmts[1])
[
all
...]
cxx-pretty-print.cc
1996
t =
DECL_EXPR_DECL
(t);
cp-gimplify.cc
1943
if (TREE_CODE (
DECL_EXPR_DECL
(stmt)) == USING_DECL)
1951
tree d =
DECL_EXPR_DECL
(stmt);
constexpr.cc
510
if (TREE_CODE (
DECL_EXPR_DECL
(list)) == USING_DECL
511
|| TREE_CODE (
DECL_EXPR_DECL
(list)) == TYPE_DECL)
746
tree decl =
DECL_EXPR_DECL
(body);
7752
r =
DECL_EXPR_DECL
(t);
10516
tmp =
DECL_EXPR_DECL
(t);
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pretty-print.cc
304
pp->declaration (
DECL_EXPR_DECL
(t));
/src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc
1854
tree decl =
DECL_EXPR_DECL
(stmt);
5015
tree decl =
DECL_EXPR_DECL
(decl_s);
5072
tree decl =
DECL_EXPR_DECL
(decl_s);
5839
tree decl =
DECL_EXPR_DECL
(decl_s);
8142
if (TREE_CODE (t) == DECL_EXPR &&
DECL_EXPR_DECL
(t) == (tree) data)
12587
&& TREE_CODE (
DECL_EXPR_DECL
(OMP_FOR_PRE_BODY (for_stmt)))
12591
bitmap_set_bit (has_decl_expr, DECL_UID (
DECL_EXPR_DECL
(t)));
12601
&& TREE_CODE (
DECL_EXPR_DECL
(t)) == VAR_DECL)
12602
bitmap_set_bit (has_decl_expr, DECL_UID (
DECL_EXPR_DECL
(t)));
tree.h
1262
#define
DECL_EXPR_DECL
(NODE) TREE_OPERAND (DECL_EXPR_CHECK (NODE), 0)
1270
DECL_EXPR_DECL
(COMPOUND_LITERAL_EXPR_DECL_EXPR (NODE))
expr.cc
8115
|| TREE_CODE (
DECL_EXPR_DECL
(exp)) != VAR_DECL
8116
|| !DECL_INITIAL (
DECL_EXPR_DECL
(exp))
8117
|| safe_from_p (x, DECL_INITIAL (
DECL_EXPR_DECL
(exp)), 0));
tree.cc
11425
if (TREE_CODE (
DECL_EXPR_DECL
(*tp)) == TYPE_DECL)
11429
result = (*func) (&
DECL_EXPR_DECL
(*tp), &walk_subtrees, data);
11433
tree *type_p = &TREE_TYPE (
DECL_EXPR_DECL
(*tp));
tree-pretty-print.cc
2656
print_declaration (pp,
DECL_EXPR_DECL
(node), spc, flags);
/src/external/gpl3/gcc/dist/gcc/c-family/
c-pretty-print.cc
304
pp->declaration (
DECL_EXPR_DECL
(t));
c-omp.cc
1753
if (
DECL_EXPR_DECL
(body) == decl)
/src/external/gpl3/gcc/dist/gcc/
gimplify.cc
2085
tree decl =
DECL_EXPR_DECL
(stmt);
5410
tree decl =
DECL_EXPR_DECL
(decl_s);
5467
tree decl =
DECL_EXPR_DECL
(decl_s);
6238
tree decl =
DECL_EXPR_DECL
(decl_s);
8628
if (TREE_CODE (t) == DECL_EXPR &&
DECL_EXPR_DECL
(t) == (tree) data)
15355
&& VAR_P (
DECL_EXPR_DECL
(OMP_FOR_PRE_BODY (for_stmt))))
15358
bitmap_set_bit (has_decl_expr, DECL_UID (
DECL_EXPR_DECL
(t)));
15368
&& VAR_P (
DECL_EXPR_DECL
(t)))
15369
bitmap_set_bit (has_decl_expr, DECL_UID (
DECL_EXPR_DECL
(t)));
tree.h
1375
#define
DECL_EXPR_DECL
(NODE) TREE_OPERAND (DECL_EXPR_CHECK (NODE), 0)
1383
DECL_EXPR_DECL
(COMPOUND_LITERAL_EXPR_DECL_EXPR (NODE))
tree-pretty-print.cc
2930
print_declaration (pp,
DECL_EXPR_DECL
(node), spc, flags);
Completed in 213 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026