Home
last modified time | relevance | path

Searched refs:TYPE_ARG_TYPES (Results 1 – 25 of 105) sorted by relevance

12345

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-expr.cc249 if (TYPE_ARG_TYPES (outer_type) == TYPE_ARG_TYPES (inner_type)) in useless_type_conversion_p()
252 for (outer_parm = TYPE_ARG_TYPES (outer_type), in useless_type_conversion_p()
253 inner_parm = TYPE_ARG_TYPES (inner_type); in useless_type_conversion_p()
Dipa-param-manipulation.cc176 for (t = TYPE_ARG_TYPES (fntype); t; t = TREE_CHAIN (t)) in push_function_arg_types()
180 for (t = TYPE_ARG_TYPES (fntype); t; t = TREE_CHAIN (t)) in push_function_arg_types()
320 if (TYPE_ARG_TYPES (orig_type)) in build_adjusted_function_type()
323 bool last_parm_void = (TREE_VALUE (tree_last (TYPE_ARG_TYPES (orig_type))) in build_adjusted_function_type()
362 TYPE_ARG_TYPES (new_type) = new_arg_types; in build_adjusted_function_type()
544 for (tree t = TYPE_ARG_TYPES (old_type); in build_new_function_type()
1366 if (TYPE_ARG_TYPES (TREE_TYPE (old_fndecl)) != NULL_TREE) in common_initialization()
1610 for (tree t = TYPE_ARG_TYPES (orig_type); in modify_formal_parameters()
Dfunction-tests.cc139 tree argtypes = TYPE_ARG_TYPES (fntype); in test_fndecl_int_void()
179 tree arg0 = TYPE_ARG_TYPES (fntype); in test_fndecl_float_intchar()
Dtree.cc5983 for (tree t = TYPE_ARG_TYPES (type); t; t = TREE_CHAIN (t)) in type_hash_canon_hash()
6104 && (TYPE_ARG_TYPES (a->type) == TYPE_ARG_TYPES (b->type) in equal()
6105 || (TYPE_ARG_TYPES (a->type) in equal()
6106 && TREE_CODE (TYPE_ARG_TYPES (a->type)) == TREE_LIST in equal()
6107 && TYPE_ARG_TYPES (b->type) in equal()
6108 && TREE_CODE (TYPE_ARG_TYPES (b->type)) == TREE_LIST in equal()
6109 && type_list_equal (TYPE_ARG_TYPES (a->type), in equal()
6110 TYPE_ARG_TYPES (b->type))))) in equal()
6137 if (TYPE_ARG_TYPES (a->type) == TYPE_ARG_TYPES (b->type) in equal()
6138 || (TYPE_ARG_TYPES (a->type) in equal()
[all …]
Dtsan.cc602 t = TYPE_ARG_TYPES (TREE_TYPE (decl)); in instrument_builtin_call()
642 t = TYPE_ARG_TYPES (TREE_TYPE (decl)); in instrument_builtin_call()
671 t = TYPE_ARG_TYPES (TREE_TYPE (decl)); in instrument_builtin_call()
Dipa-devirt.cc453 for (t = TYPE_ARG_TYPES (t); t; t = TREE_CHAIN (t)) in odr_or_derived_type_p()
1142 for (parms1 = TYPE_ARG_TYPES (t1), parms2 = TYPE_ARG_TYPES (t2); in warn_types_mismatch()
1382 if (TYPE_ARG_TYPES (t1) == TYPE_ARG_TYPES (t2) in odr_types_equivalent_p()
1389 for (parms1 = TYPE_ARG_TYPES (t1), parms2 = TYPE_ARG_TYPES (t2); in odr_types_equivalent_p()
1915 ref = TREE_VALUE (TYPE_ARG_TYPES (ref)); in obj_type_ref_class()
Domp-simd-clone.cc96 if (TYPE_ARG_TYPES (TREE_TYPE (fndecl))) in simd_clone_vector_of_formal_parm_types()
726 gcc_assert (TYPE_ARG_TYPES (TREE_TYPE (node->decl))); in simd_clone_adjust_argument_types()
746 TYPE_ARG_TYPES (TREE_TYPE (node->decl)) = new_reversed; in simd_clone_adjust_argument_types()
1680 && TYPE_ARG_TYPES (TREE_TYPE (node->decl)) == NULL_TREE) in expand_simd_clones()
Dipa-free-lang-data.cc437 for (tree p = TYPE_ARG_TYPES (type); p; p = TREE_CHAIN (p)) in free_lang_data_in_type()
458 for (tree p = TYPE_ARG_TYPES (type); p; p = TREE_CHAIN (p)) in free_lang_data_in_type()
Dsymtab-thunks.cc212 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE; in thunk_adjust()
Dtree-dump.cc478 dump_child ("prms", TYPE_ARG_TYPES (t)); in dequeue_and_dump()
Dgimple-ssa-store-merging.cc1411 bswap_type = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (fndecl))); in maybe_optimize_vector_constructor()
1425 bswap_type = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (fndecl))); in maybe_optimize_vector_constructor()
1477 bswap32_type = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (fndecl))); in execute()
1483 bswap64_type = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (fndecl))); in execute()
4242 bswap_type = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (fndecl))); in output_merged_store()
4250 bswap_type = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (fndecl))); in output_merged_store()
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-symtab.cc228 && TYPE_ARG_TYPES (prevailing_type) != TYPE_ARG_TYPES (type)) in warn_type_compatibility_p()
231 for (parm1 = TYPE_ARG_TYPES (prevailing_type), in warn_type_compatibility_p()
232 parm2 = TYPE_ARG_TYPES (type); in warn_type_compatibility_p()
Dlto-common.cc316 for (p = TYPE_ARG_TYPES (type), na = 0; p; p = TREE_CHAIN (p)) in hash_canonical_type()
1527 compare_tree_edges (TYPE_ARG_TYPES (t1), TYPE_ARG_TYPES (t2)); in compare_tree_sccs_1()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-c.cc864 tree argtypes = TYPE_ARG_TYPES (fntype); in altivec_build_resolved_builtin()
1685 tree parmtype0 = TREE_VALUE (TYPE_ARG_TYPES (fntype)); in find_instance()
1686 tree parmtype1 = TREE_VALUE (TREE_CHAIN (TYPE_ARG_TYPES (fntype))); in find_instance()
1734 tree fnargs = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); in altivec_resolve_overloaded_builtin()
1968 tree nextparm = TYPE_ARG_TYPES (fntype); in altivec_resolve_overloaded_builtin()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390-c.cc637 for (arg_chain = TYPE_ARG_TYPES (TREE_TYPE (decl)), in s390_adjust_builtin_arglist()
860 for (b_arg_chain = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); in s390_vec_n_elem()
939 for (b_arg_chain = TYPE_ARG_TYPES (TREE_TYPE (ob_fndecl)); in s390_resolve_overloaded_builtin()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Doptimize.cc278 last_arg = tree_last (TYPE_ARG_TYPES (TREE_TYPE (fn))); in maybe_thunk_body()
388 fn_parm_typelist = TYPE_ARG_TYPES (TREE_TYPE (fn)), in maybe_thunk_body()
Ddecl2.cc168 ? TREE_CHAIN (TYPE_ARG_TYPES (fntype)) in build_memfn_type()
169 : TYPE_ARG_TYPES (fntype))); in build_memfn_type()
192 tree args = TYPE_ARG_TYPES (fntype); in change_return_type()
276 arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn)); in maybe_retrofit_in_chrg()
775 tree p1 = TYPE_ARG_TYPES (TREE_TYPE (function)); in check_classfn()
776 tree p2 = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); in check_classfn()
1516 outer = build_function_type (inner, TYPE_ARG_TYPES (type)); in cp_reconstruct_complex_type()
1527 TREE_CHAIN (TYPE_ARG_TYPES (type))); in cp_reconstruct_complex_type()
1940 tree args = TYPE_ARG_TYPES (type); in coerce_new_type()
1998 tree args = TYPE_ARG_TYPES (type); in coerce_delete_type()
[all …]
Ddecl.cc1036 tree p1 = TYPE_ARG_TYPES (f1); in decls_match()
1037 tree p2 = TYPE_ARG_TYPES (f2); in decls_match()
1347 if (compparms (TYPE_ARG_TYPES (t1), TYPE_ARG_TYPES (t2)) in check_concept_refinement()
1446 if (compparms (TYPE_ARG_TYPES (TREE_TYPE (oldres)), in duplicate_function_template_decls()
1447 TYPE_ARG_TYPES (TREE_TYPE (newres))) in duplicate_function_template_decls()
1610 for (t1 = TYPE_ARG_TYPES (TREE_TYPE (newdecl)), in duplicate_decls()
1611 t2 = TYPE_ARG_TYPES (TREE_TYPE (olddecl)); in duplicate_decls()
1632 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl)); in duplicate_decls()
1634 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) in duplicate_decls()
1635 = TYPE_ARG_TYPES (TREE_TYPE (newdecl)); in duplicate_decls()
[all …]
Dtypeck.cc864 tree p1 = TYPE_ARG_TYPES (t1); in merge_types()
865 tree p2 = TYPE_ARG_TYPES (t2); in merge_types()
911 TREE_CHAIN (TYPE_ARG_TYPES (t1))); in merge_types()
913 TREE_CHAIN (TYPE_ARG_TYPES (t2))); in merge_types()
916 TYPE_ARG_TYPES (t3)); in merge_types()
1245 TYPE_ARG_TYPES (t1) == void_list_node) in cxx_safe_function_type_cast_p()
1249 TYPE_ARG_TYPES (t2) == void_list_node) in cxx_safe_function_type_cast_p()
1255 for (t1 = TYPE_ARG_TYPES (t1), t2 = TYPE_ARG_TYPES (t2); in cxx_safe_function_type_cast_p()
1410 if (!compparms (TYPE_ARG_TYPES (t1), TYPE_ARG_TYPES (t2))) in structural_comptypes()
4284 parm_types = TYPE_ARG_TYPES (fntype); in cp_build_function_call_vec()
[all …]
Dcall.cc2327 tree parmlist = TYPE_ARG_TYPES (TREE_TYPE (fn)); in add_function_candidate()
2539 parmlist = TYPE_ARG_TYPES (parmlist); in add_conv_candidate()
3496 tree parms = TYPE_ARG_TYPES (TREE_TYPE (tmpl)); in add_template_candidate_real()
3539 tree parmtype = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (tmpl))); in add_template_candidate_real()
4954 arg_types = TYPE_ARG_TYPES (TREE_TYPE (cand->fn)); in build_operator_new_call()
6183 tree parmlist = TYPE_ARG_TYPES (TREE_TYPE (fn)); in add_candidates()
6408 tree parmlist = TYPE_ARG_TYPES (TREE_TYPE (cand->fn)); in add_operator_candidates()
7172 tree a = TYPE_ARG_TYPES (TREE_TYPE (t)); in destroying_delete_p()
9213 tree parm = TYPE_ARG_TYPES (TREE_TYPE (fn)); in build_over_call()
12007 tree parms1 = TYPE_ARG_TYPES (TREE_TYPE (fn1)); in cand_parms_match()
[all …]
Dpt.cc1505 friend_args_type = TYPE_ARG_TYPES (friend_type); in is_specialization_of_friend()
1506 decl_args_type = TYPE_ARG_TYPES (decl_type); in is_specialization_of_friend()
2282 decl_arg_types = TYPE_ARG_TYPES (TREE_TYPE (decl)); in determine_specialization()
2283 fn_arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn)); in determine_specialization()
2410 decl_arg_types = TYPE_ARG_TYPES (TREE_TYPE (decl)); in determine_specialization()
2415 if (!compparms (TYPE_ARG_TYPES (TREE_TYPE (fn)), in determine_specialization()
2595 tmpl_types = TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (tmpl))); in copy_default_args_to_explicit_spec()
2603 spec_types = TYPE_ARG_TYPES (old_type); in copy_default_args_to_explicit_spec()
2988 tree t = TYPE_ARG_TYPES (TREE_TYPE (decl)); in check_explicit_specialization()
5889 || TYPE_ARG_TYPES (TREE_TYPE (decl)) == void_list_node in push_template_decl()
[all …]
Dsearch.cc2150 tree btypes = TYPE_ARG_TYPES (TREE_TYPE (fn)); in look_for_overrides_here()
2151 tree dtypes = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); in look_for_overrides_here()
Dclass.cc1110 tree parms1 = TYPE_ARG_TYPES (fn_type); in add_method()
1111 tree parms2 = TYPE_ARG_TYPES (method_type); in add_method()
4881 tree parmtypes = TYPE_ARG_TYPES (TREE_TYPE (clone)); in copy_fndecl_with_name()
5094 tree orig_clone_parms = TYPE_ARG_TYPES (TREE_TYPE (clone)); in adjust_clone_args()
5095 tree orig_decl_parms = TYPE_ARG_TYPES (TREE_TYPE (decl)); in adjust_clone_args()
5846 tree second_parm = TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (fn))); in type_requires_array_cookie()
5955 tree parms = TYPE_ARG_TYPES (TREE_TYPE (fn)); in explain_non_literal_class()
8489 target_arg_types = TYPE_ARG_TYPES (target_fn_type); in resolve_address_of_overloaded_function()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm-c.cc38 unsigned num_args = list_length (TYPE_ARG_TYPES (TREE_TYPE (fndecl))) - 1; in arm_resolve_cde_builtin()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa.h591 ? (list_length (TYPE_ARG_TYPES (FNTYPE)) - 1 \

12345