| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | jit-builtins.c | 193 recording::function_type *func_type = t->as_a_function_type (); in make_builtin_function() local 194 if (!func_type) in make_builtin_function() 197 vec<recording::type *> param_types = func_type->get_param_types (); in make_builtin_function() 215 func_type->get_return_type (), in make_builtin_function() 219 func_type->is_variadic (), in make_builtin_function()
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| H A D | ptype.c | 242 typedef int (*func_type) (int (*) (int, float), float); typedef 251 func_type v_func_type;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-builtins.cc | 193 recording::function_type *func_type = t->as_a_function_type (); in make_builtin_function() local 194 if (!func_type) in make_builtin_function() 197 vec<recording::type *> param_types = func_type->get_param_types (); in make_builtin_function() 215 func_type->get_return_type (), in make_builtin_function() 219 func_type->is_variadic (), in make_builtin_function()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | vtable-class-hierarchy.cc | 163 tree func_type = NULL_TREE; in vtv_build_vtable_verify_fndecl() local 171 func_type = build_function_type_list (const_ptr_type_node, in vtv_build_vtable_verify_fndecl() 180 func_type); in vtv_build_vtable_verify_fndecl() 184 func_type = build_function_type_list (const_ptr_type_node, in vtv_build_vtable_verify_fndecl() 191 func_type); in vtv_build_vtable_verify_fndecl()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | vtable-class-hierarchy.c | 163 tree func_type = NULL_TREE; in vtv_build_vtable_verify_fndecl() local 171 func_type = build_function_type_list (const_ptr_type_node, in vtv_build_vtable_verify_fndecl() 180 func_type); in vtv_build_vtable_verify_fndecl() 184 func_type = build_function_type_list (const_ptr_type_node, in vtv_build_vtable_verify_fndecl() 191 func_type); in vtv_build_vtable_verify_fndecl()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | arm.cc | 4124 if (ARM_FUNC_TYPE (cfun->machine->func_type) == ARM_FT_UNKNOWN) in arm_current_func_type() 4125 cfun->machine->func_type = arm_compute_func_type (); in arm_current_func_type() 4127 return cfun->machine->func_type; in arm_current_func_type() 4305 unsigned long func_type = arm_current_func_type (); in reg_needs_saving_p() local 4307 if (IS_INTERRUPT (func_type)) in reg_needs_saving_p() 4330 unsigned int func_type; in use_return_insn() local 4339 func_type = arm_current_func_type (); in use_return_insn() 4343 if (func_type & (ARM_FT_VOLATILE | ARM_FT_NAKED | ARM_FT_STACKALIGN)) in use_return_insn() 4348 if (IS_INTERRUPT (func_type) && (frame_pointer_needed || TARGET_THUMB)) in use_return_insn() 4418 if (TARGET_INTERWORK && saved_int_regs != 0 && !IS_INTERRUPT(func_type)) in use_return_insn() [all …]
|
| H A D | arm.h | 1275 (! IS_INTERRUPT (cfun->machine->func_type) || \ 1600 unsigned long func_type; member
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-options.cc | 3096 if (cfun->machine->func_type == TYPE_UNKNOWN) in ix86_set_func_type() 3111 cfun->machine->func_type in ix86_set_func_type() 3123 cfun->machine->func_type = TYPE_NORMAL; in ix86_set_func_type() 3311 if (cfun->machine->func_type != TYPE_NORMAL in ix86_set_current_function() 3327 if (cfun->machine->func_type != TYPE_NORMAL) in ix86_set_current_function() 3328 sorry (cfun->machine->func_type == TYPE_EXCEPTION in ix86_set_current_function() 3338 cfun->machine->func_type = TYPE_NORMAL; in ix86_set_current_function() 3754 tree func_type = *node; in ix86_handle_interrupt_attribute() local 3755 tree return_type = TREE_TYPE (func_type); in ix86_handle_interrupt_attribute() 3758 tree current_arg_type = TYPE_ARG_TYPES (func_type); in ix86_handle_interrupt_attribute()
|
| H A D | i386.h | 1514 || (cfun->machine->func_type != TYPE_NORMAL \ 2066 (cfun->machine->func_type == TYPE_EXCEPTION \ 2703 ENUM_BITFIELD(function_type) func_type : 2;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | arm.c | 4045 if (ARM_FUNC_TYPE (cfun->machine->func_type) == ARM_FT_UNKNOWN) in arm_current_func_type() 4046 cfun->machine->func_type = arm_compute_func_type (); in arm_current_func_type() 4048 return cfun->machine->func_type; in arm_current_func_type() 4225 unsigned int func_type; in use_return_insn() local 4234 func_type = arm_current_func_type (); in use_return_insn() 4238 if (func_type & (ARM_FT_VOLATILE | ARM_FT_NAKED | ARM_FT_STACKALIGN)) in use_return_insn() 4243 if (IS_INTERRUPT (func_type) && (frame_pointer_needed || TARGET_THUMB)) in use_return_insn() 4313 if (TARGET_INTERWORK && saved_int_regs != 0 && !IS_INTERRUPT(func_type)) in use_return_insn() 4334 if (IS_CMSE_ENTRY (func_type) && (saved_int_regs || TARGET_HAVE_FPCXT_CMSE)) in use_return_insn() 7692 unsigned long func_type; in arm_function_ok_for_sibcall() local [all …]
|
| H A D | arm.h | 1187 (! IS_INTERRUPT (cfun->machine->func_type) || \ 1507 unsigned long func_type; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-pretty-print.h | 124 void pp_c_cv_qualifiers (c_pretty_printer *pp, int qualifiers, bool func_type);
|
| H A D | c-pretty-print.c | 170 pp_c_cv_qualifiers (c_pretty_printer *pp, int qualifiers, bool func_type) in pp_c_cv_qualifiers() argument 186 pp_c_ws_string (pp, func_type ? "__attribute__((const))" : "const"); in pp_c_cv_qualifiers() 188 pp_c_ws_string (pp, func_type ? "__attribute__((noreturn))" : "volatile"); in pp_c_cv_qualifiers()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-pretty-print.h | 124 void pp_c_cv_qualifiers (c_pretty_printer *pp, int qualifiers, bool func_type);
|
| H A D | c-pretty-print.cc | 176 pp_c_cv_qualifiers (c_pretty_printer *pp, int qualifiers, bool func_type) in pp_c_cv_qualifiers() argument 192 pp_c_ws_string (pp, func_type ? "__attribute__((const))" : "const"); in pp_c_cv_qualifiers() 194 pp_c_ws_string (pp, func_type ? "__attribute__((noreturn))" : "volatile"); in pp_c_cv_qualifiers()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386-options.c | 3035 if (cfun->machine->func_type == TYPE_UNKNOWN) in ix86_set_func_type() 3050 cfun->machine->func_type in ix86_set_func_type() 3062 cfun->machine->func_type = TYPE_NORMAL; in ix86_set_func_type() 3255 if (cfun->machine->func_type != TYPE_NORMAL in ix86_set_current_function() 3271 if (cfun->machine->func_type != TYPE_NORMAL) in ix86_set_current_function() 3272 sorry (cfun->machine->func_type == TYPE_EXCEPTION in ix86_set_current_function() 3282 cfun->machine->func_type = TYPE_NORMAL; in ix86_set_current_function() 3698 tree func_type = *node; in ix86_handle_interrupt_attribute() local 3699 tree return_type = TREE_TYPE (func_type); in ix86_handle_interrupt_attribute() 3702 tree current_arg_type = TYPE_ARG_TYPES (func_type); in ix86_handle_interrupt_attribute()
|
| H A D | i386.h | 1629 || (cfun->machine->func_type != TYPE_NORMAL \ 2161 (cfun->machine->func_type == TYPE_EXCEPTION \ 2812 ENUM_BITFIELD(function_type) func_type : 2;
|
| H A D | i386.c | 1937 || cfun->machine->func_type == TYPE_NORMAL) in type_natural_mode() 2935 if (!cum->caller && cfun->machine->func_type != TYPE_NORMAL) in ix86_function_arg_advance() 3220 if (!cum->caller && cfun->machine->func_type != TYPE_NORMAL) in ix86_function_arg() 3233 gcc_assert (cfun->machine->func_type == TYPE_EXCEPTION in ix86_function_arg() 3764 if (cfun->machine->func_type == TYPE_NORMAL in ix86_promote_function_mode() 5206 || cfun->machine->func_type != TYPE_NORMAL) in ix86_can_use_return_insn_p() 6926 if (cfun->machine->func_type != TYPE_NORMAL) in ix86_minimum_incoming_stack_boundary() 8135 if (cfun->machine->func_type != TYPE_NORMAL) in ix86_expand_prologue() 9248 if (cfun->machine->func_type != TYPE_NORMAL) in ix86_expand_epilogue() 13766 if (cfun->machine->func_type == TYPE_NORMAL) in ix86_dirflag_mode_needed() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
| H A D | csky.c | 169 unsigned long func_type; member 742 if (CSKY_FUNCTION_TYPE (cfun->machine->func_type) == CSKY_FT_UNKNOWN) in get_csky_current_func_type() 762 cfun->machine->func_type = type; in get_csky_current_func_type() 765 return cfun->machine->func_type; in get_csky_current_func_type() 3077 machine->func_type = CSKY_FT_UNKNOWN; in csky_init_machine_status() 4951 unsigned long func_type = get_csky_current_func_type (); in csky_output_return_instruction() local 4953 if (CSKY_FUNCTION_IS_NAKED (func_type)) in csky_output_return_instruction() 4955 if (CSKY_FUNCTION_IS_INTERRUPT (func_type)) in csky_output_return_instruction() 5220 unsigned long func_type = get_csky_current_func_type (); in csky_expand_prologue() local 5224 if (CSKY_FUNCTION_IS_NAKED (func_type)) in csky_expand_prologue() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/ |
| H A D | csky.cc | 232 unsigned long func_type; member 826 if (CSKY_FUNCTION_TYPE (cfun->machine->func_type) == CSKY_FT_UNKNOWN) in get_csky_current_func_type() 846 cfun->machine->func_type = type; in get_csky_current_func_type() 849 return cfun->machine->func_type; in get_csky_current_func_type() 3229 machine->func_type = CSKY_FT_UNKNOWN; in csky_init_machine_status() 5405 unsigned long func_type = get_csky_current_func_type (); in csky_output_return_instruction() local 5407 if (CSKY_FUNCTION_IS_NAKED (func_type)) in csky_output_return_instruction() 5409 if (CSKY_FUNCTION_IS_INTERRUPT (func_type)) in csky_output_return_instruction() 5674 unsigned long func_type = get_csky_current_func_type (); in csky_expand_prologue() local 5678 if (CSKY_FUNCTION_IS_NAKED (func_type)) in csky_expand_prologue() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | attribs.c | 1067 tree fn_type, func_type; in make_dispatcher_decl() local 1072 func_type = build_function_type (TREE_TYPE (fn_type), in make_dispatcher_decl() 1075 func_decl = build_fn_decl (func_name, func_type); in make_dispatcher_decl()
|
| /netbsd-src/external/bsd/libc++/dist/libcxxrt/src/ |
| H A D | libelftc_dem_gnu3.c | 115 int func_type; member 708 d->func_type = 0; in cpp_demangle_data_init() 1712 ++ddata->func_type; in cpp_demangle_read_function() 2427 p_func_type = ddata->func_type; in cpp_demangle_read_pointer_to_member() 2431 if (p_func_type == ddata->func_type) { in cpp_demangle_read_pointer_to_member()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | attribs.cc | 1189 tree fn_type, func_type; in make_dispatcher_decl() local 1194 func_type = build_function_type (TREE_TYPE (fn_type), in make_dispatcher_decl() 1197 func_decl = build_fn_decl (func_name, func_type); in make_dispatcher_decl()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
| H A D | libcp1plugin.cc | 2158 tree func_type = convert_in (func_type_in); in plugin_build_method_type() local 2184 ? build_memfn_type (func_type, class_type, quals, rquals) in plugin_build_method_type() 2185 : apply_memfn_quals (func_type, quals, rquals); in plugin_build_method_type()
|
| /netbsd-src/external/gpl3/gcc/dist/libcc1/ |
| H A D | libcp1plugin.cc | 1999 tree func_type = convert_in (func_type_in); in plugin_build_method_type() local 2025 ? build_memfn_type (func_type, class_type, quals, rquals) in plugin_build_method_type() 2026 : apply_memfn_quals (func_type, quals, rquals); in plugin_build_method_type()
|