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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans.h 861 extern GTY(()) tree gfor_fndecl_runtime_error_at; variable
trans-decl.cc 105 tree gfor_fndecl_runtime_error_at; variable
3816 gfor_fndecl_runtime_error_at = gfc_build_library_function_decl_with_spec (
3820 TREE_THIS_VOLATILE (gfor_fndecl_runtime_error_at) = 1;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans.h 841 extern GTY(()) tree gfor_fndecl_runtime_error_at; variable
trans-decl.cc 104 tree gfor_fndecl_runtime_error_at; variable
3768 gfor_fndecl_runtime_error_at = gfc_build_library_function_decl_with_spec (
3772 TREE_THIS_VOLATILE (gfor_fndecl_runtime_error_at) = 1;

Completed in 24 milliseconds