Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-tree.h309 extern int current_function_returns_null;
Dc-decl.c132 int current_function_returns_null; variable
5807 current_function_returns_null = 0;
6517 && !current_function_returns_value && !current_function_returns_null
6533 && current_function_returns_null)
6880 p->returns_null = current_function_returns_null;
6917 current_function_returns_null = p->returns_null;
Dc-typeck.c7081 current_function_returns_null = 1;
7088 current_function_returns_null = 1;
/openbsd/src/gnu/gcc/gcc/
Dc-tree.h601 extern int current_function_returns_null;
Dc-decl.c145 int current_function_returns_null; variable
6007 current_function_returns_null = 0; in start_function()
6770 && !current_function_returns_value && !current_function_returns_null in finish_function()
6790 && current_function_returns_null) in finish_function()
6964 p->returns_null = current_function_returns_null; in c_push_function_context()
6993 current_function_returns_null = p->returns_null; in c_pop_function_context()
Dc-typeck.c7021 current_function_returns_null = 1; in c_finish_return()
7032 current_function_returns_null = 1; in c_finish_return()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dtypeck.c6282 current_function_returns_null = 0;
6296 current_function_returns_null = 1;
6304 current_function_returns_null = 1;
Dcp-tree.h946 #define current_function_returns_null cp_function_chain->returns_null macro
Ddecl.c15111 && !current_function_returns_value && !current_function_returns_null
DChangeLog.22875 (current_function_returns_null): Likewise.
2897 (current_function_returns_null): Likewise.
DChangeLog5327 (finish_function): Don't warn if current_function_returns_null.
/openbsd/src/gnu/gcc/gcc/cp/
Dtypeck.c6504 current_function_returns_null = 0; in check_return_expr()
6523 current_function_returns_null = 1; in check_return_expr()
6531 current_function_returns_null = 1; in check_return_expr()
Dcp-tree.h806 #define current_function_returns_null cp_function_chain->returns_null macro
DChangeLog-19992875 (current_function_returns_null): Likewise.
2897 (current_function_returns_null): Likewise.
Ddecl.c11316 && !current_function_returns_value && !current_function_returns_null in finish_function()
DChangeLog-20023924 (finish_function): Don't warn if current_function_returns_null.
/openbsd/src/gnu/gcc/gcc/objc/
DChangeLog378 and current_function_returns_null.
Dobjc-act.c8530 current_function_returns_null = 0; in objc_start_function()