Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dcalls.c1874 int pcc_struct_value = 0; in expand_call() local
2020 pcc_struct_value = 1; in expand_call()
2580 if (pcc_struct_value) in expand_call()
2726 && !pcc_struct_value in expand_call()
2870 else if (pcc_struct_value) in expand_call()
3291 int pcc_struct_value = 0; in emit_library_call_value_1() local
3364 pcc_struct_value = 1; in emit_library_call_value_1()
3413 if (mem_value && struct_value == 0 && ! pcc_struct_value) in emit_library_call_value_1()
3797 if (mem_value != 0 && struct_value != 0 && ! pcc_struct_value) in emit_library_call_value_1()
H A DChangeLog-19971166 * calls.c (expand_call): Handle pcc_struct_value correctly for C++.