Home
last modified time | relevance | path

Searched refs:current_function_returns_abnormally (Results 1 – 11 of 11) sorted by relevance

/trueos/contrib/gcc/
HDc-tree.h620 extern int current_function_returns_abnormally;
HDc-decl.c157 int current_function_returns_abnormally; variable
6606 current_function_returns_abnormally = 0; in start_function()
7349 && !current_function_returns_abnormally in finish_function()
7549 p->returns_abnormally = current_function_returns_abnormally; in c_push_function_context()
7580 current_function_returns_abnormally = p->returns_abnormally; in c_pop_function_context()
8155 current_function_returns_abnormally = 0; in start_block_helper_function()
HDc-typeck.c2391 current_function_returns_abnormally = 1; in build_function_call()
HDChangeLog-200232450 (current_function_returns_abnormally): New variable.
32458 * c-tree.h: Declare current_function_returns_abnormally.
/trueos/contrib/gcc/cp/
HDexcept.c609 current_function_returns_abnormally = 1; in build_throw()
HDcall.c316 current_function_returns_abnormally = 1; in build_call()
4797 current_function_returns_abnormally = 1; in build_over_call()
HDcp-tree.h811 #define current_function_returns_abnormally \ macro
HDChangeLog-20021204 (build_call): Don't set current_function_returns_abnormally outside
4039 (current_function_returns_abnormally): New macro.
HDdecl.c11958 && !current_function_returns_abnormally in finish_function()
HDChangeLog-20046572 current_function_returns_abnormally.
HDChangeLog925 * except.c (build_throw): Only set current_function_returns_abnormally