Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDflags.h180 extern int flag_pcc_struct_return;
HDtoplev.c279 int flag_pcc_struct_return = DEFAULT_PCC_STRUCT_RETURN; variable
HDcommon.opt668 Common Report Var(flag_pcc_struct_return,1) VarExists
731 Common Report Var(flag_pcc_struct_return,0) VarExists
HDfunction.c1818 if (flag_pcc_struct_return && AGGREGATE_TYPE_P (type)) in aggregate_value_p()
HDChangeLog-20023550 flag_asynchronous_unwind_tables, flag_pcc_struct_return.
3552 flag_asynchronous_unwind_tables, flag_pcc_struct_return to 2.
HDChangeLog-199813019 Care for flag_pcc_struct_return default.
HDChangeLog-200110385 flag_pcc_struct_return on 64bit.
/trueos/contrib/gcc/config/sparc/
HDsparc.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()
/trueos/contrib/gcc/config/i386/
HDi386.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()
/trueos/contrib/gcc/config/mips/
HDmips.c4838 flag_pcc_struct_return = 0; in override_options()