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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans.h 856 extern GTY(()) tree gfor_fndecl_stop_numeric; variable
trans-decl.cc 100 tree gfor_fndecl_stop_numeric; variable
3776 gfor_fndecl_stop_numeric = gfc_build_library_function_decl (
3780 TREE_THIS_VOLATILE (gfor_fndecl_stop_numeric) = 1;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans.h 836 extern GTY(()) tree gfor_fndecl_stop_numeric; variable
trans-decl.cc 99 tree gfor_fndecl_stop_numeric; variable
3728 gfor_fndecl_stop_numeric = gfc_build_library_function_decl (
3732 TREE_THIS_VOLATILE (gfor_fndecl_stop_numeric) = 1;

Completed in 39 milliseconds