/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-gimplify.c | 258 if (VAR_P (DECL_EXPR_DECL (*expr_p)) in c_gimplify_expr() 259 && !DECL_EXTERNAL (DECL_EXPR_DECL (*expr_p)) in c_gimplify_expr() 260 && !TREE_STATIC (DECL_EXPR_DECL (*expr_p)) in c_gimplify_expr() 261 && (DECL_INITIAL (DECL_EXPR_DECL (*expr_p)) == DECL_EXPR_DECL (*expr_p)) in c_gimplify_expr() 263 TREE_NO_WARNING (DECL_EXPR_DECL (*expr_p)) = 1; in c_gimplify_expr()
|
H A D | c-pretty-print.c | 293 pp->declaration (DECL_EXPR_DECL (t)); in pp_c_pointer()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | semantics.c | 4547 && DECL_EXPR_DECL (*tp) == dp->var) in finalize_nrv_r() 5590 tree decl = DECL_EXPR_DECL (*tp); in cp_remove_omp_priv_cleanup_stmt() 5628 && *tp != DECL_EXPR_DECL (udr_data->stmts[udr_data->combiner_p ? 0 : 3]) in cp_check_omp_declare_reduction_r() 5629 && *tp != DECL_EXPR_DECL (udr_data->stmts[udr_data->combiner_p ? 1 : 4])) in cp_check_omp_declare_reduction_r() 5732 if (TREE_NO_WARNING (DECL_EXPR_DECL (data.stmts[0]))) in cp_check_omp_declare_reduction() 5737 TREE_NO_WARNING (DECL_EXPR_DECL (data.stmts[0])) = 1; in cp_check_omp_declare_reduction() 5746 || cp_walk_tree (&DECL_INITIAL (DECL_EXPR_DECL (data.stmts[3])), in cp_check_omp_declare_reduction() 5748 TREE_NO_WARNING (DECL_EXPR_DECL (data.stmts[0])) = 1; in cp_check_omp_declare_reduction() 5948 if (TREE_ADDRESSABLE (DECL_EXPR_DECL (stmts[0]))) in finish_omp_reduction_clause() 5950 if (TREE_ADDRESSABLE (DECL_EXPR_DECL (stmts[1])) in finish_omp_reduction_clause() [all …]
|
H A D | tree.c | 3028 && VAR_P (DECL_EXPR_DECL (*tp)) in bot_manip() 3029 && DECL_ARTIFICIAL (DECL_EXPR_DECL (*tp)) in bot_manip() 3030 && !TREE_STATIC (DECL_EXPR_DECL (*tp))) in bot_manip() 3035 (splay_tree_key) DECL_EXPR_DECL (*tp)); in bot_manip() 3040 t = create_temporary_var (TREE_TYPE (DECL_EXPR_DECL (*tp))); in bot_manip() 3041 DECL_INITIAL (t) = DECL_INITIAL (DECL_EXPR_DECL (*tp)); in bot_manip() 3043 (splay_tree_key) DECL_EXPR_DECL (*tp), in bot_manip() 3047 DECL_EXPR_DECL (*tp) = t; in bot_manip()
|
H A D | lambda.c | 1507 tree decl = DECL_EXPR_DECL (*t); in mark_const_cap_r()
|
H A D | constexpr.c | 469 if (TREE_CODE (DECL_EXPR_DECL (list)) == USING_DECL in check_constexpr_ctor_body_1() 470 || TREE_CODE (DECL_EXPR_DECL (list)) == TYPE_DECL) in check_constexpr_ctor_body_1() 710 tree decl = DECL_EXPR_DECL (body); in constexpr_fn_retval() 5932 r = DECL_EXPR_DECL (t); in cxx_eval_constant_expression() 8361 tmp = DECL_EXPR_DECL (t); in potential_constant_expression_1()
|
H A D | cp-gimplify.c | 1608 if (TREE_CODE (DECL_EXPR_DECL (stmt)) == USING_DECL) in cp_genericize_r() 1616 tree d = DECL_EXPR_DECL (stmt); in cp_genericize_r()
|
H A D | pt.c | 3950 tree decl = DECL_EXPR_DECL (t); in find_parameter_packs_r() 12713 tree decl = DECL_EXPR_DECL (*tp); in extract_locals_r() 17604 init = DECL_INITIAL (DECL_EXPR_DECL (init)); in tsubst_omp_for_iterator() 17687 tree init_sav = DECL_INITIAL (DECL_EXPR_DECL (decl_expr)); in tsubst_omp_for_iterator() 17688 DECL_INITIAL (DECL_EXPR_DECL (decl_expr)) = NULL_TREE; in tsubst_omp_for_iterator() 17690 DECL_INITIAL (DECL_EXPR_DECL (decl_expr)) = init_sav; in tsubst_omp_for_iterator() 18063 pattern_decl = decl = DECL_EXPR_DECL (t); in tsubst_expr() 18133 else if (is_capture_proxy (DECL_EXPR_DECL (t))) in tsubst_expr() 18992 tree omp_out = tsubst (DECL_EXPR_DECL (stmts[0]), in tsubst_omp_udr() 18994 tree omp_in = tsubst (DECL_EXPR_DECL (stmts[1]), in tsubst_omp_udr() [all …]
|
H A D | cxx-pretty-print.c | 1922 t = DECL_EXPR_DECL (t); in pp_cxx_exception_declaration()
|
H A D | coroutines.cc | 2098 if (decl_expr_p && TREE_CODE (DECL_EXPR_DECL (var_decl)) == VAR_DECL) in transform_local_var_uses() 2099 var_decl = DECL_EXPR_DECL (var_decl); in transform_local_var_uses()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | tree.cc | 3241 && VAR_P (DECL_EXPR_DECL (*tp)) in bot_manip() 3242 && DECL_ARTIFICIAL (DECL_EXPR_DECL (*tp)) in bot_manip() 3243 && !TREE_STATIC (DECL_EXPR_DECL (*tp))) in bot_manip() 3248 (splay_tree_key) DECL_EXPR_DECL (*tp)); in bot_manip() 3253 t = create_temporary_var (TREE_TYPE (DECL_EXPR_DECL (*tp))); in bot_manip() 3254 DECL_INITIAL (t) = DECL_INITIAL (DECL_EXPR_DECL (*tp)); in bot_manip() 3256 (splay_tree_key) DECL_EXPR_DECL (*tp), in bot_manip() 3260 DECL_EXPR_DECL (*tp) = t; in bot_manip()
|
H A D | semantics.cc | 4913 && DECL_EXPR_DECL (*tp) == dp->var) in finalize_nrv_r() 6017 tree decl = DECL_EXPR_DECL (*tp); in cp_remove_omp_priv_cleanup_stmt() 6055 && *tp != DECL_EXPR_DECL (udr_data->stmts[udr_data->combiner_p ? 0 : 3]) in cp_check_omp_declare_reduction_r() 6056 && *tp != DECL_EXPR_DECL (udr_data->stmts[udr_data->combiner_p ? 1 : 4])) in cp_check_omp_declare_reduction_r() 6159 if (warning_suppressed_p (DECL_EXPR_DECL (data.stmts[0]) /* What warning? */)) in cp_check_omp_declare_reduction() 6164 suppress_warning (DECL_EXPR_DECL (data.stmts[0]) /* What warning? */); in cp_check_omp_declare_reduction() 6173 || cp_walk_tree (&DECL_INITIAL (DECL_EXPR_DECL (data.stmts[3])), in cp_check_omp_declare_reduction() 6175 suppress_warning (DECL_EXPR_DECL (data.stmts[0]) /* Wat warning? */); in cp_check_omp_declare_reduction() 6375 if (TREE_ADDRESSABLE (DECL_EXPR_DECL (stmts[0]))) in finish_omp_reduction_clause() 6377 if (TREE_ADDRESSABLE (DECL_EXPR_DECL (stmts[1])) in finish_omp_reduction_clause() [all …]
|
H A D | lambda.cc | 1528 tree decl = DECL_EXPR_DECL (*t); in mark_const_cap_r()
|
H A D | cp-gimplify.cc | 1474 if (TREE_CODE (DECL_EXPR_DECL (stmt)) == USING_DECL) in cp_genericize_r() 1482 tree d = DECL_EXPR_DECL (stmt); in cp_genericize_r()
|
H A D | constexpr.cc | 472 if (TREE_CODE (DECL_EXPR_DECL (list)) == USING_DECL in check_constexpr_ctor_body_1() 473 || TREE_CODE (DECL_EXPR_DECL (list)) == TYPE_DECL) in check_constexpr_ctor_body_1() 710 tree decl = DECL_EXPR_DECL (body); in constexpr_fn_retval() 6750 r = DECL_EXPR_DECL (t); in cxx_eval_constant_expression() 9316 tmp = DECL_EXPR_DECL (t); in potential_constant_expression_1()
|
H A D | pt.cc | 4034 tree decl = DECL_EXPR_DECL (t); in find_parameter_packs_r() 13054 tree decl = DECL_EXPR_DECL (*tp); in extract_locals_r() 18168 init = DECL_INITIAL (DECL_EXPR_DECL (init)); in tsubst_omp_for_iterator() 18260 tree init_sav = DECL_INITIAL (DECL_EXPR_DECL (decl_expr)); in tsubst_omp_for_iterator() 18261 DECL_INITIAL (DECL_EXPR_DECL (decl_expr)) = NULL_TREE; in tsubst_omp_for_iterator() 18263 DECL_INITIAL (DECL_EXPR_DECL (decl_expr)) = init_sav; in tsubst_omp_for_iterator() 18647 pattern_decl = decl = DECL_EXPR_DECL (t); in tsubst_expr() 18731 else if (is_capture_proxy (DECL_EXPR_DECL (t))) in tsubst_expr() 19664 tree omp_out = tsubst (DECL_EXPR_DECL (stmts[0]), in tsubst_omp_udr() 19666 tree omp_in = tsubst (DECL_EXPR_DECL (stmts[1]), in tsubst_omp_udr() [all …]
|
H A D | cxx-pretty-print.cc | 1971 t = DECL_EXPR_DECL (t); in pp_cxx_exception_declaration()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimplify.c | 1748 tree decl = DECL_EXPR_DECL (stmt); in gimplify_decl_expr() 4764 tree decl = DECL_EXPR_DECL (decl_s); in gimplify_compound_literal_expr() 4830 tree decl = DECL_EXPR_DECL (decl_s); in optimize_compound_literals_in_ctor() 5525 tree decl = DECL_EXPR_DECL (decl_s); in gimplify_modify_expr_rhs() 7777 if (TREE_CODE (t) == DECL_EXPR && DECL_EXPR_DECL (t) == (tree) data) in find_decl_expr() 11274 && TREE_CODE (DECL_EXPR_DECL (OMP_FOR_PRE_BODY (for_stmt))) in gimplify_omp_for() 11278 bitmap_set_bit (has_decl_expr, DECL_UID (DECL_EXPR_DECL (t))); in gimplify_omp_for() 11288 && TREE_CODE (DECL_EXPR_DECL (t)) == VAR_DECL) in gimplify_omp_for() 11289 bitmap_set_bit (has_decl_expr, DECL_UID (DECL_EXPR_DECL (t))); in gimplify_omp_for()
|
H A D | tree.h | 1233 #define DECL_EXPR_DECL(NODE) TREE_OPERAND (DECL_EXPR_CHECK (NODE), 0) macro 1241 DECL_EXPR_DECL (COMPOUND_LITERAL_EXPR_DECL_EXPR (NODE))
|
H A D | expr.c | 7737 || TREE_CODE (DECL_EXPR_DECL (exp)) != VAR_DECL in safe_from_p() 7738 || !DECL_INITIAL (DECL_EXPR_DECL (exp)) in safe_from_p() 7739 || safe_from_p (x, DECL_INITIAL (DECL_EXPR_DECL (exp)), 0)); in safe_from_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimplify.cc | 1852 tree decl = DECL_EXPR_DECL (stmt); in gimplify_decl_expr() 5012 tree decl = DECL_EXPR_DECL (decl_s); in gimplify_compound_literal_expr() 5069 tree decl = DECL_EXPR_DECL (decl_s); in optimize_compound_literals_in_ctor() 5836 tree decl = DECL_EXPR_DECL (decl_s); in gimplify_modify_expr_rhs() 8137 if (TREE_CODE (t) == DECL_EXPR && DECL_EXPR_DECL (t) == (tree) data) in find_decl_expr() 12582 && TREE_CODE (DECL_EXPR_DECL (OMP_FOR_PRE_BODY (for_stmt))) in gimplify_omp_for() 12586 bitmap_set_bit (has_decl_expr, DECL_UID (DECL_EXPR_DECL (t))); in gimplify_omp_for() 12596 && TREE_CODE (DECL_EXPR_DECL (t)) == VAR_DECL) in gimplify_omp_for() 12597 bitmap_set_bit (has_decl_expr, DECL_UID (DECL_EXPR_DECL (t))); in gimplify_omp_for()
|
H A D | tree.h | 1262 #define DECL_EXPR_DECL(NODE) TREE_OPERAND (DECL_EXPR_CHECK (NODE), 0) macro 1270 DECL_EXPR_DECL (COMPOUND_LITERAL_EXPR_DECL_EXPR (NODE))
|
H A D | expr.cc | 8098 || TREE_CODE (DECL_EXPR_DECL (exp)) != VAR_DECL in safe_from_p() 8099 || !DECL_INITIAL (DECL_EXPR_DECL (exp)) in safe_from_p() 8100 || safe_from_p (x, DECL_INITIAL (DECL_EXPR_DECL (exp)), 0)); in safe_from_p()
|
H A D | tree.cc | 11386 if (TREE_CODE (DECL_EXPR_DECL (*tp)) == TYPE_DECL) in walk_tree_1() 11390 result = (*func) (&DECL_EXPR_DECL (*tp), &walk_subtrees, data); in walk_tree_1() 11394 tree *type_p = &TREE_TYPE (DECL_EXPR_DECL (*tp)); in walk_tree_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-pretty-print.cc | 302 pp->declaration (DECL_EXPR_DECL (t)); in pp_c_pointer()
|