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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans.h 858 extern GTY(()) tree gfor_fndecl_error_stop_numeric; variable
trans-decl.cc 102 tree gfor_fndecl_error_stop_numeric; variable
3789 gfor_fndecl_error_stop_numeric = gfc_build_library_function_decl (
3793 TREE_THIS_VOLATILE (gfor_fndecl_error_stop_numeric) = 1;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans.h 838 extern GTY(()) tree gfor_fndecl_error_stop_numeric; variable
trans-decl.cc 101 tree gfor_fndecl_error_stop_numeric; variable
3741 gfor_fndecl_error_stop_numeric = gfc_build_library_function_decl (
3745 TREE_THIS_VOLATILE (gfor_fndecl_error_stop_numeric) = 1;

Completed in 35 milliseconds