/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-objc-common.cc | 171 result = build_function_type (return_type, args); in get_aka_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-objc-common.c | 171 result = build_function_type (return_type, args); in get_aka_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A 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()
|
H A D | except.cc | 152 tree fntype = build_function_type (rtype, arg_list); in declare_library_fn_1()
|
H A D | lambda.cc | 1209 tree stattype = build_function_type (fn_result, FUNCTION_ARG_CHAIN (callop)); in maybe_add_lambda_conv_op()
|
H A D | rtti.cc | 431 type = build_function_type (TREE_TYPE (type), in get_tinfo_decl()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl2.c | 198 newtype = build_function_type (new_ret, args); in change_return_type() 1377 outer = build_function_type (inner, TYPE_ARG_TYPES (type)); in cp_reconstruct_complex_type() 1803 (build_function_type (ptr_type_node, args), in coerce_new_type() 1863 (build_function_type (void_type_node, args), in coerce_delete_type() 3429 build_function_type (void_type_node, in get_local_tls_init_fn() 3467 build_function_type (void_type_node, in get_tls_init_fn() 3523 tree fntype = build_function_type (type, void_list_node); in get_tls_wrapper_fn()
|
H A D | lambda.c | 1203 tree stattype = build_function_type (fn_result, FUNCTION_ARG_CHAIN (callop)); in maybe_add_lambda_conv_op()
|
H A D | rtti.c | 430 type = build_function_type (TREE_TYPE (type), in get_tinfo_decl()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | f95-lang.c | 983 ftype = build_function_type (integer_type_node, NULL_TREE); in gfc_init_builtin_functions() 997 ftype = build_function_type (integer_type_node, NULL_TREE); in gfc_init_builtin_functions()
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | gcc-c-fe.def | 123 GCC_METHOD3 (gcc_type, build_function_type,
|
H A 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/include/ |
H A D | gcc-c-fe.def | 123 GCC_METHOD3 (gcc_type, build_function_type,
|
H A 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.old/dist/include/ |
H A D | gcc-c-fe.def | 123 GCC_METHOD3 (gcc_type, build_function_type,
|
H A 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.old/dist/include/ |
H A D | gcc-c-fe.def | 123 GCC_METHOD3 (gcc_type, build_function_type,
|
H A 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.old/dist/gcc/ |
H A D | optabs-libfuncs.c | 730 build_function_type (integer_type_node, NULL_TREE)); in build_libfunc_function_visibility()
|
H A D | ipa-param-manipulation.c | 244 = build_distinct_type_copy (build_function_type (ret_type, in build_adjusted_function_type()
|
H A D | attribs.c | 1072 func_type = build_function_type (TREE_TYPE (fn_type), in make_dispatcher_decl()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | optabs-libfuncs.cc | 730 build_function_type (integer_type_node, NULL_TREE)); in build_libfunc_function_visibility()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | types.cc | 746 t->ctype = build_function_type (fntype, fnparams); in visit()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | types.cc | 882 t->ctype = build_function_type (fntype, fnparams); in visit()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | f95-lang.cc | 994 ftype = build_function_type (integer_type_node, NULL_TREE); in gfc_init_builtin_functions()
|