Home
last modified time | relevance | path

Searched refs:returns_abnormally (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDc-lang.h55 int returns_abnormally; member
HDc-decl.c8586 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()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-lang.h60 int returns_abnormally; member
HDc-decl.c9702 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()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcp-tree.h1081 BOOL_BITFIELD returns_abnormally : 1; member
1147 cp_function_chain->returns_abnormally
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcp-tree.h1748 BOOL_BITFIELD returns_abnormally : 1; member
1821 cp_function_chain->returns_abnormally
HDpt.c17679 current_function_returns_abnormally = ol->returns_abnormally; in tsubst_lambda_expr()