Searched refs:returns_value (Results 1 – 7 of 7) sorted by relevance
53 int returns_value; member
8584 p->returns_value = current_function_returns_value; in c_push_function_context()8622 current_function_returns_value = p->returns_value; in c_pop_function_context()
58 int returns_value; member
9700 p->returns_value = current_function_returns_value; in c_push_function_context()9740 current_function_returns_value = p->returns_value; in c_pop_function_context()
1079 BOOL_BITFIELD returns_value : 1; member1136 #define current_function_returns_value cp_function_chain->returns_value
1746 BOOL_BITFIELD returns_value : 1; member1810 #define current_function_returns_value cp_function_chain->returns_value
17677 current_function_returns_value = ol->returns_value; in tsubst_lambda_expr()