Searched refs:set_parameter_value_chk (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-io.c | 560 set_parameter_value_chk (stmtblock_t *block, bool has_iostat, tree var, in set_parameter_value_chk() function 1142 set_parameter_value_chk (&block, p->iostat, var, IOPARM_common_unit, p->unit); in gfc_trans_open() 1195 set_parameter_value_chk (&block, p->iostat, var, IOPARM_common_unit, p->unit); in gfc_trans_close() 1246 set_parameter_value_chk (&block, p->iostat, var, IOPARM_common_unit, in build_filepos() 1534 set_parameter_value_chk (&block, p->iostat, var, IOPARM_common_unit, p->unit); in gfc_trans_wait() 1992 set_parameter_value_chk (&block, dt->iostat, var, in build_dt()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-io.cc | 560 set_parameter_value_chk (stmtblock_t *block, bool has_iostat, tree var, in set_parameter_value_chk() function 1168 set_parameter_value_chk (&block, p->iostat, var, IOPARM_common_unit, p->unit); in gfc_trans_open() 1221 set_parameter_value_chk (&block, p->iostat, var, IOPARM_common_unit, p->unit); in gfc_trans_close() 1272 set_parameter_value_chk (&block, p->iostat, var, IOPARM_common_unit, in build_filepos() 1560 set_parameter_value_chk (&block, p->iostat, var, IOPARM_common_unit, p->unit); in gfc_trans_wait() 2017 set_parameter_value_chk (&block, dt->iostat, var, in build_dt()
|
H A D | ChangeLog-2015 | 2550 (set_parameter_value_chk): Rename of the former 2556 For unit, use the renamed set_parameter_value_chk. 2562 set_parameter_value. Use new set_parameter_value_chk for unit. 2564 and fix whitespace. Use set_parameter_value_chk for unit.
|
H A D | ChangeLog-2017 | 522 * trans-io.c (set_parameter_value_chk): Likewise
|