Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h784 extern int current_function_returns_abnormally;
H A Dc-decl.cc144 int current_function_returns_abnormally; variable
9511 current_function_returns_abnormally = 0; in start_function()
10313 && !current_function_returns_abnormally in finish_function()
10538 p->returns_abnormally = current_function_returns_abnormally; in c_push_function_context()
10577 current_function_returns_abnormally = p->returns_abnormally; in c_pop_function_context()
H A Dc-typeck.cc3163 current_function_returns_abnormally = 1; in build_function_call_vec()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h766 extern int current_function_returns_abnormally;
H A Dc-decl.c135 int current_function_returns_abnormally; variable
9128 current_function_returns_abnormally = 0; in start_function()
9916 && !current_function_returns_abnormally in finish_function()
10142 p->returns_abnormally = current_function_returns_abnormally; in c_push_function_context()
10182 current_function_returns_abnormally = p->returns_abnormally; in c_pop_function_context()
H A Dc-typeck.c3138 current_function_returns_abnormally = 1; in build_function_call_vec()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexcept.cc615 current_function_returns_abnormally = 1; in build_throw()
H A DChangeLog-20021204 (build_call): Don't set current_function_returns_abnormally outside
4039 (current_function_returns_abnormally): New macro.
H A Dcall.cc345 current_function_returns_abnormally = 1; in set_flags_from_callee()
9256 current_function_returns_abnormally = 1; in build_over_call()
H A DChangeLog-2006836 * except.c (build_throw): Only set current_function_returns_abnormally
H A Dcp-tree.h2150 #define current_function_returns_abnormally \ macro
H A DChangeLog-2007233 current_function_returns_abnormally if fn is noreturn FUNCTION_DECL
H A Dsemantics.cc2753 current_function_returns_abnormally = 1; in finish_call_expr()
H A Ddecl.cc17990 && !current_function_returns_abnormally in finish_function()
H A DChangeLog-20046572 current_function_returns_abnormally.
H A DChangeLog-20205211 cp_function_chain->can_throw or current_function_returns_abnormally
H A Dpt.cc19965 current_function_returns_abnormally = ol->returns_abnormally; in tsubst_lambda_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexcept.c638 current_function_returns_abnormally = 1; in build_throw()
H A Dcall.c348 current_function_returns_abnormally = 1; in set_flags_from_callee()
8551 current_function_returns_abnormally = 1; in build_over_call()
H A Dcp-tree.h1992 #define current_function_returns_abnormally \ macro
H A Dsemantics.c2524 current_function_returns_abnormally = 1; in finish_call_expr()
H A Ddecl.c17215 && !current_function_returns_abnormally in finish_function()
H A Dpt.c19284 current_function_returns_abnormally = ol->returns_abnormally; in tsubst_lambda_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200232450 (current_function_returns_abnormally): New variable.
32458 * c-tree.h: Declare current_function_returns_abnormally.