Home
last modified time | relevance | path

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

123456

/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-chkp.c282 unsigned len = list_length (TYPE_ARG_TYPES (orig_type)); in chkp_copy_function_type_adding_bounds()
286 for (arg_type = TYPE_ARG_TYPES (orig_type); in chkp_copy_function_type_adding_bounds()
302 TYPE_ARG_TYPES (type) = copy_list (TYPE_ARG_TYPES (type)); in chkp_copy_function_type_adding_bounds()
304 for (arg_type = TYPE_ARG_TYPES (type); in chkp_copy_function_type_adding_bounds()
H A Dgimple-expr.c246 if (TYPE_ARG_TYPES (outer_type) == TYPE_ARG_TYPES (inner_type)) in useless_type_conversion_p()
249 for (outer_parm = TYPE_ARG_TYPES (outer_type), in useless_type_conversion_p()
250 inner_parm = TYPE_ARG_TYPES (inner_type); in useless_type_conversion_p()
H A Dipa-param-manipulation.c72 for (t = TYPE_ARG_TYPES (fntype); t; t = TREE_CHAIN (t)) in ipa_get_vector_of_formal_parm_types()
76 for (t = TYPE_ARG_TYPES (fntype); t; t = TREE_CHAIN (t)) in ipa_get_vector_of_formal_parm_types()
92 tree old_arg_types = TYPE_ARG_TYPES (orig_type); in ipa_modify_formal_parameters()
209 TYPE_ARG_TYPES (new_type) = new_reversed; in ipa_modify_formal_parameters()
H A Dtree.c6541 && (TYPE_ARG_TYPES (a->type) == TYPE_ARG_TYPES (b->type) in equal()
6544 && TYPE_ARG_TYPES (b->type) in equal()
6574 if (TYPE_ARG_TYPES (a->type) == TYPE_ARG_TYPES (b->type) in equal()
6575 || (TYPE_ARG_TYPES (a->type) in equal()
6580 TYPE_ARG_TYPES (b->type)))) in equal()
8037 TYPE_ARG_TYPES (t) = arg_types; in build_function_type()
8191 TYPE_ARG_TYPES (t) = argtypes; in build_method_type_directly()
8232 TYPE_ARG_TYPES (type)); in build_method_type()
11849 t = TYPE_ARG_TYPES (fntype); in prototype_p()
13456 if (TYPE_ARG_TYPES (t1) == TYPE_ARG_TYPES (t2)) in gimple_canonical_types_compatible_p()
[all …]
H A Dfunction-tests.c138 tree argtypes = TYPE_ARG_TYPES (fntype); in test_fndecl_int_void()
178 tree arg0 = TYPE_ARG_TYPES (fntype); in test_fndecl_float_intchar()
H A Dtsan.c588 t = TYPE_ARG_TYPES (TREE_TYPE (decl)); in instrument_builtin_call()
628 t = TYPE_ARG_TYPES (TREE_TYPE (decl)); in instrument_builtin_call()
657 t = TYPE_ARG_TYPES (TREE_TYPE (decl)); in instrument_builtin_call()
H A Dipa-devirt.c559 for (t = TYPE_ARG_TYPES (t); t; t = TREE_CHAIN (t))
1198 for (parms1 = TYPE_ARG_TYPES (t1), parms2 = TYPE_ARG_TYPES (t2);
1464 if (TYPE_ARG_TYPES (t1) == TYPE_ARG_TYPES (t2)
1471 for (parms1 = TYPE_ARG_TYPES (t1), parms2 = TYPE_ARG_TYPES (t2);
H A Domp-simd-clone.c96 if (TYPE_ARG_TYPES (TREE_TYPE (fndecl))) in simd_clone_vector_of_formal_parm_types()
706 gcc_assert (TYPE_ARG_TYPES (TREE_TYPE (node->decl))); in simd_clone_adjust_argument_types()
728 TYPE_ARG_TYPES (new_type) = new_reversed; in simd_clone_adjust_argument_types()
1605 && TYPE_ARG_TYPES (TREE_TYPE (node->decl)) == NULL_TREE) in expand_simd_clones()
H A Dcgraphclones.c157 for (args = TYPE_ARG_TYPES (orig_type); args && args != void_list_node; in cgraph_build_function_type_skip_args()
181 TYPE_ARG_TYPES (new_type) = new_reversed; in cgraph_build_function_type_skip_args()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Ddecl2.c133 ? TREE_CHAIN (TYPE_ARG_TYPES (fntype)) in build_memfn_type()
134 : TYPE_ARG_TYPES (fntype))); in build_memfn_type()
150 tree args = TYPE_ARG_TYPES (fntype); in change_return_type()
241 arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn)); in maybe_retrofit_in_chrg()
559 tree arg_types = TYPE_ARG_TYPES (TREE_TYPE (method)); in check_java_method()
658 p1 = TYPE_ARG_TYPES (TREE_TYPE (function)); in check_classfn()
659 p2 = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); in check_classfn()
1265 TREE_CHAIN (TYPE_ARG_TYPES (type))); in cp_reconstruct_complex_type()
1469 tree args = TYPE_ARG_TYPES (type); in coerce_new_type()
1525 tree args = TYPE_ARG_TYPES (type); in coerce_delete_type()
[all …]
H A Ddecl.c961 tree p1 = TYPE_ARG_TYPES (f1); in decls_match()
962 tree p2 = TYPE_ARG_TYPES (f2); in decls_match()
1304 t2 = TYPE_ARG_TYPES (TREE_TYPE (olddecl)); in duplicate_decls()
1321 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) in duplicate_decls()
1322 = TYPE_ARG_TYPES (TREE_TYPE (newdecl)); in duplicate_decls()
1336 TYPE_ARG_TYPES (TREE_TYPE (olddecl)))) in duplicate_decls()
1486 TYPE_ARG_TYPES (TREE_TYPE (olddecl)))) in duplicate_decls()
3656 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE; in cxx_init_decl_processing()
9864 for (args = TYPE_ARG_TYPES (type); in grokdeclarator()
12618 tree args = TYPE_ARG_TYPES (fntype); in check_function_type()
[all …]
H A Dpt.c1254 decl_args_type = TYPE_ARG_TYPES (decl_type); in is_specialization_of_friend()
1910 fn_arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn)); in determine_specialization()
2021 if (compparms (TYPE_ARG_TYPES (TREE_TYPE (fn)), in determine_specialization()
2180 spec_types = TYPE_ARG_TYPES (old_type); in copy_default_args_to_explicit_spec()
2397 tree t = TYPE_ARG_TYPES (TREE_TYPE (decl)); in check_explicit_specialization()
4589 tree argtype = TYPE_ARG_TYPES (type); in push_template_decl_real()
9714 for (arg = TYPE_ARG_TYPES (TREE_TYPE (fn)); in tsubst_default_arguments()
16579 nargs = list_length (TYPE_ARG_TYPES (arg)); in unify()
16581 for (a = TYPE_ARG_TYPES (arg), i = 0; in unify()
17200 TYPE_ARG_TYPES (decl_type)); in get_bindings()
[all …]
H A Dtypeck.c815 tree p1 = TYPE_ARG_TYPES (t1); in merge_types()
816 tree p2 = TYPE_ARG_TYPES (t2); in merge_types()
858 TREE_CHAIN (TYPE_ARG_TYPES (t1))); in merge_types()
860 TREE_CHAIN (TYPE_ARG_TYPES (t2))); in merge_types()
863 TYPE_ARG_TYPES (t3)); in merge_types()
1281 if (!compparms (TYPE_ARG_TYPES (t1), TYPE_ARG_TYPES (t2))) in structural_comptypes()
3300 parm_types = TYPE_ARG_TYPES (fntype); in cp_build_function_call_vec()
8108 for (t = TYPE_ARG_TYPES (type); t; t = TREE_CHAIN (t)) in error_type_p()
8463 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); in check_raw_literal_operator()
8495 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); in check_literal_operator_args()
H A Dclass.c1063 parms1 = TYPE_ARG_TYPES (fn_type); in add_method()
1064 parms2 = TYPE_ARG_TYPES (method_type); in add_method()
1939 types = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); in same_signature_p()
1940 base_types = TYPE_ARG_TYPES (TREE_TYPE (base_fndecl)); in same_signature_p()
4088 parmtypes = TYPE_ARG_TYPES (TREE_TYPE (clone)); in build_clone()
4257 tree orig_clone_parms = TYPE_ARG_TYPES (TREE_TYPE (clone)); in adjust_clone_args()
4258 tree orig_decl_parms = TYPE_ARG_TYPES (TREE_TYPE (decl)); in adjust_clone_args()
4845 second_parm = TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (fn))); in type_requires_array_cookie()
4938 tree parms = TYPE_ARG_TYPES (TREE_TYPE (fn)); in explain_non_literal_class()
6960 target_arg_types = TYPE_ARG_TYPES (target_fn_type); in resolve_address_of_overloaded_function()
/dragonfly/contrib/gcc-8.0/gcc/lto/
H A Dlto-symtab.c235 && TYPE_ARG_TYPES (prevailing_type) != TYPE_ARG_TYPES (type)) in warn_type_compatibility_p()
238 for (parm1 = TYPE_ARG_TYPES (prevailing_type), in warn_type_compatibility_p()
239 parm2 = TYPE_ARG_TYPES (type); in warn_type_compatibility_p()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.c6173 && (TYPE_ARG_TYPES (a->type) == TYPE_ARG_TYPES (b->type) in type_hash_eq()
6174 || (TYPE_ARG_TYPES (a->type) in type_hash_eq()
6176 && TYPE_ARG_TYPES (b->type) in type_hash_eq()
6197 if (TYPE_ARG_TYPES (a->type) == TYPE_ARG_TYPES (b->type) in type_hash_eq()
6198 || (TYPE_ARG_TYPES (a->type) in type_hash_eq()
6200 && TYPE_ARG_TYPES (b->type) in type_hash_eq()
6203 TYPE_ARG_TYPES (b->type)))) in type_hash_eq()
7568 TYPE_ARG_TYPES (t) = arg_types; in build_function_type()
7829 TYPE_ARG_TYPES (t) = argtypes; in build_method_type_directly()
7872 TYPE_ARG_TYPES (type)); in build_method_type()
[all …]
H A Dgimple-low.c231 parms = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); in gimple_check_call_args()
233 parms = TYPE_ARG_TYPES (gimple_call_fntype (stmt)); in gimple_check_call_args()
H A Dtree-ssa.c1374 if (TYPE_ARG_TYPES (outer_type) == TYPE_ARG_TYPES (inner_type)) in useless_type_conversion_p()
1377 for (outer_parm = TYPE_ARG_TYPES (outer_type), in useless_type_conversion_p()
1378 inner_parm = TYPE_ARG_TYPES (inner_type); in useless_type_conversion_p()
H A Dgimple.c3622 if (TYPE_ARG_TYPES (t1) == TYPE_ARG_TYPES (t2)) in gimple_types_compatible_p_1()
3628 for (parms1 = TYPE_ARG_TYPES (t1), parms2 = TYPE_ARG_TYPES (t2); in gimple_types_compatible_p_1()
4120 for (p = TYPE_ARG_TYPES (type), na = 0; p; p = TREE_CHAIN (p)) in iterative_hash_gimple_type()
4356 for (p = TYPE_ARG_TYPES (type), na = 0; p; p = TREE_CHAIN (p)) in iterative_hash_canonical_type()
4645 if (TYPE_ARG_TYPES (t1) == TYPE_ARG_TYPES (t2)) in gimple_canonical_types_compatible_p()
4651 for (parms1 = TYPE_ARG_TYPES (t1), parms2 = TYPE_ARG_TYPES (t2); in gimple_canonical_types_compatible_p()
5472 tree arg, targs = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); in validate_call()
H A Dc-aux-info.c117 formal_type = TYPE_ARG_TYPES (fntype); in gen_formal_list_for_type()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl2.c176 ? TREE_CHAIN (TYPE_ARG_TYPES (fntype)) in build_memfn_type()
177 : TYPE_ARG_TYPES (fntype))); in build_memfn_type()
197 tree args = TYPE_ARG_TYPES (fntype); in change_return_type()
295 arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn)); in maybe_retrofit_in_chrg()
663 tree p1 = TYPE_ARG_TYPES (TREE_TYPE (function)); in check_classfn()
664 tree p2 = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); in check_classfn()
1368 outer = build_function_type (inner, TYPE_ARG_TYPES (type)); in cp_reconstruct_complex_type()
1382 TREE_CHAIN (TYPE_ARG_TYPES (type))); in cp_reconstruct_complex_type()
1708 tree args = TYPE_ARG_TYPES (type); in coerce_new_type()
1764 tree args = TYPE_ARG_TYPES (type); in coerce_delete_type()
[all …]
H A Doptimize.c273 last_arg = tree_last (TYPE_ARG_TYPES (TREE_TYPE (fn))); in maybe_thunk_body()
383 fn_parm_typelist = TYPE_ARG_TYPES (TREE_TYPE (fn)), in maybe_thunk_body()
H A Ddecl.c1012 tree p1 = TYPE_ARG_TYPES (f1); in decls_match()
1013 tree p2 = TYPE_ARG_TYPES (f2); in decls_match()
1328 if (compparms (TYPE_ARG_TYPES (t1), TYPE_ARG_TYPES (t2)) in check_concept_refinement()
1523 t2 = TYPE_ARG_TYPES (TREE_TYPE (olddecl)); in duplicate_decls()
1546 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) in duplicate_decls()
1570 TYPE_ARG_TYPES (TREE_TYPE (olddecl)))) in duplicate_decls()
1768 TYPE_ARG_TYPES (TREE_TYPE (olddecl))) in duplicate_decls()
4244 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE; in cxx_init_decl_processing()
11898 for (args = TYPE_ARG_TYPES (type); in grokdeclarator()
14852 tree args = TYPE_ARG_TYPES (fntype); in check_function_type()
[all …]
H A Dtypeck.c830 tree p1 = TYPE_ARG_TYPES (t1); in merge_types()
831 tree p2 = TYPE_ARG_TYPES (t2); in merge_types()
880 TREE_CHAIN (TYPE_ARG_TYPES (t1))); in merge_types()
882 TREE_CHAIN (TYPE_ARG_TYPES (t2))); in merge_types()
885 TYPE_ARG_TYPES (t3)); in merge_types()
1210 TYPE_ARG_TYPES (t1) == void_list_node) in cxx_safe_function_type_cast_p()
1214 TYPE_ARG_TYPES (t2) == void_list_node) in cxx_safe_function_type_cast_p()
1220 for (t1 = TYPE_ARG_TYPES (t1), t2 = TYPE_ARG_TYPES (t2); in cxx_safe_function_type_cast_p()
1371 if (!compparms (TYPE_ARG_TYPES (t1), TYPE_ARG_TYPES (t2))) in structural_comptypes()
3782 parm_types = TYPE_ARG_TYPES (fntype); in cp_build_function_call_vec()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-aux-info.c113 formal_type = TYPE_ARG_TYPES (fntype); in gen_formal_list_for_type()

123456