| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | gimplify.c | 1170 gimplify_bind_expr (tree *expr_p, gimple_seq *pre_p) in gimplify_bind_expr() argument 1172 tree bind_expr = *expr_p; in gimplify_bind_expr() 1278 *expr_p = temp; in gimplify_bind_expr() 1282 *expr_p = NULL_TREE; in gimplify_bind_expr() 1491 gimplify_loop_expr (tree *expr_p, gimple_seq *pre_p) in gimplify_loop_expr() argument 1500 gimplify_and_add (LOOP_EXPR_BODY (*expr_p), pre_p); in gimplify_loop_expr() 1510 *expr_p = NULL; in gimplify_loop_expr() 1518 gimplify_statement_list (tree *expr_p, gimple_seq *pre_p) in gimplify_statement_list() argument 1520 tree temp = voidify_wrapper_expr (*expr_p, NULL); in gimplify_statement_list() 1522 tree_stmt_iterator i = tsi_start (*expr_p); in gimplify_statement_list() [all …]
|
| H A D | tree-ssa-operands.c | 849 get_expr_operands (gimple stmt, tree *expr_p, int flags) in get_expr_operands() argument 853 tree expr = *expr_p; in get_expr_operands() 893 add_stmt_operand (expr_p, stmt, flags); in get_expr_operands() 899 add_stmt_operand (expr_p, stmt, flags); in get_expr_operands()
|
| H A D | tree-ssa-loop-ivopts.c | 2188 find_depends (tree *expr_p, int *ws ATTRIBUTE_UNUSED, void *data) in find_depends() argument 2193 if (TREE_CODE (*expr_p) != SSA_NAME) in find_depends() 2195 info = name_info (fd_ivopts_data, *expr_p); in find_depends() 2803 prepare_decl_rtl (tree *expr_p, int *ws, void *data) in prepare_decl_rtl() argument 2809 switch (TREE_CODE (*expr_p)) in prepare_decl_rtl() 2812 for (expr_p = &TREE_OPERAND (*expr_p, 0); in prepare_decl_rtl() 2813 handled_component_p (*expr_p); in prepare_decl_rtl() 2814 expr_p = &TREE_OPERAND (*expr_p, 0)) in prepare_decl_rtl() 2816 obj = *expr_p; in prepare_decl_rtl() 2823 obj = SSA_NAME_VAR (*expr_p); in prepare_decl_rtl() [all …]
|
| H A D | langhooks.c | 268 lhd_gimplify_expr (tree *expr_p ATTRIBUTE_UNUSED, in lhd_gimplify_expr()
|
| H A D | tree-ssa-live.c | 591 mark_all_vars_used (tree *expr_p, void *data) in mark_all_vars_used() argument 593 walk_tree (expr_p, mark_all_vars_used_1, data, NULL); in mark_all_vars_used()
|
| H A D | builtins.c | 4385 gimplify_va_arg_expr (tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p) in gimplify_va_arg_expr() argument 4388 tree valist = TREE_OPERAND (*expr_p, 0); in gimplify_va_arg_expr() 4389 tree type = TREE_TYPE (*expr_p); in gimplify_va_arg_expr() 4391 location_t loc = EXPR_LOCATION (*expr_p); in gimplify_va_arg_expr() 4439 *expr_p = dummy_object (type); in gimplify_va_arg_expr() 4469 *expr_p = targetm.gimplify_va_arg_expr (valist, type, pre_p, post_p); in gimplify_va_arg_expr()
|
| H A D | tree.c | 4393 free_lang_data_in_one_sizepos (tree *expr_p) in free_lang_data_in_one_sizepos() argument 4395 tree expr = *expr_p; in free_lang_data_in_one_sizepos() 4397 *expr_p = build0 (PLACEHOLDER_EXPR, TREE_TYPE (expr)); in free_lang_data_in_one_sizepos()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | gimplify.c | 1270 gimplify_bind_expr (tree *expr_p, gimple_seq *pre_p) in gimplify_bind_expr() argument 1272 tree bind_expr = *expr_p; in gimplify_bind_expr() 1459 *expr_p = temp; in gimplify_bind_expr() 1463 *expr_p = NULL_TREE; in gimplify_bind_expr() 1729 gimplify_loop_expr (tree *expr_p, gimple_seq *pre_p) in gimplify_loop_expr() argument 1738 gimplify_and_add (LOOP_EXPR_BODY (*expr_p), pre_p); in gimplify_loop_expr() 1748 *expr_p = NULL; in gimplify_loop_expr() 1756 gimplify_statement_list (tree *expr_p, gimple_seq *pre_p) in gimplify_statement_list() argument 1758 tree temp = voidify_wrapper_expr (*expr_p, NULL); in gimplify_statement_list() 1760 tree_stmt_iterator i = tsi_start (*expr_p); in gimplify_statement_list() [all …]
|
| H A D | tree-ssa-operands.c | 701 get_expr_operands (struct function *fn, gimple *stmt, tree *expr_p, int flags) in get_expr_operands() argument 705 tree expr = *expr_p; in get_expr_operands() 744 add_stmt_operand (fn, expr_p, stmt, flags); in get_expr_operands()
|
| H A D | tree-ssa-loop-ivopts.c | 2974 find_inv_vars_cb (tree *expr_p, int *ws ATTRIBUTE_UNUSED, void *data) in find_inv_vars_cb() argument 2976 tree op = *expr_p; in find_inv_vars_cb() 3012 find_inv_vars (struct ivopts_data *data, tree *expr_p, bitmap *inv_vars) in find_inv_vars() argument 3021 walk_tree (expr_p, find_inv_vars_cb, &wdata, NULL); in find_inv_vars() 3708 prepare_decl_rtl (tree *expr_p, int *ws, void *data) in prepare_decl_rtl() argument 3714 switch (TREE_CODE (*expr_p)) in prepare_decl_rtl() 3717 for (expr_p = &TREE_OPERAND (*expr_p, 0); in prepare_decl_rtl() 3718 handled_component_p (*expr_p); in prepare_decl_rtl() 3719 expr_p = &TREE_OPERAND (*expr_p, 0)) in prepare_decl_rtl() 3721 obj = *expr_p; in prepare_decl_rtl() [all …]
|
| H A D | tree-ssa-live.c | 571 mark_all_vars_used (tree *expr_p) in mark_all_vars_used() argument 573 walk_tree (expr_p, mark_all_vars_used_1, NULL, NULL); in mark_all_vars_used()
|
| H A D | langhooks.c | 268 lhd_gimplify_expr (tree *expr_p ATTRIBUTE_UNUSED, in lhd_gimplify_expr()
|
| H A D | genmatch.c | 2021 bool expr_p; member 2111 info[where].expr_p = true; in walk_match() 2162 if (info[where].expr_p) in walk_result() 3436 && !cinfo.info[i].expr_p in gen_1() 3589 if (cinfo1.info[i].expr_p != cinfo2.info[i].expr_p in compare_op()
|
| H A D | tree.c | 5042 free_lang_data_in_one_sizepos (tree *expr_p) in free_lang_data_in_one_sizepos() argument 5044 tree expr = *expr_p; in free_lang_data_in_one_sizepos() 5046 *expr_p = build0 (PLACEHOLDER_EXPR, TREE_TYPE (expr)); in free_lang_data_in_one_sizepos()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
| H A D | cp-gimplify.c | 348 cp_gimplify_omp_for (tree *expr_p, gimple_seq *pre_p) in cp_gimplify_omp_for() argument 350 tree for_stmt = *expr_p; in cp_gimplify_omp_for() 417 cp_gimplify_init_expr (tree *expr_p) in cp_gimplify_init_expr() argument 419 tree from = TREE_OPERAND (*expr_p, 1); in cp_gimplify_init_expr() 420 tree to = TREE_OPERAND (*expr_p, 0); in cp_gimplify_init_expr() 448 *expr_p = from; in cp_gimplify_init_expr() 467 gimplify_must_not_throw_expr (tree *expr_p, gimple_seq *pre_p) in gimplify_must_not_throw_expr() argument 469 tree stmt = *expr_p; in gimplify_must_not_throw_expr() 484 *expr_p = temp; in gimplify_must_not_throw_expr() 488 *expr_p = NULL; in gimplify_must_not_throw_expr() [all …]
|
| H A D | decl.c | 7876 stabilize_save_expr_r (tree *expr_p, int *walk_subtrees, void *data) in stabilize_save_expr_r() argument 7879 tree expr = *expr_p; in stabilize_save_expr_r()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
| H A D | c-gimplify.c | 222 c_gimplify_expr (tree *expr_p, gimple_seq *pre_p ATTRIBUTE_UNUSED, in c_gimplify_expr() argument 225 enum tree_code code = TREE_CODE (*expr_p); in c_gimplify_expr() 242 tree *op1_p = &TREE_OPERAND (*expr_p, 1); in c_gimplify_expr() 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() 271 tree type = TREE_TYPE (TREE_OPERAND (*expr_p, 0)); in c_gimplify_expr() 276 return gimplify_self_mod_expr (expr_p, pre_p, post_p, 1, type); in c_gimplify_expr()
|
| H A D | c-ubsan.c | 378 ubsan_maybe_instrument_array_ref (tree *expr_p, bool ignore_off_by_one) in ubsan_maybe_instrument_array_ref() argument 380 if (!ubsan_array_ref_instrumented_p (*expr_p) in ubsan_maybe_instrument_array_ref() 384 tree op0 = TREE_OPERAND (*expr_p, 0); in ubsan_maybe_instrument_array_ref() 385 tree op1 = TREE_OPERAND (*expr_p, 1); in ubsan_maybe_instrument_array_ref() 386 tree e = ubsan_instrument_bounds (EXPR_LOCATION (*expr_p), op0, &op1, in ubsan_maybe_instrument_array_ref() 390 tree t = copy_node (*expr_p); in ubsan_maybe_instrument_array_ref() 393 *expr_p = t; in ubsan_maybe_instrument_array_ref()
|
| H A D | c-warn.c | 316 find_array_ref_with_const_idx_r (tree *expr_p, int *, void *) in find_array_ref_with_const_idx_r() argument 318 tree expr = *expr_p; in find_array_ref_with_const_idx_r()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
| H A D | c-gimplify.c | 171 c_gimplify_expr (tree *expr_p, gimple_seq *pre_p ATTRIBUTE_UNUSED, in c_gimplify_expr() argument 174 enum tree_code code = TREE_CODE (*expr_p); in c_gimplify_expr() 180 && TREE_CODE (DECL_EXPR_DECL (*expr_p)) == VAR_DECL in c_gimplify_expr() 181 && !DECL_EXTERNAL (DECL_EXPR_DECL (*expr_p)) in c_gimplify_expr() 182 && !TREE_STATIC (DECL_EXPR_DECL (*expr_p)) in c_gimplify_expr() 183 && (DECL_INITIAL (DECL_EXPR_DECL (*expr_p)) == DECL_EXPR_DECL (*expr_p)) in c_gimplify_expr() 185 TREE_NO_WARNING (DECL_EXPR_DECL (*expr_p)) = 1; in c_gimplify_expr()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
| H A D | cp-gimplify.c | 391 cp_gimplify_omp_for (tree *expr_p, gimple_seq *pre_p) in cp_gimplify_omp_for() argument 393 tree for_stmt = *expr_p; in cp_gimplify_omp_for() 447 cp_gimplify_init_expr (tree *expr_p) in cp_gimplify_init_expr() argument 449 tree from = TREE_OPERAND (*expr_p, 1); in cp_gimplify_init_expr() 450 tree to = TREE_OPERAND (*expr_p, 0); in cp_gimplify_init_expr() 478 *expr_p = from; in cp_gimplify_init_expr() 500 gimplify_must_not_throw_expr (tree *expr_p, gimple_seq *pre_p) in gimplify_must_not_throw_expr() argument 502 tree stmt = *expr_p; in gimplify_must_not_throw_expr() 517 *expr_p = temp; in gimplify_must_not_throw_expr() 521 *expr_p = NULL; in gimplify_must_not_throw_expr() [all …]
|
| H A D | decl.c | 9540 stabilize_save_expr_r (tree *expr_p, int *walk_subtrees, void *data) in stabilize_save_expr_r() argument 9543 tree expr = *expr_p; in stabilize_save_expr_r()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/objc/ |
| H A D | objc-act.c | 9413 objc_gimplify_property_ref (tree *expr_p) in objc_gimplify_property_ref() argument 9415 tree getter = PROPERTY_REF_GETTER_CALL (*expr_p); in objc_gimplify_property_ref() 9420 tree property_decl = PROPERTY_REF_PROPERTY_DECL (*expr_p); in objc_gimplify_property_ref() 9424 error_at (EXPR_LOCATION (*expr_p), "no %qs getter found", in objc_gimplify_property_ref() 9428 *expr_p = convert (TREE_TYPE (property_decl), in objc_gimplify_property_ref() 9433 if (PROPERTY_REF_DEPRECATED_GETTER (*expr_p)) in objc_gimplify_property_ref() 9437 warn_deprecated_use (PROPERTY_REF_DEPRECATED_GETTER (*expr_p), in objc_gimplify_property_ref() 9455 *expr_p = call_exp; in objc_gimplify_property_ref() 9462 objc_gimplify_expr (tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p) in objc_gimplify_expr() argument 9464 enum tree_code code = TREE_CODE (*expr_p); in objc_gimplify_expr() [all …]
|