| /NextBSD/contrib/gcc/ |
| HD | c-aux-info.c | 120 formal_type = TYPE_ARG_TYPES (fntype); in gen_formal_list_for_type() 169 if (TYPE_ARG_TYPES (fntype)) in gen_formal_list_for_type() 198 formal_type = TYPE_ARG_TYPES (fntype); in deserves_ellipsis() 206 return (!formal_type && TYPE_ARG_TYPES (fntype)); in deserves_ellipsis()
|
| HD | tree.c | 3400 hashcode = type_hash_list (TYPE_ARG_TYPES (ntype), hashcode); in build_type_attribute_qual_variant() 4206 && (TYPE_ARG_TYPES (a->type) == TYPE_ARG_TYPES (b->type) in type_hash_eq() 4207 || (TYPE_ARG_TYPES (a->type) in type_hash_eq() 4208 && TREE_CODE (TYPE_ARG_TYPES (a->type)) == TREE_LIST in type_hash_eq() 4209 && TYPE_ARG_TYPES (b->type) in type_hash_eq() 4210 && TREE_CODE (TYPE_ARG_TYPES (b->type)) == TREE_LIST in type_hash_eq() 4211 && type_list_equal (TYPE_ARG_TYPES (a->type), in type_hash_eq() 4212 TYPE_ARG_TYPES (b->type))))); in type_hash_eq() 4229 return (TYPE_ARG_TYPES (a->type) == TYPE_ARG_TYPES (b->type) in type_hash_eq() 4230 || (TYPE_ARG_TYPES (a->type) in type_hash_eq() [all …]
|
| HD | c-decl.c | 1027 oldargs = TYPE_ARG_TYPES (oldtype); in match_builtin_function_types() 1028 newargs = TYPE_ARG_TYPES (newtype); in match_builtin_function_types() 1060 || !((TYPE_ARG_TYPES (oldtype) == 0 && DECL_INITIAL (olddecl) == 0) in diagnose_arglist_conflict() 1062 (TYPE_ARG_TYPES (newtype) == 0 && DECL_INITIAL (newdecl) == 0))) in diagnose_arglist_conflict() 1065 t = TYPE_ARG_TYPES (oldtype); in diagnose_arglist_conflict() 1067 t = TYPE_ARG_TYPES (newtype); in diagnose_arglist_conflict() 1102 newargs = TYPE_ARG_TYPES (newtype); in validate_proto_after_old_defn() 1332 && !TYPE_ARG_TYPES (TREE_TYPE (newdecl))))) in diagnose_mismatched_decls() 1369 && !TYPE_ARG_TYPES (oldtype) && TYPE_ARG_TYPES (newtype) in diagnose_mismatched_decls() 1651 && TYPE_ARG_TYPES (TREE_TYPE (newdecl)) != 0); in merge_decls() [all …]
|
| HD | ipa-type-escape.c | 709 if (TYPE_ARG_TYPES (TREE_TYPE (fn))) in check_function_parameter_and_return_types() 711 for (arg = TYPE_ARG_TYPES (TREE_TYPE (fn)); in check_function_parameter_and_return_types() 1043 if (TYPE_ARG_TYPES (TREE_TYPE (callee_t))) in check_call() 1046 for (arg_type = TYPE_ARG_TYPES (TREE_TYPE (callee_t)); in check_call()
|
| HD | c-typeck.c | 400 tree p1 = TYPE_ARG_TYPES (t1); in composite_type() 401 tree p2 = TYPE_ARG_TYPES (t2); in composite_type() 407 if (valtype == TREE_TYPE (t1) && !TYPE_ARG_TYPES (t2)) in composite_type() 409 if (valtype == TREE_TYPE (t2) && !TYPE_ARG_TYPES (t1)) in composite_type() 413 if (TYPE_ARG_TYPES (t1) == 0) in composite_type() 415 t1 = build_function_type (valtype, TYPE_ARG_TYPES (t2)); in composite_type() 419 if (TYPE_ARG_TYPES (t2) == 0) in composite_type() 421 t1 = build_function_type (valtype, TYPE_ARG_TYPES (t1)); in composite_type() 1309 args1 = TYPE_ARG_TYPES (f1); in function_types_compatible_p() 1310 args2 = TYPE_ARG_TYPES (f2); in function_types_compatible_p() [all …]
|
| HD | c-tree.h | 141 || (TYPE_ARG_TYPES (TREE_TYPE (EXP)) == 0 \
|
| HD | tree-browser.c | 279 TB_SET_HEAD (TYPE_ARG_TYPES (head)); in browse_tree()
|
| HD | print-tree.c | 634 print_node (file, "arg-types", TYPE_ARG_TYPES (node), indent + 4); in print_node()
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | netware.c | 49 tree formal_type = TYPE_ARG_TYPES (TREE_TYPE (decl)); in gen_stdcall_or_fastcall_decoration() 97 tree formal_type = TYPE_ARG_TYPES (TREE_TYPE (decl)); in gen_regparm_prefix()
|
| HD | winnt.c | 306 formal_type = TYPE_ARG_TYPES (TREE_TYPE (decl)); in gen_stdcall_or_fastcall_suffix()
|
| /NextBSD/contrib/gcc/cp/ |
| HD | decl.c | 945 tree p1 = TYPE_ARG_TYPES (f1); in decls_match() 946 tree p2 = TYPE_ARG_TYPES (f2); in decls_match() 1221 for (t1 = TYPE_ARG_TYPES (TREE_TYPE (newdecl)), in duplicate_decls() 1222 t2 = TYPE_ARG_TYPES (TREE_TYPE (olddecl)); in duplicate_decls() 1237 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl)); in duplicate_decls() 1239 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) in duplicate_decls() 1240 = TYPE_ARG_TYPES (TREE_TYPE (newdecl)); in duplicate_decls() 1245 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs; in duplicate_decls() 1253 || compparms (TYPE_ARG_TYPES (TREE_TYPE (newdecl)), in duplicate_decls() 1254 TYPE_ARG_TYPES (TREE_TYPE (olddecl)))) in duplicate_decls() [all …]
|
| HD | decl2.c | 124 ? TREE_CHAIN (TYPE_ARG_TYPES (fntype)) in build_memfn_type() 125 : TYPE_ARG_TYPES (fntype))); in build_memfn_type() 194 arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn)); in maybe_retrofit_in_chrg() 506 tree arg_types = TYPE_ARG_TYPES (TREE_TYPE (method)); in check_java_method() 600 p1 = TYPE_ARG_TYPES (TREE_TYPE (function)); in check_classfn() 601 p2 = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); in check_classfn() 1146 tree args = TYPE_ARG_TYPES (type); in coerce_new_type() 1184 tree args = TYPE_ARG_TYPES (type); in coerce_delete_type() 3537 tree arg = TYPE_ARG_TYPES (TREE_TYPE (x)); in check_default_args()
|
| HD | pt.c | 1094 friend_args_type = TYPE_ARG_TYPES (friend_type); in is_specialization_of_friend() 1095 decl_args_type = TYPE_ARG_TYPES (decl_type); in is_specialization_of_friend() 1471 decl_arg_types = TYPE_ARG_TYPES (TREE_TYPE (decl)); in determine_specialization() 1472 fn_arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn)); in determine_specialization() 1565 decl_arg_types = TYPE_ARG_TYPES (TREE_TYPE (decl)); in determine_specialization() 1570 if (compparms (TYPE_ARG_TYPES (TREE_TYPE (fn)), in determine_specialization() 1716 tmpl_types = TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (tmpl))); in copy_default_args_to_explicit_spec() 1724 spec_types = TYPE_ARG_TYPES (old_type); in copy_default_args_to_explicit_spec() 1941 tree t = TYPE_ARG_TYPES (TREE_TYPE (decl)); in check_explicit_specialization() 3096 && (!TYPE_ARG_TYPES (TREE_TYPE (decl)) in push_template_decl_real() [all …]
|
| HD | typeck.c | 687 tree p1 = TYPE_ARG_TYPES (t1); in merge_types() 688 tree p2 = TYPE_ARG_TYPES (t2); in merge_types() 723 tree basetype = TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (t2))); in merge_types() 731 TREE_CHAIN (TYPE_ARG_TYPES (t1))); in merge_types() 733 TREE_CHAIN (TYPE_ARG_TYPES (t2))); in merge_types() 736 TYPE_ARG_TYPES (t3)); in merge_types() 1068 if (!compparms (TYPE_ARG_TYPES (pt1), TYPE_ARG_TYPES (pt2))) in comptypes() 1086 if (!compparms (TYPE_ARG_TYPES (t1), TYPE_ARG_TYPES (t2))) in comptypes() 2730 typelist = TYPE_ARG_TYPES (fntype); in build_block_call() 2823 coerced_params = convert_arguments (TYPE_ARG_TYPES (fntype), in build_function_call() [all …]
|
| HD | call.c | 788 tree fbase = TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (fromfn))); in standard_conversion() 789 tree tbase = TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (tofn))); in standard_conversion() 793 || !compparms (TREE_CHAIN (TYPE_ARG_TYPES (fromfn)), in standard_conversion() 794 TREE_CHAIN (TYPE_ARG_TYPES (tofn))) in standard_conversion() 801 TREE_CHAIN (TYPE_ARG_TYPES (fromfn))); in standard_conversion() 1343 tree parmlist = TYPE_ARG_TYPES (TREE_TYPE (fn)); in add_function_candidate() 1489 parmlist = TYPE_ARG_TYPES (parmlist); in add_conv_candidate() 2937 arg_types = TYPE_ARG_TYPES (TREE_TYPE (cand->fn)); in build_operator_new_call() 4059 argtypes = TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (alloc_fn))); in build_op_delete_call() 4088 t = TYPE_ARG_TYPES (TREE_TYPE (OVL_CURRENT (fn))); in build_op_delete_call() [all …]
|
| HD | cxx-pretty-print.c | 1191 return TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (mf)))); in pp_cxx_implicit_parameter_type() 1224 TYPE_P (t) ? TYPE_ARG_TYPES (t) : FUNCTION_FIRST_USER_PARMTYPE (t); in pp_cxx_parameter_declaration_clause() 1437 (pp, TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (t)))); in pp_cxx_direct_abstract_declarator()
|
| HD | method.c | 894 tree parms = TYPE_ARG_TYPES (TREE_TYPE (fn)); in locate_ctor() 943 tree parms = TYPE_ARG_TYPES (TREE_TYPE (fn)); in locate_copy()
|
| HD | class.c | 1021 parms1 = TYPE_ARG_TYPES (fn_type); in add_method() 1022 parms2 = TYPE_ARG_TYPES (method_type); in add_method() 1807 types = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); in same_signature_p() 1808 base_types = TYPE_ARG_TYPES (TREE_TYPE (base_fndecl)); in same_signature_p() 3807 parmtypes = TYPE_ARG_TYPES (TREE_TYPE (clone)); in build_clone() 3958 tree orig_clone_parms = TYPE_ARG_TYPES (TREE_TYPE (clone)); in adjust_clone_args() 3959 tree orig_decl_parms = TYPE_ARG_TYPES (TREE_TYPE (decl)); in adjust_clone_args() 4092 second_parm = TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (fn))); in type_requires_array_cookie() 5881 target_arg_types = TYPE_ARG_TYPES (target_fn_type); in resolve_address_of_overloaded_function()
|
| HD | error.c | 618 arg = TYPE_ARG_TYPES (t); in dump_type_suffix() 628 (cxx_pp, TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (t)))); in dump_type_suffix() 1068 (cxx_pp, TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (fntype)))); in dump_function_decl()
|
| HD | name-lookup.c | 1920 && compparms (TYPE_ARG_TYPES (TREE_TYPE (fn)), in push_overloaded_decl() 1921 TYPE_ARG_TYPES (TREE_TYPE (decl))) in push_overloaded_decl() 2141 else if (compparms (TYPE_ARG_TYPES (TREE_TYPE (new_fn)), in do_nonmember_using_decl() 2142 TYPE_ARG_TYPES (TREE_TYPE (old_fn)))) in do_nonmember_using_decl() 4596 if (arg_assoc_args (k, TYPE_ARG_TYPES (type))) in arg_assoc_type()
|
| HD | mangle.c | 1853 tree this_type = TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (type))); in write_function_type() 1915 write_method_parms (TYPE_ARG_TYPES (type), in write_bare_function_type()
|
| HD | search.c | 1965 tree btypes = TYPE_ARG_TYPES (TREE_TYPE (fn)); in look_for_overrides_here() 1966 tree dtypes = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); in look_for_overrides_here()
|
| HD | tree.c | 1126 for (parm = TYPE_ARG_TYPES (t); in no_linkage_check() 1663 tree parm = TYPE_ARG_TYPES (TREE_TYPE (function)); in varargs_function_p()
|
| HD | cp-gimplify.c | 813 defparm = TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (fn))); in cxx_omp_clause_apply_fn()
|
| HD | cp-tree.h | 936 TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (NODE))) 941 skip_artificial_parms_for ((NODE), TYPE_ARG_TYPES (TREE_TYPE (NODE))) 1874 (TYPE_ARG_TYPES (TREE_TYPE (NODE)))))) 1881 (TYPE_ARG_TYPES (TREE_TYPE (NODE))))))
|