Searched refs:class_expr2 (Results 1 – 2 of 2) sorted by relevance
10333 tree class_expr2 = NULL_TREE; in gfc_alloc_allocatable_for_assignment() local10494 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()
10534 tree class_expr2 = NULL_TREE; in gfc_alloc_allocatable_for_assignment() local10682 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()