Home
last modified time | relevance | path

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

1234

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dstmt.cc485 i_name = TREE_PURPOSE (TREE_PURPOSE (i)); in check_unique_operand_names()
490 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) in check_unique_operand_names()
496 i_name = TREE_PURPOSE (TREE_PURPOSE (i)); in check_unique_operand_names()
501 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) in check_unique_operand_names()
504 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) in check_unique_operand_names()
510 i_name = TREE_PURPOSE (i); in check_unique_operand_names()
515 if (simple_cst_equal (i_name, TREE_PURPOSE (j))) in check_unique_operand_names()
518 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) in check_unique_operand_names()
548 c = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t))); in resolve_asm_operand_names()
554 TREE_VALUE (TREE_PURPOSE (t)) in resolve_asm_operand_names()
[all …]
Domp-general.cc1007 const char *sel = IDENTIFIER_POINTER (TREE_PURPOSE (t2)); in omp_constructor_traits_to_codes()
1109 if (TREE_PURPOSE (t1) == TREE_PURPOSE (t2)) in omp_check_context_selector()
1112 IDENTIFIER_POINTER (TREE_PURPOSE (t1))); in omp_check_context_selector()
1122 if (TREE_PURPOSE (t1) == TREE_PURPOSE (t2)) in omp_check_context_selector()
1126 IDENTIFIER_POINTER (TREE_PURPOSE (t1)), in omp_check_context_selector()
1127 IDENTIFIER_POINTER (TREE_PURPOSE (t))); in omp_check_context_selector()
1135 if (pset.add (TREE_PURPOSE (t1))) in omp_check_context_selector()
1139 IDENTIFIER_POINTER (TREE_PURPOSE (t1)), in omp_check_context_selector()
1140 IDENTIFIER_POINTER (TREE_PURPOSE (t))); in omp_check_context_selector()
1163 if (!strcmp (IDENTIFIER_POINTER (TREE_PURPOSE (t1)), in omp_check_context_selector()
[all …]
Dgimplify-me.cc194 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (op))); in gimple_regimplify_operands()
205 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (op))); in gimple_regimplify_operands()
Dgimple-walk.cc106 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (op))); in walk_gimple_asm()
125 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (op))); in walk_gimple_asm()
883 (TREE_VALUE (TREE_PURPOSE (link))); in walk_stmt_load_store_addr_ops()
909 (TREE_VALUE (TREE_PURPOSE (link))); in walk_stmt_load_store_addr_ops()
Dattribs.cc417 ns = TREE_PURPOSE (name); in lookup_attribute_spec()
437 return TREE_PURPOSE (TREE_PURPOSE (attr)); in get_attribute_namespace()
576 const attribute_spec *as = lookup_attribute_spec (TREE_PURPOSE (attr)); in attribute_ignored_p()
983 return (TREE_CODE (TREE_PURPOSE (attr)) == TREE_LIST); in cxx11_attribute_p()
996 return TREE_VALUE (TREE_PURPOSE (attr)); in get_attribute_name()
997 return TREE_PURPOSE (attr); in get_attribute_name()
1512 *ptr = tree_cons (TREE_PURPOSE (start), in remove_attributes_matching()
Dipa-free-lang-data.cc452 TREE_PURPOSE (p) = NULL; in free_lang_data_in_type()
462 TREE_PURPOSE (p) = NULL; in free_lang_data_in_type()
1002 && TREE_PURPOSE (arg) in find_decls_types_in_node()
1004 find_decls_types (TREE_PURPOSE (arg), fld); in find_decls_types_in_node()
Dtree-pretty-print.cc777 && TREE_PURPOSE (t) in dump_omp_clause()
778 && TREE_CODE (TREE_PURPOSE (t)) == TREE_VEC) in dump_omp_clause()
780 dump_omp_iterators (pp, TREE_PURPOSE (t), spc, flags); in dump_omp_clause()
819 if (TREE_PURPOSE (t) != integer_zero_node) in dump_omp_clause()
825 dump_generic_node (pp, TREE_PURPOSE (t), spc, flags, in dump_omp_clause()
841 && TREE_PURPOSE (t) in dump_omp_clause()
842 && TREE_CODE (TREE_PURPOSE (t)) == TREE_VEC) in dump_omp_clause()
844 dump_omp_iterators (pp, TREE_PURPOSE (t), spc, flags); in dump_omp_clause()
1799 if (TREE_PURPOSE (node)) in dump_generic_node()
1801 dump_generic_node (pp, TREE_PURPOSE (node), spc, flags, false); in dump_generic_node()
Dgimplify.cc6575 = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (link))); in gimplify_asm_expr()
6661 TREE_VALUE (TREE_PURPOSE (link)) = build_string (constraint_len, p); in gimplify_asm_expr()
6747 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (link))); in gimplify_asm_expr()
7474 for (tree t = TREE_VALUE (attr); t; t = TREE_PURPOSE (t)) in device_resident_p()
8164 && TREE_PURPOSE (t) in gimplify_omp_affinity()
8165 && TREE_CODE (TREE_PURPOSE (t)) == TREE_VEC) in gimplify_omp_affinity()
8169 if (TREE_PURPOSE (t) != last_iter) in gimplify_omp_affinity()
8177 for (tree it = TREE_PURPOSE (t); it; it = TREE_CHAIN (it)) in gimplify_omp_affinity()
8190 last_iter = TREE_PURPOSE (t); in gimplify_omp_affinity()
8191 tree block = TREE_VEC_ELT (TREE_PURPOSE (t), 5); in gimplify_omp_affinity()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-runtime-shared-support.cc325 ADDR_EXPR, TREE_PURPOSE (*chain), 1)); in add_objc_string()
621 tree decl = TREE_PURPOSE (chain); in build_next_selector_translation_table()
684 decl = TREE_PURPOSE (chain); in generate_strings()
694 decl = TREE_PURPOSE (chain); in generate_strings()
704 decl = TREE_PURPOSE (chain); in generate_strings()
714 decl = TREE_PURPOSE (chain); in generate_strings()
Dobjc-gnu-runtime-abi-01.cc640 && (!prototype || TREE_PURPOSE (*chain) == prototype)) in gnu_runtime_abi_01_build_typed_selector_reference()
804 TREE_PURPOSE (*chain) = tree_cons (NULL_TREE, in gnu_runtime_abi_01_get_protocol_reference()
806 TREE_PURPOSE (*chain)); in gnu_runtime_abi_01_get_protocol_reference()
906 TREE_PURPOSE (*chain) = tree_cons (NULL_TREE, decl, TREE_PURPOSE (*chain)); in objc_add_static_instance()
1020 decl = TREE_PURPOSE (chain); in generate_classref_translation_entry()
1825 encoding = get_proto_encoding (TREE_PURPOSE (chain)); in build_gnu_selector_translation_table()
1864 for (num_inst = 0, in_chain = TREE_PURPOSE (cl_chain); in generate_static_references()
1878 for (in_chain = TREE_PURPOSE (cl_chain); in generate_static_references()
2117 if (TREE_PURPOSE (chain)) in objc_generate_v1_gnu_metadata()
Dobjc-encoding.cc108 encode_type_qualifiers (TREE_PURPOSE (TREE_TYPE (method_decl))); in encode_method_prototype()
150 encode_type_qualifiers (TREE_PURPOSE (TREE_TYPE (parms))); in encode_method_prototype()
Dobjc-next-runtime-abi-01.cc703 if (! TREE_PURPOSE (*chain)) in next_runtime_abi_01_get_class_reference()
704 TREE_PURPOSE (*chain) = build_class_reference_decl (); in next_runtime_abi_01_get_class_reference()
706 return TREE_PURPOSE (*chain); in next_runtime_abi_01_get_class_reference()
764 if (TREE_PURPOSE (chain) == receiver) in next_runtime_abi_01_receiver_is_class_object()
800 return TREE_PURPOSE (*chain); in next_runtime_abi_01_build_selector_reference()
2324 decl = TREE_PURPOSE (chain); in generate_classref_translation_entry()
2394 if (TREE_PURPOSE (chain)) in objc_generate_v1_next_metadata()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Dsol2.cc52 tree name = TREE_PURPOSE (*x); in solaris_insert_attributes()
73 tree name = TREE_PURPOSE (*x); in solaris_insert_attributes()
90 tree name = TREE_PURPOSE (*x); in solaris_insert_attributes()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dpt.cc948 tree spec_args = TREE_PURPOSE (specs); in maybe_new_partial_specialization()
2532 *targs_out = add_outermost_template_args (tmpl, TREE_PURPOSE (templates)); in determine_specialization()
2563 return hash_tree_cons (TREE_PURPOSE (tmpl_types), in copy_default_args_to_explicit_spec_1()
2597 if (TREE_PURPOSE (t)) in copy_default_args_to_explicit_spec()
2635 new_spec_types = hash_tree_cons (TREE_PURPOSE (vtt), in copy_default_args_to_explicit_spec()
2641 new_spec_types = hash_tree_cons (TREE_PURPOSE (in_charge), in copy_default_args_to_explicit_spec()
2990 if (TREE_PURPOSE (t)) in check_explicit_specialization()
4169 if (TREE_CODE (arg) == TREE_LIST && TREE_PURPOSE (arg)) in make_pack_expansion()
4199 gcc_assert (TYPE_P (TREE_PURPOSE (arg))); in make_pack_expansion()
4200 cp_walk_tree (&TREE_PURPOSE (arg), &find_parameter_packs_r, in make_pack_expansion()
[all …]
Dconstraint.cc427 tree arg = TREE_VEC_ELT (TREE_PURPOSE (info), 0); in deduce_constrained_parameter()
446 return TREE_PURPOSE (info); in deduce_concept_introduction()
543 tree arg = TREE_PURPOSE (p); in debug_parameter_mapping()
578 TREE_PURPOSE (p) = TMPL_ARG (args, level, index); in map_arguments()
581 TREE_PURPOSE (p) = template_parm_to_arg (p); in map_arguments()
608 tree arg1 = TREE_PURPOSE (map1); in parameter_mapping_equivalent_p()
609 tree arg2 = TREE_PURPOSE (map2); in parameter_mapping_equivalent_p()
797 tree target = TREE_PURPOSE (node); in normalize_atom()
1052 val = iterative_hash_template_arg (TREE_PURPOSE (p), val); in hash_atomic_constraint()
1356 args = TREE_PURPOSE (info); in build_function_check()
[all …]
Dinit.cc1306 subobject = TREE_PURPOSE (init); in sort_mem_initializers()
1314 if (TREE_PURPOSE (subobject_init) == subobject) in sort_mem_initializers()
1322 if (TREE_CODE (TREE_PURPOSE (next_subobject)) == FIELD_DECL) in sort_mem_initializers()
1323 warning_at (DECL_SOURCE_LOCATION (TREE_PURPOSE (next_subobject)), in sort_mem_initializers()
1325 TREE_PURPOSE (next_subobject)); in sort_mem_initializers()
1328 TREE_PURPOSE (next_subobject)); in sort_mem_initializers()
1342 while (TREE_PURPOSE (subobject_init) != subobject) in sort_mem_initializers()
1385 field = TREE_PURPOSE (init); in sort_mem_initializers()
1430 innermost_aggr_scope (TREE_PURPOSE (*last_p))); in sort_mem_initializers()
1433 || ctx == TREE_TYPE (TREE_PURPOSE (*last_p)))) in sort_mem_initializers()
[all …]
Dlambda.cc73 tree field = TREE_PURPOSE (node); in build_lambda_object()
687 tree field = TREE_PURPOSE (captures); in register_capture_members()
1483 build_capture_proxy (TREE_PURPOSE (cap), TREE_VALUE (cap)); in start_lambda_function()
1500 tree mem = TREE_PURPOSE (cap); in var_to_maybe_prune()
1586 tree field = TREE_PURPOSE (cap); in prune_lambda_captures()
Dcxx-pretty-print.cc335 pp->id_expression (TREE_PURPOSE (value)); in pp_cxx_enumeration_constant()
1576 pp->assignment_expression (TREE_PURPOSE (types)); in pp_cxx_parameter_declaration_clause()
1599 if (TREE_PURPOSE (ex_spec)) in pp_cxx_exception_specification()
1607 pp->expression (TREE_PURPOSE (ex_spec)); in pp_cxx_exception_specification()
1738 tree purpose = TREE_PURPOSE (t); in pp_cxx_ctor_initializer()
2890 tree arg = TREE_PURPOSE (p); in pp_cxx_parameter_mapping()
Dtree.cc1534 *p = tree_cons (TREE_PURPOSE (a), TREE_VALUE (a), NULL_TREE); in apply_identity_attributes()
1542 *p = tree_cons (TREE_PURPOSE (a2), TREE_VALUE (a2), NULL_TREE); in apply_identity_attributes()
1602 gcc_assert (!TREE_PURPOSE (t)); in strip_typedefs()
1696 = tree_cons (TREE_PURPOSE (arg_node2), in strip_typedefs()
1701 = tree_cons (TREE_PURPOSE (arg_node), arg_type, arg_types); in strip_typedefs()
1938 gcc_assert (TREE_PURPOSE (it) == NULL_TREE); in strip_typedefs_expr()
2176 && TREE_PURPOSE (t) == proxy->purpose in equal()
2208 return list_hash_pieces (TREE_PURPOSE (t), in hash()
2756 || uses_template_parms (TREE_PURPOSE (raises))) in canonical_eh_spec()
3960 if (!cp_tree_equal (TREE_PURPOSE (t1), TREE_PURPOSE (t2))) in cp_tree_equal()
[all …]
Derror.cc338 a = TREE_PURPOSE (parm); in dump_template_parameter()
1873 if ((flags & TFF_FUNCTION_DEFAULT_ARGUMENTS) && TREE_PURPOSE (parmtypes)) in dump_parameters()
1878 dump_expr (pp, TREE_PURPOSE (parmtypes), flags | TFF_EXPR_IN_PARENS); in dump_parameters()
1905 if (t && TREE_PURPOSE (t)) in dump_exception_spec()
1908 if (!integer_onep (TREE_PURPOSE (t))) in dump_exception_spec()
1915 dump_expr (pp, TREE_PURPOSE (t), flags); in dump_exception_spec()
3440 tree decl = TREE_PURPOSE (p); in subst_to_string()
3450 dump_template_decl (cxx_pp, TREE_PURPOSE (p), flags); in subst_to_string()
3894 print_concept_check_info (context, src, TREE_PURPOSE (cxt), args); in print_constraint_context_head()
3939 tree args = TREE_PURPOSE (failed); in maybe_print_single_constraint_context()
[all …]
Dtypeck2.cc764 d = TREE_PURPOSE (f); in split_nonconstant_init()
2570 noex = TREE_PURPOSE (list); in merge_exception_specifiers()
2571 gcc_checking_assert (!TREE_PURPOSE (add) in merge_exception_specifiers()
2573 || cp_tree_equal (noex, TREE_PURPOSE (add))); in merge_exception_specifiers()
2595 if (noex != TREE_PURPOSE (list)) in merge_exception_specifiers()
Ddecl2.cc1461 const attribute_spec *as = lookup_attribute_spec (TREE_PURPOSE (a)); in any_dependent_type_attributes_p()
1953 if (TREE_PURPOSE (args)) in coerce_new_type()
1962 TREE_PURPOSE (args) = NULL_TREE; in coerce_new_type()
4375 TREE_PURPOSE (node), initp); in do_static_initialization_or_destruction()
4411 tree init = TREE_PURPOSE (t); in prune_vars_needing_no_initialization()
4828 tree init = TREE_PURPOSE (vars); in handle_tls_init()
5199 TREE_VALUE (t), TREE_PURPOSE (t)); in c_parse_final_cleanups()
5578 if (TREE_PURPOSE (arg)) in check_default_args()
5601 TREE_PURPOSE (arg) = error_mark_node; in check_default_args()
Dtypeck.cc211 if (TREE_PURPOSE (p1) && !TREE_PURPOSE (p2)) in commonparms()
213 TREE_PURPOSE (n) = TREE_PURPOSE (p1); in commonparms()
216 else if (! TREE_PURPOSE (p1)) in commonparms()
218 if (TREE_PURPOSE (p2)) in commonparms()
220 TREE_PURPOSE (n) = TREE_PURPOSE (p2); in commonparms()
226 if (simple_cst_equal (TREE_PURPOSE (p1), TREE_PURPOSE (p2)) != 1) in commonparms()
228 TREE_PURPOSE (n) = TREE_PURPOSE (p2); in commonparms()
1080 if ((t1 && TREE_PURPOSE (t1)) in comp_except_specs()
1081 || (t2 && TREE_PURPOSE (t2))) in comp_except_specs()
1083 && cp_tree_equal (TREE_PURPOSE (t1), TREE_PURPOSE (t2))); in comp_except_specs()
[all …]
Ddecl.cc721 name = TREE_PURPOSE (link); in poplevel()
740 SET_IDENTIFIER_TYPE_VALUE (TREE_PURPOSE (link), TREE_VALUE (link)); in poplevel()
1371 if (TREE_PURPOSE (t)) in check_redeclaration_no_default_args()
1398 if ((DECL_UNIQUE_FRIEND_P (olddecl) && TREE_PURPOSE (t1)) in check_no_redeclaration_friend_default_args()
1399 || (DECL_UNIQUE_FRIEND_P (newdecl) && TREE_PURPOSE (t2))) in check_no_redeclaration_friend_default_args()
1490 tree& new_default = TREE_PURPOSE (TREE_VEC_ELT (new_parms, i)); in merge_default_template_args()
1491 tree& old_default = TREE_PURPOSE (TREE_VEC_ELT (old_parms, i)); in merge_default_template_args()
2057 if (TREE_PURPOSE (t1) && TREE_PURPOSE (t2)) in duplicate_decls()
2059 if (simple_cst_equal (TREE_PURPOSE (t1), in duplicate_decls()
2060 TREE_PURPOSE (t2)) == 1) in duplicate_decls()
[all …]
Dsemantics.cc1893 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t))); in finish_asm_stmt()
1912 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t))); in finish_asm_stmt()
2057 if (TREE_CODE (TREE_PURPOSE (mem)) != TYPE_PACK_EXPANSION in finish_mem_initializers()
5224 low_bound = TREE_PURPOSE (t); in handle_omp_array_sections_1()
5431 TREE_PURPOSE (t) = lb; in handle_omp_array_sections_1()
5492 TREE_PURPOSE (t) = lb; in handle_omp_array_sections_1()
5523 && TREE_PURPOSE (*tp) in handle_omp_array_sections()
5524 && TREE_CODE (TREE_PURPOSE (*tp)) == TREE_VEC) in handle_omp_array_sections()
5572 tree low_bound = TREE_PURPOSE (t); in handle_omp_array_sections()
6536 tree offset = TREE_PURPOSE (t); in cp_finish_omp_clause_depend_sink()
[all …]

1234