Home
last modified time | relevance | path

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

12345678910

/openbsd/gnu/gcc/gcc/config/i386/
H A Dnetware.c56 if (TREE_VALUE (tree_last (formal_type)) != void_type_node) in gen_stdcall_or_fastcall_decoration()
61 while (TREE_VALUE (formal_type) != void_type_node in gen_stdcall_or_fastcall_decoration()
62 && COMPLETE_TYPE_P (TREE_VALUE (formal_type))) in gen_stdcall_or_fastcall_decoration()
65 = TREE_INT_CST_LOW (TYPE_SIZE (TREE_VALUE (formal_type))); in gen_stdcall_or_fastcall_decoration()
102 if (TREE_VALUE (tree_last (formal_type)) != void_type_node) in gen_regparm_prefix()
107 while (TREE_VALUE (formal_type) != void_type_node in gen_regparm_prefix()
108 && COMPLETE_TYPE_P (TREE_VALUE (formal_type))) in gen_regparm_prefix()
111 = TREE_INT_CST_LOW (TYPE_SIZE (TREE_VALUE (formal_type))); in gen_regparm_prefix()
152 TREE_INT_CST_LOW (TREE_VALUE (TREE_VALUE (newid)))); in i386_nlm_encode_section_info()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dfriend.c61 if (TREE_VALUE (friends) == NULL_TREE)
64 if (supplicant == TREE_VALUE (friends))
78 TREE_TYPE (TREE_VALUE (friends))))
81 if (TREE_CODE (TREE_VALUE (friends)) == TEMPLATE_DECL
83 TREE_VALUE (friends)))
104 tree t = TREE_VALUE (list);
157 if (decl == TREE_VALUE (friends))
162 TREE_VALUE (friends));
170 TREE_VALUE (list));
272 friend_type == TREE_VALUE (classes) :
[all …]
H A Dtypeck2.c181 cp_error_at ("\t%#D", TREE_VALUE (tu));
326 tree value = TREE_VALUE (elt); in split_nonconstant_init_1()
455 init = TREE_VALUE (init);
473 init = TREE_VALUE (init);
642 init = TREE_VALUE (init);
769 if (TREE_VALUE (tail) != 0)
874 if (TREE_VALUE (tail) != 0)
995 if (TREE_VALUE (tail) != 0)
1000 TREE_VALUE (tail), &tail1);
1437 else if (!TREE_VALUE (list))
[all …]
H A Dpt.c889 return TREE_VALUE (s);
2090 parm = TREE_VALUE (parm);
2244 t = TREE_VALUE (t); in current_template_args()
3910 arg = TREE_VALUE (arg);
6268 TREE_VALUE (*friends) = tsubst (TREE_VALUE (*friends),
6891 value = TREE_VALUE (t);
7535 TREE_VALUE (chain) = maybe_fold_nontype_arg (TREE_VALUE (chain));
7559 value = TREE_VALUE (t);
9704 fate = more_specialized (TREE_VALUE (champ), TREE_VALUE (fn),
9722 fate = more_specialized (TREE_VALUE (champ), TREE_VALUE (fn),
[all …]
H A Drepo.c400 if (! IDENTIFIER_REPO_USED (TREE_VALUE (t)) in finish_repo()
401 || (! TREE_PURPOSE (t) && IDENTIFIER_REPO_CHOSEN (TREE_VALUE (t)))) in finish_repo()
406 IDENTIFIER_REPO_USED (TREE_VALUE (t)) = 0; in finish_repo()
414 if (IDENTIFIER_REPO_USED (TREE_VALUE (t))) in finish_repo()
446 tree val = TREE_VALUE (t); in finish_repo()
H A Ddecl2.c657 tree type = TREE_VALUE (arg_types);
992 init = TREE_VALUE (init);
1566 tree fnaddr = TREE_VALUE (entries);
2620 tree decl = TREE_VALUE (t);
2884 do_static_destruction (TREE_VALUE (v)); in finish_file()
3437 value = TREE_VALUE (t);
3475 tree value = TREE_VALUE (elts);
3658 TREE_VALUE (decl) = finish_decl_parsing (TREE_VALUE (decl));
3908 if (TREE_VALUE (iter) == scope) in lookup_using_namespace()
4352 if (arg_assoc (k, TREE_VALUE (args)))
[all …]
/openbsd/gnu/gcc/gcc/
H A Dbuiltins.c1789 arg = TREE_VALUE (arglist); in expand_builtin_mathfn()
2072 arg = TREE_VALUE (arglist); in expand_builtin_mathfn_3()
5021 fp = TREE_VALUE (arglist); in expand_builtin_fprintf()
9347 tree s1 = TREE_VALUE (arglist), s2 = TREE_VALUE (TREE_CHAIN (arglist)); in fold_builtin_strstr()
9415 tree s1 = TREE_VALUE (arglist), s2 = TREE_VALUE (TREE_CHAIN (arglist)); in fold_builtin_strchr()
9469 tree s1 = TREE_VALUE (arglist), s2 = TREE_VALUE (TREE_CHAIN (arglist)); in fold_builtin_strrchr()
9533 tree s1 = TREE_VALUE (arglist), s2 = TREE_VALUE (TREE_CHAIN (arglist)); in fold_builtin_strpbrk()
9694 tree s1 = TREE_VALUE (arglist), s2 = TREE_VALUE (TREE_CHAIN (arglist)); in fold_builtin_strspn()
9738 tree s1 = TREE_VALUE (arglist), s2 = TREE_VALUE (TREE_CHAIN (arglist)); in fold_builtin_strcspn()
10239 len = TREE_VALUE (len); in maybe_emit_chk_warning()
[all …]
H A Dc-bounded.c94 || (TREE_CODE (TREE_VALUE (arg_iterate)) != POINTER_TYPE
95 && TREE_CODE (TREE_VALUE (arg_iterate)) != ARRAY_TYPE))
115 || TREE_CODE (TREE_VALUE (arg_iterate)) != INTEGER_TYPE)
132 || TREE_CODE (TREE_VALUE (arg_iterate)) != INTEGER_TYPE)
158 tree bounded_type_id = TREE_VALUE (args);
159 tree bounded_buf_expr = TREE_VALUE (TREE_CHAIN (args));
210 bounded_size_expr = TREE_VALUE (bounded_size_expr);
325 decode_bounded_attr (TREE_VALUE (a), &info, 1);
380 buf_expr = TREE_VALUE (buf_expr);
398 length_expr = TREE_VALUE (length_expr);
[all …]
H A Dipa-prop.c452 if (TREE_CODE (TREE_VALUE (arg)) == PARM_DECL) in ipa_callsite_compute_param()
455 i = ipa_method_tree_map (mt, TREE_VALUE (arg)); in ipa_callsite_compute_param()
467 else if (TREE_CODE (TREE_VALUE (arg)) == INTEGER_CST in ipa_callsite_compute_param()
468 || TREE_CODE (TREE_VALUE (arg)) == REAL_CST) in ipa_callsite_compute_param()
472 TREE_VALUE (arg)); in ipa_callsite_compute_param()
478 else if (TREE_CODE (TREE_VALUE (arg)) == ADDR_EXPR in ipa_callsite_compute_param()
479 && TREE_CODE (TREE_OPERAND (TREE_VALUE (arg), 0)) == in ipa_callsite_compute_param()
482 cst_decl = TREE_OPERAND (TREE_VALUE (arg), 0); in ipa_callsite_compute_param()
H A Dipa-type-escape.c712 arg && TREE_VALUE (arg) != void_type_node; in check_function_parameter_and_return_types()
985 = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (link))); in get_asm_expr_operands()
989 check_lhs_var (TREE_VALUE (link)); in get_asm_expr_operands()
995 = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (link))); in get_asm_expr_operands()
999 check_rhs_var (TREE_VALUE (link)); in get_asm_expr_operands()
1030 tree argument = TREE_VALUE (operand); in check_call()
1052 argument = TREE_VALUE (operand); in check_call()
1053 last_arg_type = TREE_VALUE(arg_type); in check_call()
1076 argument = TREE_VALUE (operand); in check_call()
1096 argument = TREE_VALUE (operand); in check_call()
[all …]
H A Dipa-pure-const.c282 = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (link))); in get_asm_expr_operands()
286 check_lhs_var (local, TREE_VALUE (link)); in get_asm_expr_operands()
292 = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (link))); in get_asm_expr_operands()
296 check_rhs_var (local, TREE_VALUE (link)); in get_asm_expr_operands()
300 if (simple_cst_equal(TREE_VALUE (link), memory_identifier_string) == 1) in get_asm_expr_operands()
329 tree argument = TREE_VALUE (operand); in check_call()
H A Dc-common.c1756 return TREE_VALUE (t); in c_common_type_for_mode()
4826 id = TREE_VALUE (args); in handle_alias_attribute()
4913 tree id = TREE_VALUE (args); in handle_visibility_attribute()
5053 id = TREE_VALUE (args); in handle_tls_model_attribute()
5268 size = TREE_VALUE (args); in handle_vector_size_attribute()
5417 args = TREE_VALUE (a); in check_function_nonnull()
5430 TREE_VALUE (param), in check_function_nonnull()
5462 if (TREE_VALUE (attr)) in check_function_sentinel()
5464 tree p = TREE_VALUE (TREE_VALUE (attr)); in check_function_sentinel()
5754 format_num_expr = TREE_VALUE (TREE_VALUE (attrs)); in check_function_arguments_recurse()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-bounded.c91 || (TREE_CODE (TREE_VALUE (arg_iterate)) != POINTER_TYPE
92 && TREE_CODE (TREE_VALUE (arg_iterate)) != ARRAY_TYPE))
112 || TREE_CODE (TREE_VALUE (arg_iterate)) != INTEGER_TYPE)
129 || TREE_CODE (TREE_VALUE (arg_iterate)) != INTEGER_TYPE)
155 tree bounded_type_id = TREE_VALUE (args);
156 tree bounded_buf_expr = TREE_VALUE (TREE_CHAIN (args));
206 bounded_size_expr = TREE_VALUE (bounded_size_expr);
320 decode_bounded_attr (TREE_VALUE (a), &info, 1);
376 buf_expr = TREE_VALUE (buf_expr);
394 length_expr = TREE_VALUE (length_expr);
[all …]
H A Dbuiltins.c741 arg0 = TREE_VALUE (arglist);
1509 TREE_VALUE (arglist) = save_expr (TREE_VALUE (arglist));
1714 tree s1 = TREE_VALUE (arglist), s2 = TREE_VALUE (TREE_CHAIN (arglist));
1770 tree s1 = TREE_VALUE (arglist), s2 = TREE_VALUE (TREE_CHAIN (arglist));
1816 tree s1 = TREE_VALUE (arglist), s2 = TREE_VALUE (TREE_CHAIN (arglist));
1870 tree s1 = TREE_VALUE (arglist), s2 = TREE_VALUE (TREE_CHAIN (arglist));
2052 dst = TREE_VALUE (arglist);
2879 tree s1 = TREE_VALUE (arglist), s2 = TREE_VALUE (TREE_CHAIN (arglist));
2916 tree s1 = TREE_VALUE (arglist), s2 = TREE_VALUE (TREE_CHAIN (arglist));
3385 dst = TREE_VALUE (arglist);
[all …]
H A Dc-decl.c518 tree type = TREE_VALUE (link);
799 = TREE_VALUE (link); in pop_label_level()
1240 if (! comptypes (TREE_VALUE (parm), TREE_VALUE (type)))
2251 if (TREE_VALUE (dup) == decl)
2389 return TREE_VALUE (tail);
3194 tree cleanup_id = TREE_VALUE (TREE_VALUE (attr));
3521 decl = TREE_VALUE (decl);
4873 TREE_CHAIN (TREE_VALUE (t)) = TREE_VALUE (TREE_CHAIN (t));
5469 tree decl = TREE_VALUE (x);
6184 if (TREE_VALUE (parm) == 0) in store_parm_decls()
[all …]
H A Dc-typeck.c402 TREE_VALUE (n) = TREE_VALUE (p2);
407 TREE_VALUE (n) = TREE_VALUE (p1);
415 && TREE_VALUE (p1) != TREE_VALUE (p2))
422 TREE_VALUE (n) = TREE_VALUE (p2);
429 && TREE_VALUE (p2) != TREE_VALUE (p1))
436 TREE_VALUE (n) = TREE_VALUE (p1);
442 TREE_VALUE (n) = common_type (TREE_VALUE (p1), TREE_VALUE (p2));
688 if (c_type_promotes_to (TREE_VALUE (args2)) != TREE_VALUE (args2))
693 if (c_type_promotes_to (TREE_VALUE (args1)) != TREE_VALUE (args1))
3562 TREE_VALUE (list)
[all …]
H A Dc-common.c3753 tree type = TREE_VALUE (t);
3817 arg0 = TREE_VALUE (params);
5890 id = TREE_VALUE (args);
5937 id = TREE_VALUE (args);
5980 id = TREE_VALUE (args);
6141 cleanup_id = TREE_VALUE (args);
6487 if (TREE_VALUE (attr))
6489 tree p = TREE_VALUE (TREE_VALUE (attr));
6610 args = TREE_VALUE (a);
6623 TREE_VALUE (param),
[all …]
H A Dtree.c454 tree value = TREE_VALUE (link);
910 if (elem == TREE_VALUE (list))
975 if (elem == TREE_VALUE (chain))
1127 TREE_VALUE (t) = value;
1153 TREE_VALUE (node) = value;
2689 if (simple_cst_equal (TREE_VALUE (a), TREE_VALUE (a2)) == 1)
3082 && TREE_VALUE (t1) == TREE_VALUE (t2);
3097 if (simple_cst_equal (TREE_VALUE (t2), TREE_VALUE (attr)) == 1)
3104 if (simple_cst_equal (TREE_VALUE (t2), TREE_VALUE (attr)) != 1)
3123 if (TREE_VALUE (t1) != TREE_VALUE (t2)
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/
H A Ddarwin.c101 if (ident == TREE_VALUE (temp))
135 if (ident == TREE_VALUE (temp))
273 if (ident == TREE_VALUE (temp))
284 if (TREE_VALUE (temp))
286 temp_name = IDENTIFIER_POINTER (TREE_VALUE (temp));
336 if (ident == TREE_VALUE (temp))
338 tname = IDENTIFIER_POINTER (TREE_VALUE (temp));
402 TREE_SYMBOL_REFERENCED (TREE_VALUE (temp)) = 1;
403 real_name = IDENTIFIER_POINTER (TREE_VALUE (temp));
1017 IDENTIFIER_POINTER (TREE_VALUE (temp)) = name;
[all …]
/openbsd/gnu/gcc/gcc/cp/
H A Dfriend.c63 tree friend = TREE_VALUE (friends); in is_friend()
87 tree t = TREE_VALUE (list); in is_friend()
154 if (decl == TREE_VALUE (friends)) in add_friend()
165 TREE_VALUE (list) = tree_cons (NULL_TREE, decl, in add_friend()
166 TREE_VALUE (list)); in add_friend()
362 tree probe = TREE_VALUE (classes); in make_friend_class()
H A Dpt.c772 type, TREE_VALUE (t)); in maybe_process_partial_specialization()
1685 TREE_VALUE (spec_types), in copy_default_args_to_explicit_spec_1()
1757 TREE_VALUE (vtt), in copy_default_args_to_explicit_spec()
2454 parm = TREE_VALUE (TREE_VALUE (parm)); in process_template_parm()
2564 t = TREE_VALUE (t); in current_template_args()
6404 TREE_VALUE (arg), in tsubst_default_arguments()
6747 TREE_VALUE (*friends) = tsubst (TREE_VALUE (*friends), in tsubst_decl()
7492 value = TREE_VALUE (t); in tsubst()
8328 value = TREE_VALUE (t); in tsubst_copy()
8460 value = TREE_VALUE (t); in tsubst_copy_asm_operands()
[all …]
H A Dcall.c334 TREE_VALUE (tmp), t); in build_call()
1390 tree arg = TREE_VALUE (argnode); in add_function_candidate()
2718 tree arg = TREE_VALUE (t); in resolve_args()
2940 TREE_VALUE (args) = *size; in build_operator_new_call()
3014 tree fns = TREE_VALUE (convs); in build_object_call()
3620 build_this (TREE_VALUE (args)), in add_candidates()
4076 if (!same_type_p (TREE_VALUE (a), TREE_VALUE (t))) in build_op_delete_call()
4848 TREE_VALUE (arg), in build_over_call()
4875 tree type = TREE_VALUE (parm); in build_over_call()
4903 tree a = TREE_VALUE (arg); in build_over_call()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c530 p = TREE_VALUE (rproto);
567 p = TREE_VALUE (rproto);
646 p = TREE_VALUE (lproto);
668 p = TREE_VALUE (lproto);
678 p = TREE_VALUE (rproto);
704 p = TREE_VALUE (lproto);
1013 tree pp = TREE_VALUE (p);
1051 TREE_VALUE (proto) = p;
1412 TREE_VALUE (e) = convert (f, TREE_VALUE (e));
1420 TREE_VALUE (e) = convert (TREE_TYPE (f), TREE_VALUE (e));
[all …]
/openbsd/gnu/gcc/gcc/objc/
H A Dobjc-act.c572 p = TREE_VALUE (rproto); in lookup_method_in_protocol_list()
607 p = TREE_VALUE (rproto); in lookup_protocol_in_reflist()
1409 tree pp = TREE_VALUE (p); in check_protocol_recursively()
2527 if (TREE_VALUE (method_chain) == TREE_VALUE (chain)) in build_selector_translation_table()
2541 loc, TREE_VALUE (chain)); in build_selector_translation_table()
2753 if (TREE_VALUE (*chain) == ident) in objc_get_class_reference()
5837 if (!TREE_VALUE (type)) in adjust_type_for_id_default()
6168 tree args = TREE_VALUE (mess); in objc_build_message_expr()
6187 method_params = chainon (args, TREE_VALUE (TREE_VALUE (mess))); in objc_build_message_expr()
7407 tree sub = TREE_VALUE (subs); in check_protocol()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dbuiltins.c125 TREE_VALUE (method_arguments),
126 TREE_VALUE (TREE_CHAIN (method_arguments)));
134 TREE_VALUE (method_arguments),
135 TREE_VALUE (TREE_CHAIN (method_arguments)));
143 TREE_VALUE (method_arguments));

12345678910