Home
last modified time | relevance | path

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

12

/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-act.h194 #define CLASS_IVARS(CLASS) TREE_VEC_ELT (TYPE_LANG_SLOT_1 (CLASS), 0)
195 #define CLASS_RAW_IVARS(CLASS) TREE_VEC_ELT (TYPE_LANG_SLOT_1 (CLASS), 1)
198 #define CLASS_STATIC_TEMPLATE(CLASS) TREE_VEC_ELT (TYPE_LANG_SLOT_1 (CLASS), 2)
199 #define CLASS_CATEGORY_LIST(CLASS) TREE_VEC_ELT (TYPE_LANG_SLOT_1 (CLASS), 3)
200 #define CLASS_PROTOCOL_LIST(CLASS) TREE_VEC_ELT (TYPE_LANG_SLOT_1 (CLASS), 4)
201 #define TOTAL_CLASS_RAW_IVARS(CLASS) TREE_VEC_ELT (TYPE_LANG_SLOT_1 (CLASS), 5)
205 #define PROTOCOL_LIST(CLASS) TREE_VEC_ELT (TYPE_LANG_SLOT_1 (CLASS), 0)
208 #define PROTOCOL_FORWARD_DECL(CLASS) TREE_VEC_ELT (TYPE_LANG_SLOT_1 (CLASS), 1)
210 #define PROTOCOL_OPTIONAL_CLS_METHODS(CLASS) TREE_VEC_ELT (TYPE_LANG_SLOT_1 (CLASS), 2)
211 #define PROTOCOL_OPTIONAL_NST_METHODS(CLASS) TREE_VEC_ELT (TYPE_LANG_SLOT_1 (CLASS), 3)
[all …]
Dobjc-act.cc5248 first_method = TREE_VEC_ELT (method, 0); in check_duplicates()
5257 if (!comp_proto_with_proto (first_method, TREE_VEC_ELT (method, i), 0)) in check_duplicates()
5291 bool type = TREE_CODE (TREE_VEC_ELT (method, i)) == INSTANCE_METHOD_DECL; in check_duplicates()
5293 inform (DECL_SOURCE_LOCATION (TREE_VEC_ELT (method, i)), "also found %<%c%s%>", in check_duplicates()
5295 identifier_to_locale (gen_method_decl (TREE_VEC_ELT (method, i)))); in check_duplicates()
6004 TREE_VEC_ELT (new_entry, 0) = existing_entry; in insert_method_into_method_map()
6005 TREE_VEC_ELT (new_entry, 1) = method; in insert_method_into_method_map()
6019 if (comp_proto_with_proto (method, TREE_VEC_ELT (existing_entry, i), 1)) in insert_method_into_method_map()
6031 TREE_VEC_ELT (new_entry, i) = TREE_VEC_ELT (existing_entry, i); in insert_method_into_method_map()
6034 TREE_VEC_ELT (new_entry, i) = method; in insert_method_into_method_map()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dpt.cc481 tree parm = TREE_VALUE (TREE_VEC_ELT (parms, i)); in push_inline_template_parms_recursive()
1212 tree arg = TREE_VEC_ELT (inner, i); in verify_unstripped_args_1()
1821 val = iterative_hash_template_arg (TREE_VEC_ELT (arg, i), val); in iterative_hash_template_arg()
3177 TREE_VEC_ELT (new_targs, i - (arg_depth - parm_depth)) in check_explicit_specialization()
3178 = TREE_VEC_ELT (targs, i); in check_explicit_specialization()
3357 tree parm1 = TREE_VALUE (TREE_VEC_ELT (t1, i)); in comp_template_parms()
3358 tree parm2 = TREE_VALUE (TREE_VEC_ELT (t2, i)); in comp_template_parms()
3475 tree parm1 = TREE_VEC_ELT (list1, i); in template_parameter_lists_equivalent_p()
3476 tree parm2 = TREE_VEC_ELT (list2, i); in template_parameter_lists_equivalent_p()
3612 last_parm = TREE_VEC_ELT (args, nargs - 1); in template_args_variadic_p()
[all …]
Dcp-lang.cc194 if (template_arg_needs_folding (TREE_VEC_ELT (elems, i))) in fold_cplus_constants()
203 tree elem = TREE_VEC_ELT (elems, i); in fold_cplus_constants()
204 TREE_VEC_ELT (folded_elems, i) = in fold_cplus_constants()
Dconstraint.cc427 tree arg = TREE_VEC_ELT (TREE_PURPOSE (info), 0); in deduce_constrained_parameter()
429 arg = TREE_VEC_ELT (ARGUMENT_PACK_ARGS (arg), 0); in deduce_constrained_parameter()
558 tree arg = TREE_VEC_ELT (args, i); in debug_argument_list()
798 TREE_VEC_ELT (targets, i++) = target; in normalize_atom()
1314 TREE_VEC_ELT (args, 0) = arg; in build_concept_check_arguments()
1317 TREE_VEC_ELT (args, i + 1) = TREE_VEC_ELT (rest, i); in build_concept_check_arguments()
1535 arg = PACK_EXPANSION_PATTERN (TREE_VEC_ELT (ARGUMENT_PACK_ARGS (arg), 0)); in finish_shorthand_constraint()
1562 tree parm = TREE_VEC_ELT (parms, i); in get_shorthand_constraints()
1576 wildcard = TREE_VEC_ELT (ARGUMENT_PACK_ARGS (wildcard), 0); in get_deduced_wildcard()
1586 return TREE_TYPE (get_deduced_wildcard (TREE_VEC_ELT (wildcards, index))); in get_introduction_prototype()
[all …]
Dsemantics.cc4451 TREE_VEC_ELT (bases_vec, i) = BINFO_TYPE ((*vector)[i]); in calculate_direct_bases()
4524 TREE_VEC_ELT (bases_vec, i) = (*vector)[i]; in calculate_bases()
4995 TREE_VEC_ELT (info, 0) = t; in cxx_omp_create_clause_info()
4999 TREE_VEC_ELT (info, 1) = get_dtor (type, tf_warning_or_error); in cxx_omp_create_clause_info()
5006 TREE_VEC_ELT (info, 2) = t; in cxx_omp_create_clause_info()
6565 tree var = TREE_VEC_ELT (it, 0); in cp_omp_finish_iterators()
6566 tree begin = TREE_VEC_ELT (it, 1); in cp_omp_finish_iterators()
6567 tree end = TREE_VEC_ELT (it, 2); in cp_omp_finish_iterators()
6568 tree step = TREE_VEC_ELT (it, 3); in cp_omp_finish_iterators()
6666 tree var2 = TREE_VEC_ELT (it2, 0); in cp_omp_finish_iterators()
[all …]
Dmangle.cc558 && TREE_VEC_ELT (args, 0) == char_type_node; in is_std_substitution_char()
638 && template_args_equal (TREE_VEC_ELT (args, 0), char_type_node) in find_substitution()
639 && is_std_substitution_char (TREE_VEC_ELT (args, 1), in find_substitution()
641 && is_std_substitution_char (TREE_VEC_ELT (args, 2), in find_substitution()
662 && template_args_equal (TREE_VEC_ELT (args, 0), char_type_node) in find_substitution()
663 && is_std_substitution_char (TREE_VEC_ELT (args, 1), in find_substitution()
2902 if (args && length && TREE_CODE (TREE_VEC_ELT (args, 0)) == TREE_VEC) in write_template_args()
2906 args = TREE_VEC_ELT (args, length - 1); in write_template_args()
2910 write_template_arg (TREE_VEC_ELT (args, i)); in write_template_args()
3154 write_template_arg (TREE_VEC_ELT (args, i)); in write_expression()
[all …]
Dcp-gimplify.cc1071 tree o = TREE_VEC_ELT (x, i); in cp_fold_r()
1082 tree o = TREE_VEC_ELT (x, i); in cp_fold_r()
1718 && TREE_CODE (TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner), in cp_genericize_r()
1720 && TREE_PURPOSE (TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner), in cp_genericize_r()
1723 tree orig = TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner), i); in cp_genericize_r()
2093 ret = cxx_omp_clause_apply_fn (TREE_VEC_ELT (info, 0), decl, NULL); in cxx_omp_clause_default_ctor()
2107 ret = cxx_omp_clause_apply_fn (TREE_VEC_ELT (info, 0), dst, src); in cxx_omp_clause_copy_ctor()
2123 ret = cxx_omp_clause_apply_fn (TREE_VEC_ELT (info, 2), dst, src); in cxx_omp_clause_assign_op()
2139 ret = cxx_omp_clause_apply_fn (TREE_VEC_ELT (info, 1), decl, NULL); in cxx_omp_clause_dtor()
2974 tree op = cp_fold (TREE_VEC_ELT (x, i)); in cp_fold()
[all …]
Dcxx-pretty-print.cc1232 expression (TREE_VEC_ELT (args, i)); in expression()
1628 type = TREE_VEC_ELT (argpack, i); in pp_cxx_exception_specification()
1903 type_id (TREE_VEC_ELT (args, i)); in type_id()
1936 tree arg = TREE_VEC_ELT (t, i); in pp_cxx_template_argument_list()
1949 arg = TREE_VEC_ELT (argpack, idx); in pp_cxx_template_argument_list()
2230 pp_cxx_template_parameter (pp, TREE_VEC_ELT (t, i)); in pp_cxx_template_parameter_list()
2317 TREE_VEC_ELT (args, i) = TREE_VEC_ELT (a, i + 1); in pp_cxx_constrained_type_spec()
Dcoroutines.cc337 TREE_VEC_ELT (argtypes, p++) = cp_build_reference_type (ct, false); in instantiate_coro_traits()
340 TREE_VEC_ELT (argtypes, p++) = TREE_VALUE (arg_node); in instantiate_coro_traits()
350 TREE_VEC_ELT (targ, 0) = TREE_TYPE (functyp); in instantiate_coro_traits()
351 TREE_VEC_ELT (targ, 1) = argtypepack; in instantiate_coro_traits()
398 TREE_VEC_ELT (targ, 0) = promise_type; in instantiate_coro_handle_for_promise_type()
1117 TREE_VEC_ELT (awaiter_calls, 0) = awrd_call; /* await_ready(). */ in build_co_await()
1118 TREE_VEC_ELT (awaiter_calls, 1) = awsp_call; /* await_suspend(). */ in build_co_await()
1125 TREE_VEC_ELT (awaiter_calls, 2) = awrs_call; /* await_resume(). */ in build_co_await()
1685 tree ready_cond = TREE_VEC_ELT (awaiter_calls, 0); /* await_ready(). */ in expand_one_await_expression()
1713 tree suspend = TREE_VEC_ELT (awaiter_calls, 1); /* await_suspend(). */ in expand_one_await_expression()
[all …]
Derror.cc311 tree arg = TREE_VEC_ELT (args, i); in dump_template_argument_list()
428 arg = TREE_VEC_ELT (lvl_args, arg_idx); in dump_template_bindings()
430 tree parm_i = TREE_VEC_ELT (p, i); in dump_template_bindings()
1529 dump_template_parameter (pp, TREE_VEC_ELT (inner_parms, i), in dump_template_decl()
1834 tree arg = TREE_VEC_ELT (template_args, i); in dump_function_decl()
2028 tree arg = TREE_VEC_ELT (args, ix); in dump_template_parms()
2057 if (TREE_VEC_ELT (parms, ix) == error_mark_node) in dump_template_parms()
2063 parm = TREE_VALUE (TREE_VEC_ELT (parms, ix)); in dump_template_parms()
4111 tree arg_a = TREE_VEC_ELT (args_a, idx); in print_template_differences()
4112 tree arg_b = TREE_VEC_ELT (args_b, idx); in print_template_differences()
Dtree.cc1745 tree arg = TREE_VEC_ELT (args, i); in strip_typedefs()
1752 TREE_VEC_ELT (new_args, i) = strip_arg; in strip_typedefs()
1959 tree op = strip_typedefs_expr (TREE_VEC_ELT (t, i), in strip_typedefs_expr()
1962 if (op != TREE_VEC_ELT (t, i)) in strip_typedefs_expr()
1969 TREE_VEC_ELT (r, i) = (*vec)[i]; in strip_typedefs_expr()
4206 if (!template_args_equal (TREE_VEC_ELT (p1, ix), in cp_tree_equal()
4207 TREE_VEC_ELT (p2, ix))) in cp_tree_equal()
5454 WALK_SUBTREE (TREE_VEC_ELT (args, i)); in cp_walk_subtrees()
Dparser.cc4647 TREE_VEC_ELT (charvec, i) = build_int_cst (char_type_node, in make_char_string_pack()
4654 TREE_VEC_ELT (argvec, 0) = argpack; in make_char_string_pack()
4677 TREE_VEC_ELT (argvec, 0) = str_char_type_node; in make_string_pack()
4682 TREE_VEC_ELT (charvec, i) in make_string_pack()
4689 TREE_VEC_ELT (argvec, 1) = argpack; in make_string_pack()
4876 TREE_VEC_ELT (tmpl_args, 0) = value; in cp_parser_userdef_string_literal()
17570 TREE_VEC_ELT (introduction_list, n) = parm; in cp_parser_introduction_list()
18755 TREE_VEC_ELT (vec, i) = args[i]; in cp_parser_template_argument_list()
31376 tree parm_list = TREE_VEC_ELT (parameter_list, 0); in cp_parser_template_declaration_after_parameters()
31391 tree parm_type = TREE_VEC_ELT (parameter_list, 0); in cp_parser_template_declaration_after_parameters()
[all …]
Dconstexpr.cc1758 TREE_VEC_ELT (binds, i) = arg; in cxx_bind_parameters_in_call()
2714 new_obj = TREE_VEC_ELT (new_call.bindings, 0); in cxx_eval_call_expression()
2722 tree cur_obj = TREE_VEC_ELT (ctx->call->bindings, 0); in cxx_eval_call_expression()
2816 tree arg = TREE_VEC_ELT (bound, i); in cxx_eval_call_expression()
2823 TREE_VEC_ELT (bound, i) = arg; in cxx_eval_call_expression()
9642 if (!RECUR (TREE_VEC_ELT (args, i), any)) in potential_constant_expression_1()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-general.cc355 if (TREE_VEC_ELT (n1, 0) == gimple_omp_for_index (for_stmt, j)) in omp_extract_for_data()
370 if (TREE_VEC_ELT (n2, 0) == gimple_omp_for_index (for_stmt, j)) in omp_extract_for_data()
403 if (TREE_VEC_ELT (loop->n1, 0) == gimple_omp_for_index (for_stmt, j)) in omp_extract_for_data()
413 loop->m1 = TREE_VEC_ELT (loop->n1, 1); in omp_extract_for_data()
414 loop->n1 = TREE_VEC_ELT (loop->n1, 2); in omp_extract_for_data()
427 gcc_assert (TREE_VEC_ELT (loop->n2, 0) in omp_extract_for_data()
431 if (TREE_VEC_ELT (loop->n2, 0) == gimple_omp_for_index (for_stmt, j)) in omp_extract_for_data()
441 loop->m2 = TREE_VEC_ELT (loop->n2, 1); in omp_extract_for_data()
442 loop->n2 = TREE_VEC_ELT (loop->n2, 2); in omp_extract_for_data()
845 TREE_VEC_ELT (t, 0) = *collapse_count; in omp_extract_for_data()
[all …]
Dgimplify.cc8179 if (gimplify_expr (&TREE_VEC_ELT (it, 1), pre_p, NULL, in gimplify_omp_affinity()
8181 || gimplify_expr (&TREE_VEC_ELT (it, 2), pre_p, NULL, in gimplify_omp_affinity()
8183 || gimplify_expr (&TREE_VEC_ELT (it, 3), pre_p, NULL, in gimplify_omp_affinity()
8185 || (gimplify_expr (&TREE_VEC_ELT (it, 4), pre_p, NULL, in gimplify_omp_affinity()
8191 tree block = TREE_VEC_ELT (TREE_PURPOSE (t), 5); in gimplify_omp_affinity()
8199 tree var = TREE_VEC_ELT (it, 0); in gimplify_omp_affinity()
8200 tree begin = TREE_VEC_ELT (it, 1); in gimplify_omp_affinity()
8201 tree end = TREE_VEC_ELT (it, 2); in gimplify_omp_affinity()
8202 tree step = TREE_VEC_ELT (it, 3); in gimplify_omp_affinity()
8323 if (gimplify_expr (&TREE_VEC_ELT (it, 1), pre_p, NULL, in gimplify_omp_depend()
[all …]
Dtree-object-size.cc202 return TREE_VEC_ELT (ret, TREE_VEC_LENGTH (ret) - 1); in object_sizes_get()
232 TREE_VEC_ELT (expr, TREE_VEC_LENGTH (expr) - 1) = name; in bundle_sizes()
838 phires = TREE_VEC_ELT (wholesize, TREE_VEC_LENGTH (wholesize) - 1); in emit_phi_nodes()
842 phires = TREE_VEC_ELT (size, TREE_VEC_LENGTH (size) - 1); in emit_phi_nodes()
852 tree wsz = TREE_VEC_ELT (wholesize, i); in emit_phi_nodes()
853 tree sz = TREE_VEC_ELT (size, i); in emit_phi_nodes()
919 tree res = propagate_unknowns (osi, TREE_VEC_ELT (expr, i)); in propagate_unknowns()
1563 TREE_VEC_ELT (sizes, i) = size; in phi_dynamic_object_size()
1564 TREE_VEC_ELT (wholesizes, i) = wholesize; in phi_dynamic_object_size()
Dtree-pretty-print.cc439 dump_generic_node (pp, TREE_TYPE (TREE_VEC_ELT (it, 0)), spc, flags, in dump_omp_iterators()
442 dump_generic_node (pp, TREE_VEC_ELT (it, 0), spc, flags, false); in dump_omp_iterators()
444 dump_generic_node (pp, TREE_VEC_ELT (it, 1), spc, flags, false); in dump_omp_iterators()
446 dump_generic_node (pp, TREE_VEC_ELT (it, 2), spc, flags, false); in dump_omp_iterators()
448 dump_generic_node (pp, TREE_VEC_ELT (it, 3), spc, flags, false); in dump_omp_iterators()
1734 dump_generic_node (pp, TREE_VEC_ELT (node, 0), spc, flags, false); in dump_omp_loop_non_rect_expr()
1736 if (op_prio (TREE_VEC_ELT (node, 1)) <= op_code_prio (MULT_EXPR)) in dump_omp_loop_non_rect_expr()
1739 dump_generic_node (pp, TREE_VEC_ELT (node, 1), spc, flags, false); in dump_omp_loop_non_rect_expr()
1743 dump_generic_node (pp, TREE_VEC_ELT (node, 1), spc, flags, false); in dump_omp_loop_non_rect_expr()
1745 if (op_prio (TREE_VEC_ELT (node, 1)) <= op_code_prio (PLUS_EXPR)) in dump_omp_loop_non_rect_expr()
[all …]
Domp-low.cc11788 if (!is_gimple_min_invariant (TREE_VEC_ELT (*rhs_p, 1))) in lower_omp_for()
11789 TREE_VEC_ELT (*rhs_p, 1) in lower_omp_for()
11790 = get_formal_tmp_var (TREE_VEC_ELT (*rhs_p, 1), &cnt_list); in lower_omp_for()
11791 if (!is_gimple_min_invariant (TREE_VEC_ELT (*rhs_p, 2))) in lower_omp_for()
11792 TREE_VEC_ELT (*rhs_p, 2) in lower_omp_for()
11793 = get_formal_tmp_var (TREE_VEC_ELT (*rhs_p, 2), &cnt_list); in lower_omp_for()
11803 if (!is_gimple_min_invariant (TREE_VEC_ELT (*rhs_p, 1))) in lower_omp_for()
11804 TREE_VEC_ELT (*rhs_p, 1) in lower_omp_for()
11805 = get_formal_tmp_var (TREE_VEC_ELT (*rhs_p, 1), &cnt_list); in lower_omp_for()
11806 if (!is_gimple_min_invariant (TREE_VEC_ELT (*rhs_p, 2))) in lower_omp_for()
[all …]
Dprint-tree.cc885 if (TREE_VEC_ELT (node, i)) in print_node()
891 print_node (file, temp, TREE_VEC_ELT (node, i), indent + 4); in print_node()
Dvr-values.cc3853 TREE_VEC_ELT (vec2, n2++) = gimple_switch_default_label (stmt); in simplify_switch_using_ranges()
3856 TREE_VEC_ELT (vec2, n2) = gimple_switch_label (stmt, i); in simplify_switch_using_ranges()
3859 TREE_VEC_ELT (vec2, n2) = gimple_switch_label (stmt, k); in simplify_switch_using_ranges()
3866 CASE_LABEL (TREE_VEC_ELT (vec2, i)))); in simplify_switch_using_ranges()
3922 gimple_switch_set_label (su->stmt, j, TREE_VEC_ELT (su->vec, j)); in cleanup_edges_and_switches()
Dtree-dump.cc438 dump_child (buffer, TREE_VEC_ELT (t, i)); in dequeue_and_dump()
Dtree-streamer-out.cc781 stream_write_tree_ref (ob, TREE_VEC_ELT (expr, i)); in write_ts_vec_tree_pointers()
Dtree-streamer-in.cc896 TREE_VEC_ELT (expr, i) = stream_read_tree_ref (ib, data_in); in lto_input_ts_vec_tree_pointers()
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-common.cc1543 compare_tree_edges (TREE_VEC_ELT (t1, i), TREE_VEC_ELT (t2, i)); in compare_tree_sccs_1()

12