Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-tree.h617 extern int current_function_returns_null;
H A Dc-decl.c132 int current_function_returns_null; variable
7692 current_function_returns_null = 0; in start_function()
8368 && !current_function_returns_value && !current_function_returns_null in finish_function()
8585 p->returns_null = current_function_returns_null; in c_push_function_context()
8623 current_function_returns_null = p->returns_null; in c_pop_function_context()
H A Dc-typeck.c8761 current_function_returns_null = 1; in c_finish_return()
8773 current_function_returns_null = 1; in c_finish_return()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dgimple-parser.c1607 current_function_returns_null = 1; in c_finish_gimple_return()
1610 current_function_returns_null = 1; in c_finish_gimple_return()
H A Dc-tree.h722 extern int current_function_returns_null;
H A Dc-decl.c130 int current_function_returns_null; variable
8708 current_function_returns_null = 0; in start_function()
9477 && !current_function_returns_value && !current_function_returns_null in finish_function()
9701 p->returns_null = current_function_returns_null; in c_push_function_context()
9741 current_function_returns_null = p->returns_null; in c_pop_function_context()
H A Dc-typeck.c10191 current_function_returns_null = 1; in c_finish_return()
10212 current_function_returns_null = 1; in c_finish_return()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dtypeck.c7832 current_function_returns_null = 0; in check_return_expr()
7850 current_function_returns_null = 1; in check_return_expr()
7858 current_function_returns_null = 1; in check_return_expr()
H A Dcp-tree.h1141 #define current_function_returns_null cp_function_chain->returns_null macro
H A Ddecl.c13550 && !current_function_returns_value && !current_function_returns_null in finish_function()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dtypeck.c9261 current_function_returns_null = 1; in check_return_expr()
9269 current_function_returns_null = 1; in check_return_expr()
H A Ddecl.c15829 && !current_function_returns_null) in finish_function()
15903 && !current_function_returns_value && !current_function_returns_null in finish_function()
H A Dcp-tree.h1815 #define current_function_returns_null cp_function_chain->returns_null macro
H A Dpt.c17678 current_function_returns_null = ol->returns_null; in tsubst_lambda_expr()
/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c8597 current_function_returns_null = 0; in objc_start_function()