Searched refs:pcc_struct_value (Results 1 – 2 of 2) sorted by relevance
1874 int pcc_struct_value = 0; in expand_call() local2020 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() local3364 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()
1166 * calls.c (expand_call): Handle pcc_struct_value correctly for C++.