Home
last modified time | relevance | path

Searched refs:func_type (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-builtins.c193 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 Dptype.c242 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 Djit-builtins.cc193 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 Dvtable-class-hierarchy.cc163 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 Dvtable-class-hierarchy.c163 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 Darm.cc4124 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 Darm.h1275 (! IS_INTERRUPT (cfun->machine->func_type) || \
1600 unsigned long func_type; member
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-options.cc3096 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 Di386.h1514 || (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 Darm.c4045 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 Darm.h1187 (! IS_INTERRUPT (cfun->machine->func_type) || \
1507 unsigned long func_type; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pretty-print.h124 void pp_c_cv_qualifiers (c_pretty_printer *pp, int qualifiers, bool func_type);
H A Dc-pretty-print.c170 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 Dc-pretty-print.h124 void pp_c_cv_qualifiers (c_pretty_printer *pp, int qualifiers, bool func_type);
H A Dc-pretty-print.cc176 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 Di386-options.c3035 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 Di386.h1629 || (cfun->machine->func_type != TYPE_NORMAL \
2161 (cfun->machine->func_type == TYPE_EXCEPTION \
2812 ENUM_BITFIELD(function_type) func_type : 2;
H A Di386.c1937 || 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 Dcsky.c169 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 Dcsky.cc232 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 Dattribs.c1067 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 Dlibelftc_dem_gnu3.c115 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 Dattribs.cc1189 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 Dlibcp1plugin.cc2158 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 Dlibcp1plugin.cc1999 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()

12