Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-tree.h615 extern int current_function_returns_null;
H A Dc-decl.c152 int current_function_returns_null; variable
6599 current_function_returns_null = 0; in start_function()
7341 && !current_function_returns_value && !current_function_returns_null in finish_function()
7361 && current_function_returns_null) in finish_function()
7542 p->returns_null = current_function_returns_null; in c_push_function_context()
7573 current_function_returns_null = p->returns_null; in c_pop_function_context()
8148 current_function_returns_null = 0; in start_block_helper_function()
H A Dc-typeck.c7428 current_function_returns_null = 1; in c_finish_return()
7439 current_function_returns_null = 1; in c_finish_return()
/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c6817 current_function_returns_null = 0; in check_return_expr()
6836 current_function_returns_null = 1; in check_return_expr()
6844 current_function_returns_null = 1; in check_return_expr()
H A Dcp-tree.h806 #define current_function_returns_null cp_function_chain->returns_null macro
H A DChangeLog-19992875 (current_function_returns_null): Likewise.
2897 (current_function_returns_null): Likewise.
H A Ddecl.c11956 && !current_function_returns_value && !current_function_returns_null in finish_function()
H A DChangeLog-20023924 (finish_function): Don't warn if current_function_returns_null.