Home
last modified time | relevance | path

Searched refs:returns_value (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-lang.h57 int returns_value; member
H A Dc-decl.cc10536 p->returns_value = current_function_returns_value; in c_push_function_context()
10575 current_function_returns_value = p->returns_value; in c_pop_function_context()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-lang.h58 int returns_value; member
H A Dc-decl.c10140 p->returns_value = current_function_returns_value; in c_push_function_context()
10180 current_function_returns_value = p->returns_value; in c_pop_function_context()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h1910 BOOL_BITFIELD returns_value : 1; member
1982 #define current_function_returns_value cp_function_chain->returns_value
H A Dpt.c19282 current_function_returns_value = ol->returns_value; in tsubst_lambda_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h2068 BOOL_BITFIELD returns_value : 1; member
2140 #define current_function_returns_value cp_function_chain->returns_value
H A Dpt.cc19963 current_function_returns_value = ol->returns_value; in tsubst_lambda_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20052045 named_labels, shadowed_labels, returns_value, returns_abnormally,