Home
last modified time | relevance | path

Searched refs:returns_struct (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfunction.h402 unsigned int returns_struct : 1; member
Dtree-inline.cc2840 cfun->returns_struct = src_cfun->returns_struct; in initialize_cfun()
6339 cfun->returns_struct = 0; in tree_function_versioning()
Dlto-streamer-in.cc1293 fn->returns_struct = bp_unpack_value (&bp, 1); in input_struct_function_base()
Dfunction.cc4879 cfun->returns_struct = 1; in allocate_struct_function()
5545 if ((cfun->returns_struct || cfun->returns_pcc_struct) in expand_function_end()
Dfinal.cc1829 if (cfun->returns_struct) in profile_function()
Dlto-streamer-out.cc2258 bp_pack_value (&bp, fn->returns_struct, 1); in output_struct_function_base()
Dexpr.cc5801 && cfun->returns_struct in expand_assignment()
DChangeLog-20071398 * function.h (struct function): Move returns_struct and
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsparc.h1230 (8 + 4 * (! TARGET_ARCH64 && cfun->returns_struct))
Dsparc.cc9350 && cfun->returns_struct in sparc_print_operand()
10727 && (TARGET_ARCH64 || ! cfun->returns_struct) in sparc_function_ok_for_sibcall()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mmix/
Dmmix.cc103 && ! cfun->returns_struct) \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv.cc1145 if (cfun->returns_struct) in frv_stack_info()
1284 if (cfun->returns_struct) in frv_stack_info()
3058 if (cfun->returns_struct) in frv_init_cumulative_args()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mn10300/
Dmn10300.cc1640 || cfun->returns_struct) in mn10300_function_value()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck.cc10774 else if (! cfun->returns_struct in check_return_expr()
Dsemantics.cc12248 cfun->returns_struct = aggr; in apply_deduced_return_type()
Dmodule.cc14883 cfun->returns_struct = aggr; in read_cluster()