Home | History | Annotate | Download | only in fortran

Lines Matching defs:rent

5290       gfc_use_rename *rent;
5307 for (rent = use_stmt->rename; rent; rent = rent->next)
5311 if (rent->op != INTRINSIC_NONE)
5314 hashval_t hash = htab_hash_string (rent->use_name);
5315 tree *slot = entry->decls->find_slot_with_hash (rent->use_name, hash,
5322 rent->local_name[0]
5323 ? rent->local_name : rent->use_name);
5329 name = xstrdup (rent->local_name[0]
5330 ? rent->local_name : rent->use_name);
5380 if (rent->local_name[0])
5381 local_name = get_identifier (rent->local_name);
5384 gfc_set_backend_locus (&rent->where);