Searched refs:EXPR_ARRAY (Results 1 - 22 of 22) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Darray.c921 if (e->expr_type == EXPR_ARRAY
1270 if (e->expr_type == EXPR_ARRAY)
1365 if (e->expr_type != EXPR_ARRAY)
1526 if (e->expr_type == EXPR_ARRAY)
1642 if (e->expr_type == EXPR_ARRAY)
1803 if (e->expr_type == EXPR_ARRAY)
1933 gcc_assert (expr->expr_type == EXPR_ARRAY);
2392 case EXPR_ARRAY:
2396 gfc_internal_error ("gfc_array_dimen_size(): Bad EXPR_ARRAY expr");
2431 case EXPR_ARRAY
[all...]
H A Ddata.c264 if (init && expr->expr_type != EXPR_ARRAY)
278 expr->expr_type = EXPR_ARRAY;
644 case EXPR_ARRAY:
H A Dtarget-memory.c294 if (source->expr_type == EXPR_ARRAY)
534 e->expr_type = EXPR_ARRAY;
576 if (result->expr_type == EXPR_ARRAY)
722 case EXPR_ARRAY:
H A Dexpr.c66 e->expr_type = EXPR_ARRAY;
384 case EXPR_ARRAY:
481 case EXPR_ARRAY:
959 case EXPR_ARRAY:
962 if ((e->expr_type == EXPR_ARRAY) && c && c->iterator)
1393 if (begin->expr_type != EXPR_ARRAY || !gfc_is_constant_expr (begin))
1629 if (p->expr_type != EXPR_ARRAY)
1892 || p->symtree->n.sym->value->expr_type != EXPR_ARRAY))
1911 case EXPR_ARRAY:
1918 if (p->expr_type == EXPR_ARRAY
[all...]
H A Dfrontend-passes.c255 new_expr->expr_type = EXPR_ARRAY;
335 if (arg->expr_type != EXPR_ARRAY)
1217 if (op1->expr_type == EXPR_ARRAY && op2->rank == 0)
1219 else if (op2->expr_type == EXPR_ARRAY && op1->rank == 0)
1235 e->expr_type = EXPR_ARRAY;
1993 case EXPR_ARRAY:
2011 if ((*e)->expr_type != EXPR_ARRAY)
H A Dsimplify.c241 if (e->expr_type != EXPR_ARRAY || !gfc_is_constant_expr (e))
259 if (e && e->expr_type == EXPR_ARRAY)
475 if (mask && mask->expr_type == EXPR_ARRAY)
537 if (mask && mask->expr_type == EXPR_ARRAY)
3614 e->expr_type = EXPR_ARRAY;
4293 if (array->expr_type != EXPR_ARRAY || array->rank != 1 || dim || mask)
4303 if (array->expr_type != EXPR_ARRAY || array->rank != 1 || dim || mask)
4729 else if (mask->expr_type == EXPR_ARRAY)
5871 if (x->rank && x->expr_type != EXPR_ARRAY
6094 if (source->expr_type == EXPR_ARRAY)
[all...]
H A Dcheck.c3467 && (mask->expr_type == EXPR_ARRAY
3473 if (mask->expr_type == EXPR_ARRAY)
3754 else if (shape->expr_type == EXPR_ARRAY && gfc_is_constant_expr (shape))
3823 if (order->expr_type == EXPR_ARRAY)
3877 if (pad == NULL && shape->expr_type == EXPR_ARRAY
4304 if (!c_loc && expr->rank > 0 && expr->expr_type != EXPR_ARRAY)
5123 if (mold->expr_type == EXPR_ARRAY || mold->rank || size)
5269 if (mask->expr_type == EXPR_ARRAY
H A Darith.c1393 if (op1->expr_type == EXPR_CONSTANT && op2->expr_type == EXPR_ARRAY)
1396 if (op1->expr_type == EXPR_ARRAY && op2->expr_type == EXPR_CONSTANT)
1559 && (op1->expr_type != EXPR_ARRAY
1565 && (op2->expr_type != EXPR_ARRAY
1637 if (e->expr_type != EXPR_ARRAY)
H A Ddependency.c971 case EXPR_ARRAY:
1352 case EXPR_ARRAY:
1782 case EXPR_ARRAY:
H A Dtrans-array.c1300 if (expr->expr_type == EXPR_ARRAY)
1603 if (c->expr->expr_type == EXPR_ARRAY)
1941 case EXPR_ARRAY:
1989 /* Given EXPR, the constant array constructor specified by an EXPR_ARRAY,
2074 /* Translate a constant EXPR_ARRAY array constructor for the scalarizer.
5490 case EXPR_ARRAY:
6681 case EXPR_ARRAY:
6782 || expr->expr_type == EXPR_ARRAY, true);
6879 || (expr->expr_type == EXPR_ARRAY && se->use_offset)))
6965 || (expr->expr_type == EXPR_ARRAY
[all...]
H A Ddecl.c413 if (sym->value->expr_type == EXPR_ARRAY)
758 else if ((*expr)->expr_type == EXPR_ARRAY)
777 || (!e->ref && e->expr_type == EXPR_ARRAY))
1452 else if (init->expr_type == EXPR_ARRAY)
1485 else if (init->expr_type == EXPR_ARRAY)
H A Dtrans-expr.c2000 case EXPR_ARRAY:
4108 case EXPR_ARRAY:
4484 else if (e->expr_type != EXPR_ARRAY || !array_may_alias)
7389 case EXPR_ARRAY:
9209 || expr2->expr_type == EXPR_ARRAY, dealloc);
9361 && expr2->expr_type == EXPR_ARRAY
H A Dresolve.c1216 /* Wrap the parameter in an array constructor (EXPR_ARRAY)
1224 cons->expr->expr_type = EXPR_ARRAY;
1230 if (cons->expr->expr_type == EXPR_ARRAY)
4775 if (e->expr_type == EXPR_ARRAY)
5326 case EXPR_ARRAY:
5327 if (e->expr_type == EXPR_ARRAY)
6199 if (e->expr_type == EXPR_ARRAY)
6212 if (con->expr->expr_type == EXPR_ARRAY
6283 case EXPR_ARRAY:
8710 else if (code->expr1->expr_type == EXPR_ARRAY
[all...]
H A Diresolve.c87 else if (source->expr_type == EXPR_ARRAY)
2168 if (shape->expr_type == EXPR_ARRAY && gfc_is_constant_expr (shape))
H A Dgfortran.h144 EXPR_SUBSTRING, EXPR_STRUCTURE, EXPR_ARRAY, EXPR_NULL, EXPR_COMPCALL, EXPR_PPC enumerator in enum:__anon80
1937 EXPR_ARRAY An array constructor.
H A Dprimary.c2815 if (sym->value && sym->value->expr_type != EXPR_ARRAY && !sym->as)
H A Dmodule.c3130 minit ("ARRAY", EXPR_ARRAY),
3427 case EXPR_ARRAY:
H A Dtrans-stmt.c1551 cst_array_ctor = e->expr_type == EXPR_ARRAY
5369 if (code->expr3->expr_type != EXPR_ARRAY
H A Dopenmp.c3480 case EXPR_ARRAY:
H A Dintrinsic.c4606 || (expr->expr_type == EXPR_ARRAY && expr->value.constructor == NULL))
H A Dtrans-decl.c4748 else if (expr->expr_type != EXPR_ARRAY)
H A Dtrans-intrinsic.c5273 case EXPR_ARRAY:

Completed in 528 milliseconds