Home
last modified time | relevance | path

Searched refs:flag_pcc_struct_return (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dflags.h180 extern int flag_pcc_struct_return;
H A Dtoplev.c279 int flag_pcc_struct_return = DEFAULT_PCC_STRUCT_RETURN; variable
H A Dcommon.opt668 Common Report Var(flag_pcc_struct_return,1) VarExists
731 Common Report Var(flag_pcc_struct_return,0) VarExists
H A Dfunction.c1818 if (flag_pcc_struct_return && AGGREGATE_TYPE_P (type)) in aggregate_value_p()
H A DChangeLog-20023550 flag_asynchronous_unwind_tables, flag_pcc_struct_return.
3552 flag_asynchronous_unwind_tables, flag_pcc_struct_return to 2.
H A DChangeLog-199813019 Care for flag_pcc_struct_return default.
H A DChangeLog-200110385 flag_pcc_struct_return on 64bit.
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.c776 if (flag_pcc_struct_return == DEFAULT_PCC_STRUCT_RETURN) in sparc_override_options()
777 flag_pcc_struct_return = (TARGET_ARCH64 ? 0 : 1); in sparc_override_options()
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c1868 if (flag_pcc_struct_return == 2) in override_options()
1869 flag_pcc_struct_return = 0; in override_options()
1877 if (flag_pcc_struct_return == 2) in override_options()
1878 flag_pcc_struct_return = DEFAULT_PCC_STRUCT_RETURN; in override_options()
2539 flag_pcc_struct_return = 2; in optimization_options()
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c4839 flag_pcc_struct_return = 0; in override_options()