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

/freebsd-9.3-release/contrib/gcc/
H A Dc-tree.h608 extern int current_function_returns_null;
H A Dc-decl.c151 int current_function_returns_null;
6193 current_function_returns_null = 0;
6937 && !current_function_returns_value && !current_function_returns_null
6957 && current_function_returns_null)
7133 p->returns_null = current_function_returns_null;
7161 current_function_returns_null = p->returns_null;
150 int current_function_returns_null; variable
H A Dc-typeck.c6994 current_function_returns_null = 1;
7005 current_function_returns_null = 1;
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c6570 current_function_returns_null = 0;
6589 current_function_returns_null = 1;
6597 current_function_returns_null = 1;
H A Dcp-tree.h808 #define current_function_returns_null cp_function_chain->returns_null
806 #define current_function_returns_null macro
H A Ddecl.c11427 && !current_function_returns_value && !current_function_returns_null

Completed in 194 milliseconds