Lines Matching refs:mk_id

608       ast1 = mk_id(sptr1);  in semantio()
731 ast = mk_func_node(A_FUNC, mk_id(sptr), 0, 0); in semantio()
1359 subs[i] = mk_id(sym); in semantio()
1372 dovar = mk_id(index_var); in semantio()
2059 PTV(PT_NML) = mk_id(get_nml_array(sptr)); in semantio()
3116 dum = mk_id(sptr); in semantio()
4272 tmp_ast = mk_id(tmp_sptr); in copy_replic_sect_to_tmp()
4642 PTV(PT_FMT) = mk_id(sptr); in chk_fmtid()
5028 ast = mk_id(sptr); /* note that ast is static */ in ast_ioret()
5045 ast = mk_id(sptr); in ast_ioret()
5447 ast = mk_id(sptr1); in add_iolptrs()
5501 subs[j] = mk_id(tmp->doinfo->index_var); in add_iolptrs()
5577 astivar = mk_id(sptrivar); in add_iolptrs()
5708 (void)add_io_arg(mk_id(sptr)); /* item */ in gen_derived_io()
5748 ast = mk_assn_stmt(mk_id(doinfo->index_var), ast1, dtype); in gen_lastval()
5829 tast = add_nullify_ast(mk_id(tempbase)); in gen_dtsfmt_args()
5832 *iotype_ast = mk_id(sptr); in gen_dtsfmt_args()
5833 baseast = mk_id(tempbase); in gen_dtsfmt_args()
5850 tast = add_nullify_ast(mk_id(tempbase)); in gen_dtsfmt_args()
5852 *vlist_ast = mk_id(sptr); in gen_dtsfmt_args()
5879 lenast = mk_id(CVLENG(A_SPTRG(iotype_ast))); in call_dtsfmt()
5880 arraydsc = mk_id(SDSCG(A_SPTRG(vlist_ast))); in call_dtsfmt()
5881 listast = mk_id(MIDNUMG(A_SPTRG(vlist_ast))); in call_dtsfmt()
5882 baseast = mk_id(MIDNUMG(A_SPTRG(iotype_ast))); in call_dtsfmt()
5883 flagast = mk_id(getcon(val, DT_INT4)); in call_dtsfmt()
5983 vlist_ast = mk_id(sptr); in gen_dtio_args()
5987 tast = add_nullify_ast(mk_id(MIDNUMG(sptr))); in gen_dtio_args()
6012 iostat_ast = mk_id(sptr); in gen_dtio_args()
6031 iomsg_ast = mk_id(sptr); in gen_dtio_args()
6072 mem = mk_member(dtv, mk_id(fsptr), A_DTYPEG(dtv)); in get_defined_io_call()