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

  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 146 int current_function_returns_abnormally;
10475 current_function_returns_abnormally = 0;
11288 && !current_function_returns_abnormally
11520 p->returns_abnormally = current_function_returns_abnormally;
11559 current_function_returns_abnormally = p->returns_abnormally;
145 int current_function_returns_abnormally; variable
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 145 int current_function_returns_abnormally;
9543 current_function_returns_abnormally = 0;
10347 && !current_function_returns_abnormally
10574 p->returns_abnormally = current_function_returns_abnormally;
10613 current_function_returns_abnormally = p->returns_abnormally;
144 int current_function_returns_abnormally; variable
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h 2215 #define current_function_returns_abnormally \
2210 #define current_function_returns_abnormally macro
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 2155 #define current_function_returns_abnormally \
2150 #define current_function_returns_abnormally macro

Completed in 42 milliseconds