Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-lang.h53 int returns_value; member
H A Dc-decl.c8584 p->returns_value = current_function_returns_value; in c_push_function_context()
8622 current_function_returns_value = p->returns_value; in c_pop_function_context()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-lang.h58 int returns_value; member
H A Dc-decl.c9700 p->returns_value = current_function_returns_value; in c_push_function_context()
9740 current_function_returns_value = p->returns_value; in c_pop_function_context()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.h1079 BOOL_BITFIELD returns_value : 1; member
1136 #define current_function_returns_value cp_function_chain->returns_value
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.h1746 BOOL_BITFIELD returns_value : 1; member
1810 #define current_function_returns_value cp_function_chain->returns_value
H A Dpt.c17677 current_function_returns_value = ol->returns_value; in tsubst_lambda_expr()