Home
last modified time | relevance | path

Searched refs:gfor_fndecl_os_error_at (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.h831 extern GTY(()) tree gfor_fndecl_os_error_at;
H A Dtrans.c624 result = trans_runtime_error_vararg (gfor_fndecl_os_error_at, in trans_os_error_at()
H A Dtrans-decl.c106 tree gfor_fndecl_os_error_at; variable
3746 gfor_fndecl_os_error_at = gfc_build_library_function_decl_with_spec ( in gfc_build_builtin_function_decls()
3750 TREE_THIS_VOLATILE (gfor_fndecl_os_error_at) = 1; in gfc_build_builtin_function_decls()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.h843 extern GTY(()) tree gfor_fndecl_os_error_at;
H A Dtrans.c624 result = trans_runtime_error_vararg (gfor_fndecl_os_error_at, in trans_os_error_at()
H A Dtrans.cc697 result = trans_runtime_error_vararg (gfor_fndecl_os_error_at, in trans_os_error_at()
H A Dtrans-decl.c106 tree gfor_fndecl_os_error_at; variable
3746 gfor_fndecl_os_error_at = gfc_build_library_function_decl_with_spec ( in gfc_build_builtin_function_decls()
3750 TREE_THIS_VOLATILE (gfor_fndecl_os_error_at) = 1; in gfc_build_builtin_function_decls()
H A Dtrans-decl.cc106 tree gfor_fndecl_os_error_at; variable
3783 gfor_fndecl_os_error_at = gfc_build_library_function_decl_with_spec ( in gfc_build_builtin_function_decls()
3787 TREE_THIS_VOLATILE (gfor_fndecl_os_error_at) = 1; in gfc_build_builtin_function_decls()
H A DChangeLog-20191361 * trans.h (gfor_fndecl_os_error): Replace with gfor_fndecl_os_error_at.