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

/haiku-buildtools/gcc/gcc/c/
H A Dc-lang.h52 int returns_value; variable
H A Dc-decl.c9270 p->returns_value = current_function_returns_value;
9310 current_function_returns_value = p->returns_value;
/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c1895 mep_expand_call (rtx *operands, int returns_value)
1897 rtx addr = operands[returns_value];
1908 if (! operands[returns_value+2])
1909 operands[returns_value+2] = const0_rtx;
1911 if (returns_value)
1892 mep_expand_call(rtx *operands, int returns_value) argument
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-decl.c7364 int returns_value;
7392 p->returns_value = current_function_returns_value;
7428 current_function_returns_value = p->returns_value;
7336 int returns_value; member in struct:c_function
/haiku-buildtools/gcc/gcc/cp/
H A Dcp-tree.h1221 BOOL_BITFIELD returns_value : 1;
1284 #define current_function_returns_value cp_function_chain->returns_value
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Ddecl.c15111 int returns_value;
15157 p->returns_value = current_function_returns_value;
15199 current_function_returns_value = p->returns_value;
15082 int returns_value; member in struct:cp_function

Completed in 304 milliseconds