Home
last modified time | relevance | path

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

12

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl2.cc196 newtype = build_function_type (new_ret, args); in change_return_type()
1516 outer = build_function_type (inner, TYPE_ARG_TYPES (type)); in cp_reconstruct_complex_type()
1985 (build_function_type (ptr_type_node, args), in coerce_new_type()
2045 (build_function_type (void_type_node, args), in coerce_delete_type()
3649 build_function_type (void_type_node, in get_local_tls_init_fn()
3687 build_function_type (void_type_node, in get_tls_init_fn()
3743 tree fntype = build_function_type (type, void_list_node); in get_tls_wrapper_fn()
3875 tree fntype = build_function_type (void_type_node, void_list_node); in start_objects()
Dexcept.cc152 tree fntype = build_function_type (rtype, arg_list); in declare_library_fn_1()
Dlambda.cc1209 tree stattype = build_function_type (fn_result, FUNCTION_ARG_CHAIN (callop)); in maybe_add_lambda_conv_op()
Drtti.cc431 type = build_function_type (TREE_TYPE (type), in get_tinfo_decl()
Dtypeck.cc887 tree rval = build_function_type (valtype, parms); in merge_types()
910 t1 = build_function_type (TREE_TYPE (t1), in merge_types()
912 t2 = build_function_type (TREE_TYPE (t2), in merge_types()
Ddecl.cc10533 newtype = build_function_type (integer_type_node, oldtypeargs); in grokfndecl()
13151 type = build_function_type (type, arg_types); in grokdeclarator()
16953 fntype = build_function_type (void_type_node, args); in check_function_type()
18451 fntype = build_function_type (TREE_TYPE (memfntype), TREE_CHAIN (args)); in static_fn_type()
Dtree.cc1725 result = build_function_type (type, arg_types); in strip_typedefs()
/netbsd/src/external/gpl3/gcc/dist/include/
Dgcc-c-fe.def123 GCC_METHOD3 (gcc_type, build_function_type,
Dgcc-cp-fe.def249 and destructors. Use build_function_type to create a function
840 GCC_METHOD3 (gcc_type, build_function_type,
/netbsd/src/external/gpl3/gdb/dist/include/
Dgcc-c-fe.def126 GCC_METHOD3 (gcc_type, build_function_type,
Dgcc-cp-fe.def249 and destructors. Use build_function_type to create a function
840 GCC_METHOD3 (gcc_type, build_function_type,
/netbsd/src/external/gpl3/binutils/dist/include/
Dgcc-c-fe.def123 GCC_METHOD3 (gcc_type, build_function_type,
Dgcc-cp-fe.def249 and destructors. Use build_function_type to create a function
840 GCC_METHOD3 (gcc_type, build_function_type,
/netbsd/src/external/gpl3/gcc/dist/gcc/
Doptabs-libfuncs.cc730 build_function_type (integer_type_node, NULL_TREE)); in build_libfunc_function_visibility()
Dcgraphunit.cc1448 altype = build_function_type (rettype, args); in maybe_diag_incompatible_alias()
Dtree.cc7392 build_function_type (tree value_type, tree arg_types) in build_function_type() function
7425 TYPE_CANONICAL (t) = build_function_type (TYPE_CANONICAL (value_type), in build_function_type()
7461 args = build_function_type (return_type, args); in build_function_type_list_1()
7516 return build_function_type (return_type, t); in build_function_type_array_1()
9690 ftype = build_function_type (void_type_node, void_list_node); in build_common_builtin_nodes()
9993 outer = build_function_type (inner, TYPE_ARG_TYPES (type)); in reconstruct_complex_type()
Dipa-param-manipulation.cc355 = build_distinct_type_copy (build_function_type (ret_type, in build_adjusted_function_type()
Dattribs.cc1194 func_type = build_function_type (TREE_TYPE (fn_type), in make_dispatcher_decl()
Dstor-layout.cc227 fntype = build_function_type (return_type, param_type_list); in self_referential_size()
Dcalls.cc4671 build_function_type (tfom, NULL_TREE), in emit_library_call_value_1()
DChangeLog-201127042 build_function_type_list instead of build_function_type.
27048 instead of build_function_type.
27053 build_function_type_list instead of build_function_type.
27060 build_function_type_list instead of build_function_type.
27065 build_function_type_list instead of build_function_type.
27070 build_function_type_list instead of build_function_type.
27075 build_function_type_list instead of build_function_type.
27080 build_function_type_list instead of build_function_type.
27086 build_function_type_list instead of build_function_type.
27091 build_function_type_list instead of build_function_type.
[all …]
Dtree.h4644 extern tree build_function_type (tree, tree);
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-builtins.cc207 type = build_function_type (rtype, args); in ix86_get_builtin_func_type()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm-builtins.cc1779 ftype = build_function_type (return_type, args); in arm_init_builtin()
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
DChangeLog1255 instead of build_function_type.
2800 instead of build_function_type.

12