Searched refs:e2vtab (Results 1 – 2 of 2) sorted by relevance
8253 gfc_expr *e2vtab; in alloc_scalar_allocatable_for_subcomponent_assignment() local8255 e2vtab = gfc_find_and_cut_at_last_class_ref (expr2); in alloc_scalar_allocatable_for_subcomponent_assignment()8256 gfc_add_vptr_component (e2vtab); in alloc_scalar_allocatable_for_subcomponent_assignment()8257 gfc_add_size_component (e2vtab); in alloc_scalar_allocatable_for_subcomponent_assignment()8259 gfc_conv_expr (&se, e2vtab); in alloc_scalar_allocatable_for_subcomponent_assignment()8262 gfc_free_expr (e2vtab); in alloc_scalar_allocatable_for_subcomponent_assignment()
8796 gfc_expr *e2vtab; in alloc_scalar_allocatable_for_subcomponent_assignment() local8798 e2vtab = gfc_find_and_cut_at_last_class_ref (expr2); in alloc_scalar_allocatable_for_subcomponent_assignment()8799 gfc_add_vptr_component (e2vtab); in alloc_scalar_allocatable_for_subcomponent_assignment()8800 gfc_add_size_component (e2vtab); in alloc_scalar_allocatable_for_subcomponent_assignment()8802 gfc_conv_expr (&se, e2vtab); in alloc_scalar_allocatable_for_subcomponent_assignment()8805 gfc_free_expr (e2vtab); in alloc_scalar_allocatable_for_subcomponent_assignment()