Home
last modified time | relevance | path

Searched refs:iocall (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-io.c112 enum iocall enum
153 static GTY(()) tree iocall[IOCALL_NUM];
330 iocall[IOCALL_X_INTEGER] = gfc_build_library_function_decl_with_spec ( in gfc_build_io_library_fndecls()
334 iocall[IOCALL_X_INTEGER_WRITE] = gfc_build_library_function_decl_with_spec ( in gfc_build_io_library_fndecls()
338 iocall[IOCALL_X_LOGICAL] = gfc_build_library_function_decl_with_spec ( in gfc_build_io_library_fndecls()
342 iocall[IOCALL_X_LOGICAL_WRITE] = gfc_build_library_function_decl_with_spec ( in gfc_build_io_library_fndecls()
346 iocall[IOCALL_X_CHARACTER] = gfc_build_library_function_decl_with_spec ( in gfc_build_io_library_fndecls()
350 iocall[IOCALL_X_CHARACTER_WRITE] = gfc_build_library_function_decl_with_spec ( in gfc_build_io_library_fndecls()
354 iocall[IOCALL_X_CHARACTER_WIDE] = gfc_build_library_function_decl_with_spec ( in gfc_build_io_library_fndecls()
359 iocall[IOCALL_X_CHARACTER_WIDE_WRITE] = in gfc_build_io_library_fndecls()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-io.cc112 enum iocall enum
153 static GTY(()) tree iocall[IOCALL_NUM];
330 iocall[IOCALL_X_INTEGER] = gfc_build_library_function_decl_with_spec ( in gfc_build_io_library_fndecls()
334 iocall[IOCALL_X_INTEGER_WRITE] = gfc_build_library_function_decl_with_spec ( in gfc_build_io_library_fndecls()
338 iocall[IOCALL_X_LOGICAL] = gfc_build_library_function_decl_with_spec ( in gfc_build_io_library_fndecls()
342 iocall[IOCALL_X_LOGICAL_WRITE] = gfc_build_library_function_decl_with_spec ( in gfc_build_io_library_fndecls()
346 iocall[IOCALL_X_CHARACTER] = gfc_build_library_function_decl_with_spec ( in gfc_build_io_library_fndecls()
350 iocall[IOCALL_X_CHARACTER_WRITE] = gfc_build_library_function_decl_with_spec ( in gfc_build_io_library_fndecls()
354 iocall[IOCALL_X_CHARACTER_WIDE] = gfc_build_library_function_decl_with_spec ( in gfc_build_io_library_fndecls()
359 iocall[IOCALL_X_CHARACTER_WIDE_WRITE] = in gfc_build_io_library_fndecls()
[all …]
H A DChangeLog-2005530 enum iocall): New enums.
532 (st_parameter, st_parameter_field, iocall): New variables.
536 (gfc_build_io_library_fndecls): Use it. Initialize iocall
563 Use iocall array rather than ioparm_* separate variables.
572 to generated functions. Use iocall array rather than ioparm_*
575 gfc_trans_flush, gfc_trans_read, gfc_trans_write): Use iocall array
580 (transfer_expr): Use iocall array rather than ioparm_* separate
H A DChangeLog-2010391 * trans-io.c (iocall): Define IOCALL_X_REAL128/COMPLEX128(,write).
730 * trans-io.c (enum iocall): Add IOCALL_X_INTEGER_WRITE,
737 the iocall with the original version, otherwise the version
H A DChangeLog-20161804 * trans-io.c : Add IOCALL_X_DERIVED to iocall and the function
H A DChangeLog-20083182 Add "wait" entry. (iocall): Add IOCALL_WAIT enumerator.