| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | decl2.cc | 196 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()
|
| D | except.cc | 152 tree fntype = build_function_type (rtype, arg_list); in declare_library_fn_1()
|
| D | lambda.cc | 1209 tree stattype = build_function_type (fn_result, FUNCTION_ARG_CHAIN (callop)); in maybe_add_lambda_conv_op()
|
| D | rtti.cc | 431 type = build_function_type (TREE_TYPE (type), in get_tinfo_decl()
|
| D | typeck.cc | 887 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()
|
| D | decl.cc | 10533 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()
|
| D | tree.cc | 1725 result = build_function_type (type, arg_types); in strip_typedefs()
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | gcc-c-fe.def | 123 GCC_METHOD3 (gcc_type, build_function_type,
|
| D | gcc-cp-fe.def | 249 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/ |
| D | gcc-c-fe.def | 126 GCC_METHOD3 (gcc_type, build_function_type,
|
| D | gcc-cp-fe.def | 249 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/ |
| D | gcc-c-fe.def | 123 GCC_METHOD3 (gcc_type, build_function_type,
|
| D | gcc-cp-fe.def | 249 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/ |
| D | optabs-libfuncs.cc | 730 build_function_type (integer_type_node, NULL_TREE)); in build_libfunc_function_visibility()
|
| D | cgraphunit.cc | 1448 altype = build_function_type (rettype, args); in maybe_diag_incompatible_alias()
|
| D | tree.cc | 7392 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()
|
| D | ipa-param-manipulation.cc | 355 = build_distinct_type_copy (build_function_type (ret_type, in build_adjusted_function_type()
|
| D | attribs.cc | 1194 func_type = build_function_type (TREE_TYPE (fn_type), in make_dispatcher_decl()
|
| D | stor-layout.cc | 227 fntype = build_function_type (return_type, param_type_list); in self_referential_size()
|
| D | calls.cc | 4671 build_function_type (tfom, NULL_TREE), in emit_library_call_value_1()
|
| D | ChangeLog-2011 | 27042 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 …]
|
| D | tree.h | 4644 extern tree build_function_type (tree, tree);
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386-builtins.cc | 207 type = build_function_type (rtype, args); in ix86_get_builtin_func_type()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm-builtins.cc | 1779 ftype = build_function_type (return_type, args); in arm_init_builtin()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/objc/ |
| D | ChangeLog | 1255 instead of build_function_type. 2800 instead of build_function_type.
|