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

  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 3915 bool error_args = false;
4034 return error_args ? -1 : (int) parmnum;
4146 error_args = true;
4190 return error_args ? -1 : (int) parmnum;
3902 bool error_args = false; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 3500 bool error_args = false;
3606 return error_args ? -1 : (int) parmnum;
3713 error_args = true;
3757 return error_args ? -1 : (int) parmnum;
3489 bool error_args = false; local

Completed in 42 milliseconds