HomeSort by: relevance | last modified time | path
    Searched defs:current_function_returns_value (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 136 int current_function_returns_value;
10473 current_function_returns_value = 0; /* Assume, until we see it does. */
11286 && !current_function_returns_value && !current_function_returns_null
11518 p->returns_value = current_function_returns_value;
11557 current_function_returns_value = p->returns_value;
135 int current_function_returns_value; variable
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 135 int current_function_returns_value;
9541 current_function_returns_value = 0; /* Assume, until we see it does. */
10345 && !current_function_returns_value && !current_function_returns_null
10572 p->returns_value = current_function_returns_value;
10611 current_function_returns_value = p->returns_value;
134 int current_function_returns_value; variable
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h 2205 #define current_function_returns_value cp_function_chain->returns_value
2200 #define current_function_returns_value macro
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 2145 #define current_function_returns_value cp_function_chain->returns_value
2140 #define current_function_returns_value macro

Completed in 42 milliseconds