Home
last modified time | relevance | path

Searched refs:e2vtab (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c8253 gfc_expr *e2vtab; in alloc_scalar_allocatable_for_subcomponent_assignment() local
8255 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-expr.cc8796 gfc_expr *e2vtab; in alloc_scalar_allocatable_for_subcomponent_assignment() local
8798 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()