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

  /src/external/gpl3/gcc/dist/libgfortran/runtime/
stop.c 183 extern _Noreturn void error_stop_numeric (int, bool);
184 export_proto(error_stop_numeric); variable
187 error_stop_numeric (int code, bool quiet) function
minimal.c 383 extern _Noreturn void error_stop_numeric (int, bool);
384 export_proto(error_stop_numeric); variable
387 error_stop_numeric (int code, bool quiet) function
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
stop.c 183 extern _Noreturn void error_stop_numeric (int, bool);
184 export_proto(error_stop_numeric); variable
187 error_stop_numeric (int code, bool quiet) function
minimal.c 383 extern _Noreturn void error_stop_numeric (int, bool);
384 export_proto(error_stop_numeric); variable
387 error_stop_numeric (int code, bool quiet) function

Completed in 19 milliseconds