Searched refs:returns_abnormally (Results 1 – 7 of 7) sorted by relevance
55 int returns_abnormally; member
8586 p->returns_abnormally = current_function_returns_abnormally; in c_push_function_context()8624 current_function_returns_abnormally = p->returns_abnormally; in c_pop_function_context()
60 int returns_abnormally; member
9702 p->returns_abnormally = current_function_returns_abnormally; in c_push_function_context()9742 current_function_returns_abnormally = p->returns_abnormally; in c_pop_function_context()
1081 BOOL_BITFIELD returns_abnormally : 1; member1147 cp_function_chain->returns_abnormally
1748 BOOL_BITFIELD returns_abnormally : 1; member1821 cp_function_chain->returns_abnormally
17679 current_function_returns_abnormally = ol->returns_abnormally; in tsubst_lambda_expr()