Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-array.c10333 tree class_expr2 = NULL_TREE; in gfc_alloc_allocatable_for_assignment() local
10494 tmp = class_expr2 = gfc_get_class_from_gfc_expr (expr2); in gfc_alloc_allocatable_for_assignment()
10781 else if (expr2->ts.type == BT_CLASS && class_expr2 != NULL_TREE) in gfc_alloc_allocatable_for_assignment()
10782 tmp2 = gfc_class_vptr_get (class_expr2); in gfc_alloc_allocatable_for_assignment()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-array.cc10534 tree class_expr2 = NULL_TREE; in gfc_alloc_allocatable_for_assignment() local
10682 tmp = class_expr2 = gfc_get_class_from_gfc_expr (expr2); in gfc_alloc_allocatable_for_assignment()
10969 else if (expr2->ts.type == BT_CLASS && class_expr2 != NULL_TREE) in gfc_alloc_allocatable_for_assignment()
10970 tmp2 = gfc_class_vptr_get (class_expr2); in gfc_alloc_allocatable_for_assignment()