Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-lang.h58 int returns_null; member
H A Dc-decl.cc10537 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-lang.h59 int returns_null; member
H A Dc-decl.c10141 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h1911 BOOL_BITFIELD returns_null : 1; member
1987 #define current_function_returns_null cp_function_chain->returns_null
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 Dcp-tree.h2069 BOOL_BITFIELD returns_null : 1; member
2145 #define current_function_returns_null cp_function_chain->returns_null
H A Dpt.cc19964 current_function_returns_null = ol->returns_null; in tsubst_lambda_expr()