Home
last modified time | relevance | path

Searched refs:TARGET_EXPR_INITIAL (Results 1 – 25 of 25) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcp-gimplify.cc265 if (tree init = TARGET_EXPR_INITIAL (from)) in cp_gimplify_init_expr()
359 return simple_empty_class_p (type, TARGET_EXPR_INITIAL (op), code); in simple_empty_class_p()
546 op1 = TARGET_EXPR_INITIAL (op1); in cp_gimplify_expr()
938 from = TARGET_EXPR_INITIAL (from); in cp_genericize_init_expr()
950 cp_genericize_init (&TARGET_EXPR_INITIAL (*stmt_p), in cp_genericize_target_expr()
951 TARGET_EXPR_INITIAL (*stmt_p), slot); in cp_genericize_target_expr()
1692 if (TARGET_EXPR_INITIAL (stmt) in cp_genericize_r()
1693 && TREE_CODE (TARGET_EXPR_INITIAL (stmt)) == CONSTRUCTOR in cp_genericize_r()
1694 && CONSTRUCTOR_PLACEHOLDER_BOUNDARY (TARGET_EXPR_INITIAL (stmt))) in cp_genericize_r()
2385 x = TARGET_EXPR_INITIAL (x); in cp_fully_fold()
Dconstexpr.cc4701 value = TARGET_EXPR_INITIAL (value); in init_subob_ctx()
5901 if (tree tinit = TARGET_EXPR_INITIAL (init)) in cxx_eval_store_expression()
6697 && TREE_CODE (TARGET_EXPR_INITIAL (r)) == CONSTRUCTOR) in cxx_eval_constant_expression()
6698 r = TARGET_EXPR_INITIAL (r); in cxx_eval_constant_expression()
7857 x = TARGET_EXPR_INITIAL (x); in cxx_eval_outermost_constant_expr()
7906 r = TARGET_EXPR_INITIAL (r); in cxx_eval_outermost_constant_expr()
8004 && TARGET_EXPR_INITIAL (t) == r)) in cxx_eval_outermost_constant_expr()
8023 && TARGET_EXPR_INITIAL (t) == r) in cxx_eval_outermost_constant_expr()
8364 tree init = TARGET_EXPR_INITIAL (t); in fold_non_dependent_init()
8394 t = TARGET_EXPR_INITIAL (t); in maybe_constant_init_1()
[all …]
Dcvt.cc1044 call = TARGET_EXPR_INITIAL (expr); in maybe_warn_nodiscard()
1465 tree init = TARGET_EXPR_INITIAL (expr); in convert_to_void()
Dinit.cc696 init = TARGET_EXPR_INITIAL (init); in get_nsdmi()
3820 rval = TARGET_EXPR_INITIAL (alloc_expr); in build_new_1()
4396 && TREE_CODE (TARGET_EXPR_INITIAL (init)) == CONSTRUCTOR in build_vec_init()
4398 init = TARGET_EXPR_INITIAL (init); in build_vec_init()
Dtypeck2.cc735 init = TARGET_EXPR_INITIAL (init); in split_nonconstant_init()
1321 stripped_init = TARGET_EXPR_INITIAL (stripped_init); in digest_init_r()
Dtree.cc789 init = TARGET_EXPR_INITIAL (init); in build_vec_init_elt()
3474 valp = &TARGET_EXPR_INITIAL (*valp); in replace_placeholders_r()
3512 tp = &TARGET_EXPR_INITIAL (exp); in replace_placeholders()
5937 t = TARGET_EXPR_INITIAL (t); in stabilize_init()
Dcall.cc404 arg = TARGET_EXPR_INITIAL (arg); in build_call_a()
7095 call = TARGET_EXPR_INITIAL (call); in extract_call_expr()
8942 exp = TARGET_EXPR_INITIAL (exp); in make_base_init_ok()
9017 tree init = TARGET_EXPR_INITIAL (exp); in init_by_return_slot_p()
10505 ret = TARGET_EXPR_INITIAL (ret); in check_self_delegation()
12940 TARGET_EXPR_INITIAL (expr) in set_up_extended_ref_temp()
12941 = extend_ref_init_temps (decl, TARGET_EXPR_INITIAL (expr), cleanups, in set_up_extended_ref_temp()
13218 ctor = TARGET_EXPR_INITIAL (ctor); in extend_ref_init_temps()
Dmethod.cc1647 tree maxval = TARGET_EXPR_INITIAL (idx); in build_comparison_op()
1648 TARGET_EXPR_INITIAL (idx) = size_zero_node; in build_comparison_op()
Dcp-tree.h4225 t = TARGET_EXPR_INITIAL (t); in get_vec_init_expr()
5388 && TARGET_EXPR_INITIAL (NODE) \
5389 && !VOID_TYPE_P (TREE_TYPE (TARGET_EXPR_INITIAL (NODE))))
5398 tree init = TARGET_EXPR_INITIAL (t); in target_expr_needs_replace()
Dmangle.cc3032 expr = TARGET_EXPR_INITIAL (expr); in write_expression()
Dcoroutines.cc887 expr = TARGET_EXPR_INITIAL (expr); in coro_diagnose_throwing_final_aw_expr()
DChangeLog2714 * init.cc (build_new_1): Only pull out TARGET_EXPR_INITIAL if
Dpt.cc1863 return iterative_hash_template_arg (TARGET_EXPR_INITIAL (arg), val); in iterative_hash_template_arg()
7106 return invalid_tparm_referent_p (type, TARGET_EXPR_INITIAL (expr), in invalid_tparm_referent_p()
7237 expr = TARGET_EXPR_INITIAL (expr); in get_template_parm_object()
Dtypeck.cc10130 tree init = TARGET_EXPR_INITIAL (whats_returned); in maybe_warn_about_returning_address_of_local()
DChangeLog-2016685 * constexpr.c (maybe_constant_init): Pull out TARGET_EXPR_INITIAL.
DChangeLog-20184106 TARGET_EXPR_INITIAL.
DChangeLog-20205374 * cp-tree.h (SIMPLE_TARGET_EXPR_P): Check that TARGET_EXPR_INITIAL
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimplify.cc3484 tree init = TARGET_EXPR_INITIAL (*arg_p); in gimplify_arg()
5645 tree init = TARGET_EXPR_INITIAL (*from_p); in gimplify_modify_expr_rhs()
7040 tree init = TARGET_EXPR_INITIAL (targ); in gimplify_target_expr()
7087 TARGET_EXPR_INITIAL (targ) = NULL_TREE; in gimplify_target_expr()
7133 TARGET_EXPR_INITIAL (targ) = NULL_TREE; in gimplify_target_expr()
13930 if (TARGET_EXPR_INITIAL (*tp) in computable_teams_clause()
14533 if (TARGET_EXPR_INITIAL (expr)) in goa_stabilize_expr()
14543 saw_lhs = goa_stabilize_expr (&TARGET_EXPR_INITIAL (expr), in goa_stabilize_expr()
Dtree-pretty-print.cc2651 dump_generic_node (pp, TARGET_EXPR_INITIAL (node), spc, flags, false); in dump_generic_node()
Dtree.h1254 #define TARGET_EXPR_INITIAL(NODE) TREE_OPERAND_CHECK_CODE (NODE, TARGET_EXPR, 1) macro
Dfold-const.cc15018 t = TARGET_EXPR_INITIAL (t); in tree_invalid_nonnegative_warnv_p()
DChangeLog8626 TARGET_EXPR_INITIAL into a temporary sequence, then push clobbers
DChangeLog-200824307 (gimplify_modify_expr_rhs): Deal with NULL TARGET_EXPR_INITIAL.
DChangeLog-200327251 TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
DChangeLog-200229734 * tree.h (TARGET_EXPR_SLOT, TARGET_EXPR_INITIAL): New macros.