Home
last modified time | relevance | path

Searched refs:build_function_type (Results 1 – 25 of 38) sorted by relevance

12

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Ddecl2.c210 newtype = build_function_type (new_ret, args); in change_return_type()
1368 outer = build_function_type (inner, TYPE_ARG_TYPES (type)); in cp_reconstruct_complex_type()
1752 (build_function_type (ptr_type_node, args), in coerce_new_type()
1790 (build_function_type (void_type_node, args), in coerce_delete_type()
3281 build_function_type (void_type_node, in get_local_tls_init_fn()
3319 build_function_type (void_type_node, in get_tls_init_fn()
3375 tree fntype = build_function_type (type, void_list_node); in get_tls_wrapper_fn()
H A Dlambda.c1175 tree stattype = build_function_type (fn_result, FUNCTION_ARG_CHAIN (callop)); in maybe_add_lambda_conv_op()
H A Drtti.c432 type = build_function_type (TREE_TYPE (type), in get_tinfo_decl()
H A Ddecl.c4676 tree type = build_function_type (void_type_node, parmtypes); in push_void_library_fn()
9107 newtype = build_function_type (integer_type_node, oldtypeargs); in grokfndecl()
11377 type = build_function_type (type, arg_types); in grokdeclarator()
14862 fntype = build_function_type (void_type_node, args); in check_function_type()
16285 fntype = build_function_type (TREE_TYPE (memfntype), TREE_CHAIN (args)); in static_fn_type()
H A Dtypeck.c850 rval = build_function_type (valtype, parms); in merge_types()
879 t1 = build_function_type (TREE_TYPE (t1), in merge_types()
881 t2 = build_function_type (TREE_TYPE (t2), in merge_types()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Ddecl2.c159 newtype = build_function_type (new_ret, args); in change_return_type()
1254 outer = build_function_type (inner, TYPE_ARG_TYPES (type)); in cp_reconstruct_complex_type()
1513 (build_function_type (ptr_type_node, args), in coerce_new_type()
1551 (build_function_type (void_type_node, args), in coerce_delete_type()
H A Drtti.c405 type = build_function_type (TREE_TYPE (type), in get_tinfo_decl()
H A Ddecl.c4025 tree type = build_function_type (void_type_node, parmtypes); in push_void_library_fn()
7467 newtype = build_function_type (integer_type_node, oldtypeargs); in grokfndecl()
9333 type = build_function_type (type, arg_types); in grokdeclarator()
12631 fntype = build_function_type (void_type_node, args); in check_function_type()
13909 fntype = build_function_type (TREE_TYPE (memfntype), TREE_CHAIN (args)); in static_fn_type()
H A Dtypeck.c834 rval = build_function_type (valtype, parms); in merge_types()
857 t1 = build_function_type (TREE_TYPE (t1), in merge_types()
859 t2 = build_function_type (TREE_TYPE (t2), in merge_types()
H A Dtree.c1201 result = build_function_type (type, in strip_typedefs()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dipa-param-manipulation.c214 = build_distinct_type_copy (build_function_type (TREE_TYPE (orig_type), in ipa_modify_formal_parameters()
H A Doptabs-libfuncs.c730 build_function_type (integer_type_node, NULL_TREE)); in build_libfunc_function()
H A Dcgraphclones.c186 = build_distinct_type_copy (build_function_type (TREE_TYPE (orig_type), in cgraph_build_function_type_skip_args()
H A Dattribs.c1066 func_type = build_function_type (TREE_TYPE (fn_type), in make_dispatcher_decl()
H A Dtree.c8019 build_function_type (tree value_type, tree arg_types) in build_function_type() function
8052 TYPE_CANONICAL (t) = build_function_type (TYPE_CANONICAL (value_type), in build_function_type()
8088 args = build_function_type (return_type, args); in build_function_type_list_1()
8143 return build_function_type (return_type, t); in build_function_type_array_1()
10154 ftype = build_function_type (void_type_node, void_list_node); in build_common_builtin_nodes()
10441 outer = build_function_type (inner, TYPE_ARG_TYPES (type)); in reconstruct_complex_type()
H A Dcgraphunit.c1328 altype = build_function_type (rettype, args); in maybe_diag_incompatible_alias()
H A Dstor-layout.c226 fntype = build_function_type (return_type, param_type_list); in self_referential_size()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree.c7552 build_function_type (tree value_type, tree arg_types) in build_function_type() function
7584 TYPE_CANONICAL (t) = build_function_type (TYPE_CANONICAL (value_type), in build_function_type()
7633 = build_distinct_type_copy (build_function_type (TREE_TYPE (orig_type), in build_function_type_skip_args()
7725 args = build_function_type (return_type, args); in build_function_type_list_1()
7780 return build_function_type (return_type, t); in build_function_type_array_1()
9756 outer = build_function_type (inner, TYPE_ARG_TYPES (type)); in reconstruct_complex_type()
H A Dstor-layout.c267 fntype = build_function_type (return_type, param_type_list); in self_referential_size()
H A Dc-decl.c1503 trytype = build_function_type (newrettype, tryargs); in match_builtin_function_types()
5626 type = build_function_type (type, arg_types); in grokdeclarator()
7740 = build_function_type (void_type_node, in start_function()
H A Dc-typeck.c505 t1 = build_function_type (valtype, TYPE_ARG_TYPES (t2)); in composite_type()
511 t1 = build_function_type (valtype, TYPE_ARG_TYPES (t1)); in composite_type()
600 t1 = build_function_type (valtype, newargs); in composite_type()
H A Dipa-prop.c2379 = build_distinct_type_copy (build_function_type (TREE_TYPE (orig_type), in ipa_modify_formal_parameters()
H A Dcalls.c4159 build_function_type (tfom, NULL_TREE), in emit_library_call_value_1()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c1657 trytype = build_function_type (newrettype, tryargs); in match_builtin_function_types()
6457 type = build_function_type (type, arg_types); in grokdeclarator()
8757 = build_function_type (void_type_node, in start_function()
H A Dc-typeck.c513 t1 = build_function_type (valtype, TYPE_ARG_TYPES (t2)); in composite_type()
519 t1 = build_function_type (valtype, TYPE_ARG_TYPES (t1)); in composite_type()
610 t1 = build_function_type (valtype, newargs); in composite_type()

12