Searched refs:iocall (Results 1 – 6 of 6) sorted by relevance
112 enum iocall enum153 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 …]
530 enum iocall): New enums.532 (st_parameter, st_parameter_field, iocall): New variables.536 (gfc_build_io_library_fndecls): Use it. Initialize iocall563 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 array580 (transfer_expr): Use iocall array rather than ioparm_* separate
391 * 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
1804 * trans-io.c : Add IOCALL_X_DERIVED to iocall and the function
3182 Add "wait" entry. (iocall): Add IOCALL_WAIT enumerator.