Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-tree.h314 extern int current_function_returns_abnormally;
H A Dc-decl.c137 int current_function_returns_abnormally; variable
5808 current_function_returns_abnormally = 0;
6519 && !current_function_returns_abnormally
6881 p->returns_abnormally = current_function_returns_abnormally;
6918 current_function_returns_abnormally = p->returns_abnormally;
H A Dc-typeck.c1523 current_function_returns_abnormally = 1;
H A DChangeLog.718003 (current_function_returns_abnormally): New variable.
18011 * c-tree.h: Declare current_function_returns_abnormally.
/openbsd/gnu/gcc/gcc/
H A Dc-tree.h606 extern int current_function_returns_abnormally;
H A Dc-decl.c150 int current_function_returns_abnormally; variable
6008 current_function_returns_abnormally = 0; in start_function()
6772 && !current_function_returns_abnormally in finish_function()
6965 p->returns_abnormally = current_function_returns_abnormally; in c_push_function_context()
6994 current_function_returns_abnormally = p->returns_abnormally; in c_pop_function_context()
H A Dc-typeck.c2261 current_function_returns_abnormally = 1; in build_function_call()
/openbsd/gnu/gcc/gcc/cp/
H A Dexcept.c609 current_function_returns_abnormally = 1; in build_throw()
H A Dcall.c315 current_function_returns_abnormally = 1; in build_call()
4755 current_function_returns_abnormally = 1; in build_over_call()
H A Dcp-tree.h811 #define current_function_returns_abnormally \ macro
H A DChangeLog-20021204 (build_call): Don't set current_function_returns_abnormally outside
4039 (current_function_returns_abnormally): New macro.
H A Ddecl.c11318 && !current_function_returns_abnormally in finish_function()
H A DChangeLog-20046572 current_function_returns_abnormally.
H A DChangeLog856 * except.c (build_throw): Only set current_function_returns_abnormally
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcp-tree.h951 #define current_function_returns_abnormally \ macro
H A Dcall.c388 current_function_returns_abnormally = 1;
H A Ddecl.c15113 && !current_function_returns_abnormally
H A DChangeLog2615 (build_call): Don't set current_function_returns_abnormally outside
5442 (current_function_returns_abnormally): New macro.