Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h779 extern int current_function_returns_null;
H A Dgimple-parser.cc2459 current_function_returns_null = 1; in c_finish_gimple_return()
2462 current_function_returns_null = 1; in c_finish_gimple_return()
H A Dc-decl.cc139 int current_function_returns_null; variable
9510 current_function_returns_null = 0; in start_function()
10311 && !current_function_returns_value && !current_function_returns_null in finish_function()
10537 p->returns_null = current_function_returns_null; in c_push_function_context()
10576 current_function_returns_null = p->returns_null; in c_pop_function_context()
H A Dc-typeck.cc10879 current_function_returns_null = 1; in c_finish_return()
10900 current_function_returns_null = 1; in c_finish_return()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h761 extern int current_function_returns_null;
H A Dgimple-parser.c2407 current_function_returns_null = 1; in c_finish_gimple_return()
2410 current_function_returns_null = 1; in c_finish_gimple_return()
H A Dc-decl.c130 int current_function_returns_null; variable
9127 current_function_returns_null = 0; in start_function()
9914 && !current_function_returns_value && !current_function_returns_null in finish_function()
10141 p->returns_null = current_function_returns_null; in c_push_function_context()
10181 current_function_returns_null = p->returns_null; in c_pop_function_context()
H A Dc-typeck.c10694 current_function_returns_null = 1; in c_finish_return()
10715 current_function_returns_null = 1; in c_finish_return()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c17116 && !current_function_returns_null) in finish_function()
17129 && !current_function_returns_null) in finish_function()
17213 && !current_function_returns_value && !current_function_returns_null in finish_function()
H A Dtypeck.c9997 current_function_returns_null = 1; in check_return_expr()
10005 current_function_returns_null = 1; in check_return_expr()
H A Dcoroutines.cc793 if (current_function_returns_value || current_function_returns_null) in coro_function_valid_p()
H A Dcp-tree.h1987 #define current_function_returns_null cp_function_chain->returns_null macro
H A Dpt.c19283 current_function_returns_null = ol->returns_null; in tsubst_lambda_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc17940 && !current_function_returns_null) in finish_function()
17953 && !current_function_returns_null) in finish_function()
17988 && !current_function_returns_value && !current_function_returns_null in finish_function()
H A Dtypeck.cc10594 current_function_returns_null = 1; in check_return_expr()
10602 current_function_returns_null = 1; in check_return_expr()
H A Dcoroutines.cc822 if (current_function_returns_value || current_function_returns_null) in coro_function_valid_p()
H A DChangeLog-19992875 (current_function_returns_null): Likewise.
2897 (current_function_returns_null): Likewise.
H A Dcp-tree.h2145 #define current_function_returns_null cp_function_chain->returns_null macro
H A DChangeLog-20023924 (finish_function): Don't warn if current_function_returns_null.
H A Dpt.cc19964 current_function_returns_null = ol->returns_null; in tsubst_lambda_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc8832 current_function_returns_null = 0; in objc_start_function()
H A DChangeLog3711 and current_function_returns_null.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c8707 current_function_returns_null = 0; in objc_start_function()