Home
last modified time | relevance | path

Searched refs:pcc_struct_value (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dcalls.c1874 int pcc_struct_value = 0; in expand_call() local
2020 pcc_struct_value = 1; in expand_call()
2579 if (pcc_struct_value) in expand_call()
2725 && !pcc_struct_value in expand_call()
2869 else if (pcc_struct_value) in expand_call()
3290 int pcc_struct_value = 0; in emit_library_call_value_1() local
3363 pcc_struct_value = 1; in emit_library_call_value_1()
3412 if (mem_value && struct_value == 0 && ! pcc_struct_value) in emit_library_call_value_1()
3796 if (mem_value != 0 && struct_value != 0 && ! pcc_struct_value) in emit_library_call_value_1()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcalls.c2177 int pcc_struct_value = 0; local
2312 pcc_struct_value = 1;
2979 if (pcc_struct_value)
3245 else if (pcc_struct_value)
3527 int pcc_struct_value = 0; local
3604 pcc_struct_value = 1;
3653 if (mem_value && struct_value_rtx == 0 && ! pcc_struct_value)
4107 if (mem_value != 0 && struct_value_rtx != 0 && ! pcc_struct_value)
H A DChangeLog.010204 * calls.c (expand_call): Handle pcc_struct_value correctly for C++.