Searched refs:current_function_returns_null (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dc-tree.h422 extern int current_function_returns_null;
H A Dc-decl.c295 int current_function_returns_null;
6403 current_function_returns_null = 0;
7262 current_function_returns_null |= can_reach_end;
7266 && !current_function_returns_null
7270 if (TREE_THIS_VOLATILE (fndecl) && current_function_returns_null)
7280 && current_function_returns_value && current_function_returns_null)
7393 p->returns_null = current_function_returns_null;
7429 current_function_returns_null = p->returns_null;
294 int current_function_returns_null; variable
H A Dc-typeck.c6835 current_function_returns_null = 1;
6842 current_function_returns_null = 1;
/haiku-buildtools/gcc/gcc/c/
H A Dc-tree.h669 extern int current_function_returns_null;
H A Dc-decl.c155 int current_function_returns_null;
8318 current_function_returns_null = 0;
9052 && !current_function_returns_value && !current_function_returns_null
9271 p->returns_null = current_function_returns_null;
9311 current_function_returns_null = p->returns_null;
154 int current_function_returns_null; variable
H A Dc-typeck.c9451 current_function_returns_null = 1;
9466 current_function_returns_null = 1;
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Ddecl.c525 int current_function_returns_null; variable
13407 current_function_returns_null = 0;
14649 current_function_returns_null |= can_reach_end;
14657 current_function_returns_null = 0;
14659 if (TREE_THIS_VOLATILE (fndecl) && current_function_returns_null)
14662 && current_function_returns_null
14672 && current_function_returns_value && current_function_returns_null)
15158 p->returns_null = current_function_returns_null;
15200 current_function_returns_null = p->returns_null;
H A Dtypeck.c7336 current_function_returns_null = 1;
7374 current_function_returns_null = 1;
7384 current_function_returns_null = 0;
7409 current_function_returns_null = 1;
H A Dcp-tree.h368 extern int current_function_returns_null;
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dactions.c57 int current_function_returns_null = 0; variable
/haiku-buildtools/gcc/gcc/cp/
H A Dtypeck.c8586 current_function_returns_null = 1;
8594 current_function_returns_null = 1;
H A Ddecl.c14280 && !current_function_returns_value && !current_function_returns_null)
14336 && !current_function_returns_value && !current_function_returns_null
H A Dcp-tree.h1289 #define current_function_returns_null cp_function_chain->returns_null
1287 #define current_function_returns_null macro
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-act.c8636 current_function_returns_null = 0;

Completed in 506 milliseconds