Searched refs:struct_expr (Results 1 – 2 of 2) sorted by relevance
14990 cons_where (gfc_expr *struct_expr) in cons_where() argument14994 gcc_assert (struct_expr && struct_expr->expr_type == EXPR_STRUCTURE); in cons_where()14996 cons = gfc_constructor_first (struct_expr->value.constructor); in cons_where()15003 return &struct_expr->where; in cons_where()
14773 cons_where (gfc_expr *struct_expr) in cons_where() argument14777 gcc_assert (struct_expr && struct_expr->expr_type == EXPR_STRUCTURE); in cons_where()14779 cons = gfc_constructor_first (struct_expr->value.constructor); in cons_where()14786 return &struct_expr->where; in cons_where()