Lines Matching refs:dcmp
9019 tree dcmp;
9680 dcmp = fold_build3_loc (input_location, COMPONENT_REF, ctype,
9688 dcmp = gfc_class_data_get (dcmp);
9690 gfc_conv_descriptor_data_set (&fnblock, dcmp,
9695 tmp = structure_alloc_comps (c->ts.u.derived, comp, dcmp,
9711 dcmp = fold_build3_loc (input_location, COMPONENT_REF, ctype, dest,
9713 dcmp = fold_convert (TREE_TYPE (comp), dcmp);
9723 dst_data = gfc_class_data_get (dcmp);
9749 gfc_add_modify (&tmpblock, gfc_class_vptr_get (dcmp),
9757 gfc_add_modify (&tmpblock, gfc_class_len_get (dcmp),
9774 tmp = gfc_copy_class_to_class (comp, dcmp, nelems,
9801 tmp = fold_convert (TREE_TYPE (dcmp), comp);
9802 gfc_add_modify (&fnblock, dcmp, tmp);
9804 comp, dcmp,
9828 tmp = duplicate_allocatable (dcmp, comp, ctype, rank,
9834 tmp = duplicate_allocatable (dcmp, comp, ctype,
9846 tmp = gfc_copy_allocatable_data (dcmp, comp, ctype, rank);
9852 dst_tok = gfc_conv_descriptor_token (dcmp);
9865 tmp = duplicate_allocatable_coarray (dcmp, dst_tok, comp,
9869 tmp = gfc_duplicate_allocatable (dcmp, comp, ctype, rank,