Home
last modified time | relevance | path

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

123456

/dragonfly/contrib/gcc-8.0/gcc/
HDstmt.c486 i_name = TREE_PURPOSE (TREE_PURPOSE (i)); in check_unique_operand_names()
491 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) in check_unique_operand_names()
497 i_name = TREE_PURPOSE (TREE_PURPOSE (i)); in check_unique_operand_names()
502 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) in check_unique_operand_names()
505 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) in check_unique_operand_names()
511 i_name = TREE_PURPOSE (i); in check_unique_operand_names()
516 if (simple_cst_equal (i_name, TREE_PURPOSE (j))) in check_unique_operand_names()
519 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) in check_unique_operand_names()
549 c = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t))); in resolve_asm_operand_names()
555 TREE_VALUE (TREE_PURPOSE (t)) in resolve_asm_operand_names()
[all …]
HDgimplify-me.c194 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()
HDgimple-walk.c106 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()
855 (TREE_VALUE (TREE_PURPOSE (link))); in walk_stmt_load_store_addr_ops()
881 (TREE_VALUE (TREE_PURPOSE (link))); in walk_stmt_load_store_addr_ops()
HDattribs.c324 ns = TREE_PURPOSE (name); in lookup_attribute_spec()
344 return TREE_PURPOSE (TREE_PURPOSE (attr)); in get_attribute_namespace()
821 return (TREE_CODE (TREE_PURPOSE (attr)) == TREE_LIST); in cxx11_attribute_p()
834 return TREE_VALUE (TREE_PURPOSE (attr)); in get_attribute_name()
835 return TREE_PURPOSE (attr); in get_attribute_name()
/dragonfly/contrib/gcc-4.7/gcc/
HDstmt.c673 constraints[i] = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t))); in expand_asm_operands()
675 constraints[i] = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t))); in expand_asm_operands()
1214 tree tmp = TREE_PURPOSE (outputs ? outputs : inputs); in check_operand_nalternatives()
1229 = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (tmp))); in check_operand_nalternatives()
1260 i_name = TREE_PURPOSE (TREE_PURPOSE (i)); in check_unique_operand_names()
1265 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) in check_unique_operand_names()
1271 i_name = TREE_PURPOSE (TREE_PURPOSE (i)); in check_unique_operand_names()
1276 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) in check_unique_operand_names()
1279 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) in check_unique_operand_names()
1285 i_name = TREE_PURPOSE (i); in check_unique_operand_names()
[all …]
HDtree.c1448 CONSTRUCTOR_APPEND_ELT (v, TREE_PURPOSE (t), TREE_VALUE (t)); in build_constructor_from_list()
2033 if (elem == TREE_PURPOSE (list)) in purpose_member()
2200 TREE_PURPOSE (t) = parm; in build_tree_list_stat()
2239 TREE_PURPOSE (node) = purpose; in tree_cons_stat()
3099 return tree_cons (TREE_PURPOSE (exp), op1, op0); in substitute_in_expr()
3318 return tree_cons (TREE_PURPOSE (exp), op1, op0); in substitute_placeholder_in_expr()
4335 as = lookup_attribute_spec (TREE_PURPOSE (a)); in comp_type_attributes()
4349 as = lookup_attribute_spec (TREE_PURPOSE (a)); in comp_type_attributes()
5275 size_t ident_len = IDENTIFIER_LENGTH (TREE_PURPOSE (list)); in private_lookup_attribute()
5279 if (strcmp (attr_name, IDENTIFIER_POINTER (TREE_PURPOSE (list))) == 0) in private_lookup_attribute()
[all …]
HDsdbout.c269 (((link) && TREE_PURPOSE ((link)) \
270 && IDENTIFIER_POINTER (TREE_PURPOSE ((link)))) \
271 ? IDENTIFIER_POINTER (TREE_PURPOSE ((link))) : (char *) 0)
1194 PUT_SDB_DEF (IDENTIFIER_POINTER (TREE_PURPOSE (tem))); in sdbout_one_type()
/dragonfly/contrib/gcc-4.7/gcc/objc/
HDobjc-runtime-shared-support.c328 ADDR_EXPR, TREE_PURPOSE (*chain), 1)); in add_objc_string()
627 tree decl = TREE_PURPOSE (chain); in build_next_selector_translation_table()
690 decl = TREE_PURPOSE (chain); in generate_strings()
699 decl = TREE_PURPOSE (chain); in generate_strings()
708 decl = TREE_PURPOSE (chain); in generate_strings()
717 decl = TREE_PURPOSE (chain); in generate_strings()
HDobjc-gnu-runtime-abi-01.c630 && (!prototype || TREE_PURPOSE (*chain) == prototype)) in gnu_runtime_abi_01_build_typed_selector_reference()
793 TREE_PURPOSE (*chain) = tree_cons (NULL_TREE, in gnu_runtime_abi_01_get_protocol_reference()
795 TREE_PURPOSE (*chain)); in gnu_runtime_abi_01_get_protocol_reference()
897 TREE_PURPOSE (*chain) = tree_cons (NULL_TREE, decl, TREE_PURPOSE (*chain)); in objc_add_static_instance()
1011 decl = TREE_PURPOSE (chain); in generate_classref_translation_entry()
1832 encoding = get_proto_encoding (TREE_PURPOSE (chain)); in build_gnu_selector_translation_table()
1875 for (num_inst = 0, in_chain = TREE_PURPOSE (cl_chain); in generate_static_references()
1889 for (in_chain = TREE_PURPOSE (cl_chain); in generate_static_references()
2128 if (TREE_PURPOSE (chain)) in objc_generate_v1_gnu_metadata()
HDobjc-encoding.c110 encode_type_qualifiers (TREE_PURPOSE (TREE_TYPE (method_decl))); in encode_method_prototype()
152 encode_type_qualifiers (TREE_PURPOSE (TREE_TYPE (parms))); in encode_method_prototype()
HDobjc-next-runtime-abi-01.c700 if (! TREE_PURPOSE (*chain)) in next_runtime_abi_01_get_class_reference()
701 TREE_PURPOSE (*chain) = build_class_reference_decl (); in next_runtime_abi_01_get_class_reference()
703 return TREE_PURPOSE (*chain); in next_runtime_abi_01_get_class_reference()
760 if (TREE_PURPOSE (chain) == receiver) in next_runtime_abi_01_receiver_is_class_object()
796 return TREE_PURPOSE (*chain); in next_runtime_abi_01_build_selector_reference()
2321 decl = TREE_PURPOSE (chain); in generate_classref_translation_entry()
2393 if (TREE_PURPOSE (chain)) in objc_generate_v1_next_metadata()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDpt.c893 tree spec_args = TREE_PURPOSE (specs); in maybe_new_partial_specialization()
2411 TREE_PURPOSE (templates)); in determine_specialization()
2414 *targs_out = TREE_PURPOSE (templates); in determine_specialization()
2440 return hash_tree_cons (TREE_PURPOSE (tmpl_types), in copy_default_args_to_explicit_spec_1()
2474 if (TREE_PURPOSE (t)) in copy_default_args_to_explicit_spec()
2512 new_spec_types = hash_tree_cons (TREE_PURPOSE (vtt), in copy_default_args_to_explicit_spec()
2518 new_spec_types = hash_tree_cons (TREE_PURPOSE (in_charge), in copy_default_args_to_explicit_spec()
2926 if (TREE_PURPOSE (t)) in check_explicit_specialization()
3918 if (TREE_CODE (arg) == TREE_LIST && TREE_PURPOSE (arg)) in make_pack_expansion()
3948 gcc_assert (TYPE_P (TREE_PURPOSE (arg))); in make_pack_expansion()
[all …]
HDinit.c1039 subobject = TREE_PURPOSE (init); in sort_mem_initializers()
1047 if (TREE_PURPOSE (subobject_init) == subobject) in sort_mem_initializers()
1055 if (TREE_CODE (TREE_PURPOSE (next_subobject)) == FIELD_DECL) in sort_mem_initializers()
1056 warning_at (DECL_SOURCE_LOCATION (TREE_PURPOSE (next_subobject)), in sort_mem_initializers()
1058 TREE_PURPOSE (next_subobject)); in sort_mem_initializers()
1061 TREE_PURPOSE (next_subobject)); in sort_mem_initializers()
1075 while (TREE_PURPOSE (subobject_init) != subobject) in sort_mem_initializers()
1116 field = TREE_PURPOSE (init); in sort_mem_initializers()
1161 innermost_aggr_scope (TREE_PURPOSE (*last_p))); in sort_mem_initializers()
1164 || ctx == TREE_TYPE (TREE_PURPOSE (*last_p)))) in sort_mem_initializers()
[all …]
HDlambda.c71 tree field = TREE_PURPOSE (node); in build_lambda_object()
684 tree field = TREE_PURPOSE (captures); in register_capture_members()
1433 build_capture_proxy (TREE_PURPOSE (cap), TREE_VALUE (cap)); in start_lambda_function()
1450 tree mem = TREE_PURPOSE (cap); in var_to_maybe_prune()
1532 tree field = TREE_PURPOSE (cap); in prune_lambda_captures()
HDtree.c1357 *p = tree_cons (TREE_PURPOSE (a), TREE_VALUE (a), NULL_TREE); in apply_identity_attributes()
1365 *p = tree_cons (TREE_PURPOSE (a2), TREE_VALUE (a2), NULL_TREE); in apply_identity_attributes()
1421 gcc_assert (!TREE_PURPOSE (t)); in strip_typedefs()
1512 = tree_cons (TREE_PURPOSE (arg_node2), in strip_typedefs()
1517 = tree_cons (TREE_PURPOSE (arg_node), arg_type, arg_types); in strip_typedefs()
1730 gcc_assert (TREE_PURPOSE (it) == NULL_TREE); in strip_typedefs_expr()
1969 && TREE_PURPOSE (t) == proxy->purpose in equal()
2001 return list_hash_pieces (TREE_PURPOSE (t), in hash()
2648 || uses_template_parms (TREE_PURPOSE (raises))) in canonical_eh_spec()
3678 if (!cp_tree_equal (TREE_PURPOSE (t1), TREE_PURPOSE (t2))) in cp_tree_equal()
[all …]
HDtypeck.c202 if (TREE_PURPOSE (p1) && !TREE_PURPOSE (p2)) in commonparms()
204 TREE_PURPOSE (n) = TREE_PURPOSE (p1); in commonparms()
207 else if (! TREE_PURPOSE (p1)) in commonparms()
209 if (TREE_PURPOSE (p2)) in commonparms()
211 TREE_PURPOSE (n) = TREE_PURPOSE (p2); in commonparms()
217 if (simple_cst_equal (TREE_PURPOSE (p1), TREE_PURPOSE (p2)) != 1) in commonparms()
219 TREE_PURPOSE (n) = TREE_PURPOSE (p2); in commonparms()
1053 if ((t1 && TREE_PURPOSE (t1)) in comp_except_specs()
1054 || (t2 && TREE_PURPOSE (t2))) in comp_except_specs()
1056 && cp_tree_equal (TREE_PURPOSE (t1), TREE_PURPOSE (t2))); in comp_except_specs()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDpt.c1086 return spec ? TREE_PURPOSE (spec) : NULL_TREE; in retrieve_local_specialization()
2111 TREE_PURPOSE (templates)); in determine_specialization()
2114 *targs_out = TREE_PURPOSE (templates); in determine_specialization()
2140 return hash_tree_cons (TREE_PURPOSE (tmpl_types), in copy_default_args_to_explicit_spec_1()
2174 if (TREE_PURPOSE (t)) in copy_default_args_to_explicit_spec()
2212 new_spec_types = hash_tree_cons (TREE_PURPOSE (vtt), in copy_default_args_to_explicit_spec()
2218 new_spec_types = hash_tree_cons (TREE_PURPOSE (in_charge), in copy_default_args_to_explicit_spec()
2399 if (TREE_PURPOSE (t)) in check_explicit_specialization()
3189 cp_walk_tree (&TREE_PURPOSE (arg), &find_parameter_packs_r, in make_pack_expansion()
3216 SET_PACK_EXPANSION_PATTERN (purpose, TREE_PURPOSE (arg)); in make_pack_expansion()
[all …]
HDname-lookup.c1823 fprintf (stderr, " %s ", IDENTIFIER_POINTER (TREE_PURPOSE (t))); in print_binding_level()
2852 SET_IDENTIFIER_TYPE_VALUE (TREE_PURPOSE (shadowed), TREE_VALUE (shadowed)); in poplevel_class()
3508 tree name = TREE_PURPOSE (d); in handle_namespace_attrs()
3750 if (TREE_PURPOSE (shadowed) == name) in pushdecl_namespace_level()
3811 add_using_namespace_1 (user, TREE_PURPOSE (t), 1); in add_using_namespace_1()
3815 add_using_namespace_1 (TREE_PURPOSE (t), used, 1); in add_using_namespace_1()
3905 tree name = TREE_PURPOSE (a); in parse_using_directive()
4386 tree used = ORIGINAL_NAMESPACE (TREE_PURPOSE (iter)); in lookup_using_namespace()
4468 if (is_associated_namespace (scope, TREE_PURPOSE (usings))) in qualified_lookup_using_namespace()
4469 VEC_safe_push (tree, gc, todo_inline, TREE_PURPOSE (usings)); in qualified_lookup_using_namespace()
[all …]
HDinit.c846 subobject = TREE_PURPOSE (init); in sort_mem_initializers()
854 if (TREE_PURPOSE (subobject_init) == subobject) in sort_mem_initializers()
862 if (TREE_CODE (TREE_PURPOSE (next_subobject)) == FIELD_DECL) in sort_mem_initializers()
864 TREE_PURPOSE (next_subobject)); in sort_mem_initializers()
867 TREE_PURPOSE (next_subobject)); in sort_mem_initializers()
880 while (TREE_PURPOSE (subobject_init) != subobject) in sort_mem_initializers()
922 field = TREE_PURPOSE (init); in sort_mem_initializers()
1031 && TYPE_P (TREE_PURPOSE (mem_inits)) in emit_mem_initializers()
1032 && same_type_p (TREE_PURPOSE (mem_inits), current_class_type)) in emit_mem_initializers()
1051 && TREE_CODE (TREE_PURPOSE (mem_inits)) != FIELD_DECL) in emit_mem_initializers()
[all …]
HDtypeck.c210 if (TREE_PURPOSE (p1) && !TREE_PURPOSE (p2)) in commonparms()
212 TREE_PURPOSE (n) = TREE_PURPOSE (p1); in commonparms()
215 else if (! TREE_PURPOSE (p1)) in commonparms()
217 if (TREE_PURPOSE (p2)) in commonparms()
219 TREE_PURPOSE (n) = TREE_PURPOSE (p2); in commonparms()
225 if (1 != simple_cst_equal (TREE_PURPOSE (p1), TREE_PURPOSE (p2))) in commonparms()
227 TREE_PURPOSE (n) = TREE_PURPOSE (p2); in commonparms()
1021 if ((t1 && TREE_PURPOSE (t1)) in comp_except_specs()
1022 || (t2 && TREE_PURPOSE (t2))) in comp_except_specs()
1024 && cp_tree_equal (TREE_PURPOSE (t1), TREE_PURPOSE (t2))); in comp_except_specs()
[all …]
HDtree.c1179 tree_cons (TREE_PURPOSE (arg_node), arg_type, arg_types); in strip_typedefs()
1341 gcc_assert (TREE_PURPOSE (it) == NULL_TREE); in strip_typedefs_expr()
1568 && TREE_PURPOSE (t) == proxy->purpose in list_hash_eq()
1601 return list_hash_pieces (TREE_PURPOSE (t), in list_hash()
2543 if (!cp_tree_equal (TREE_PURPOSE (t1), TREE_PURPOSE (t2))) in cp_tree_equal()
3282 WALK_SUBTREE (TREE_PURPOSE (*tp)); in cp_walk_subtrees()
3793 TREE_PURPOSE (argtypes) = 0; in cp_free_lang_data()
HDtypeck2.c1852 noex = TREE_PURPOSE (list); in merge_exception_specifiers()
1866 gcc_checking_assert (!TREE_PURPOSE (add) in merge_exception_specifiers()
1867 || cp_tree_equal (noex, TREE_PURPOSE (add))); in merge_exception_specifiers()
1889 if (noex != TREE_PURPOSE (list)) in merge_exception_specifiers()
HDerror.c225 a = TREE_PURPOSE (parm); in dump_template_parameter()
1485 if ((flags & TFF_FUNCTION_DEFAULT_ARGUMENTS) && TREE_PURPOSE (parmtypes)) in dump_parameters()
1490 dump_expr (TREE_PURPOSE (parmtypes), flags | TFF_EXPR_IN_PARENS); in dump_parameters()
1502 if (t && TREE_PURPOSE (t)) in dump_exception_spec()
1510 dump_expr (TREE_PURPOSE (t), flags); in dump_exception_spec()
2792 tree decl = TREE_PURPOSE (p); in subst_to_string()
2801 dump_template_decl (TREE_PURPOSE (p), flags); in subst_to_string()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-pretty-print.c781 pp_tree_identifier (pp, TREE_PURPOSE (attributes)); in pp_c_attributes()
806 as = lookup_attribute_spec (TREE_PURPOSE (a)); in pp_c_attributes_display()
824 pp_tree_identifier (pp, TREE_PURPOSE (a)); in pp_c_attributes_display()
990 pp->id_expression (TREE_PURPOSE (value)); in pp_c_enumeration_constant()
1361 pp->primary_expression (TREE_PURPOSE (init)); in pp_c_initializer_list()
1366 if (TREE_PURPOSE (init)) in pp_c_initializer_list()
1367 pp->constant (TREE_PURPOSE (init)); in pp_c_initializer_list()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-pretty-print.c785 pp_tree_identifier (pp, TREE_PURPOSE (attributes)); in pp_c_attributes()
810 as = lookup_attribute_spec (TREE_PURPOSE (a)); in pp_c_attributes_display()
824 pp_tree_identifier (pp, TREE_PURPOSE (a)); in pp_c_attributes_display()
1007 pp_id_expression (pp, TREE_PURPOSE (value)); in pp_c_enumeration_constant()
1354 pp_c_primary_expression (pp, TREE_PURPOSE (init)); in pp_c_initializer_list()
1359 if (TREE_PURPOSE (init)) in pp_c_initializer_list()
1360 pp_c_constant (pp, TREE_PURPOSE (init)); in pp_c_initializer_list()

123456