Searched refs:EXPR_CONSTANT (Results 1 - 25 of 27) sorted by relevance

12

/haiku-buildtools/gcc/gcc/fortran/
H A Dsimplify.c80 if (result->expr_type != EXPR_CONSTANT)
124 if (k->expr_type != EXPR_CONSTANT)
246 if (c->expr->expr_type != EXPR_CONSTANT
268 else if (e && e->expr_type == EXPR_CONSTANT)
469 && mask->expr_type == EXPR_CONSTANT
523 && mask->expr_type == EXPR_CONSTANT
650 && mask->expr_type != EXPR_CONSTANT)
670 if (e->expr_type != EXPR_CONSTANT)
704 if (e->expr_type != EXPR_CONSTANT)
766 if (x->expr_type != EXPR_CONSTANT)
[all...]
H A Ddependency.c66 if (expr->expr_type != EXPR_CONSTANT)
306 if (e1->value.op.op2->expr_type == EXPR_CONSTANT
347 if (e2->value.op.op2->expr_type == EXPR_CONSTANT
356 if (e1->value.op.op2->expr_type == EXPR_CONSTANT
399 if (e1_left->expr_type == EXPR_CONSTANT
400 && e2_left->expr_type == EXPR_CONSTANT
411 if (e2->value.op.op2->expr_type == EXPR_CONSTANT
422 case EXPR_CONSTANT:
430 if (e2->expr_type == EXPR_CONSTANT)
453 gcc_assert (e2->expr_type == EXPR_CONSTANT);
[all...]
H A Dtrans-const.c160 gcc_assert (expr->expr_type == EXPR_CONSTANT);
194 if (cl->length && cl->length->expr_type == EXPR_CONSTANT)
302 gcc_assert (expr->expr_type == EXPR_CONSTANT);
387 so, the expr_type will not yet be an EXPR_CONSTANT. We need to make
395 /* Create a new EXPR_CONSTANT expression for our local uses. */
400 if (expr->expr_type != EXPR_CONSTANT)
H A Darray.c355 if (as->lower[i]->expr_type == EXPR_CONSTANT
356 && as->upper[i]->expr_type == EXPR_CONSTANT
850 || bound1->expr_type != EXPR_CONSTANT
851 || bound2->expr_type != EXPR_CONSTANT
1561 if (start->expr_type != EXPR_CONSTANT || start->ts.type != BT_INTEGER)
1568 if (end->expr_type != EXPR_CONSTANT || end->ts.type != BT_INTEGER)
1575 if (step->expr_type != EXPR_CONSTANT || step->ts.type != BT_INTEGER)
1967 && ref->u.ss.start->expr_type == EXPR_CONSTANT
1968 && ref->u.ss.end->expr_type == EXPR_CONSTANT)
1971 if (p->expr->expr_type == EXPR_CONSTANT)
[all...]
H A Dcheck.c277 if (expr->expr_type == EXPR_CONSTANT)
300 if (expr2->expr_type == EXPR_CONSTANT)
353 if (expr->expr_type != EXPR_CONSTANT)
379 if (expr2->expr_type == EXPR_CONSTANT && expr3->expr_type == EXPR_CONSTANT)
581 if (dim->expr_type != EXPR_CONSTANT)
616 if (dim->expr_type != EXPR_CONSTANT)
703 if ((!ra->u.ss.start || ra->u.ss.start->expr_type == EXPR_CONSTANT)
704 && ra->u.ss.end->expr_type == EXPR_CONSTANT)
719 && a->ts.u.cl->length->expr_type == EXPR_CONSTANT)
[all...]
H A Dtarget-memory.c104 if (e->expr_type == EXPR_CONSTANT)
107 && e->ts.u.cl->length->expr_type == EXPR_CONSTANT
297 gcc_assert (source->expr_type == EXPR_CONSTANT
325 if (source->expr_type == EXPR_CONSTANT || source->ref == NULL)
348 gcc_assert (c->expr->expr_type == EXPR_CONSTANT
716 case EXPR_CONSTANT:
757 gcc_assert (expr->expr_type == EXPR_CONSTANT
H A Dexpr.c153 e->expr_type = EXPR_CONSTANT;
250 e->expr_type = EXPR_CONSTANT;
284 case EXPR_CONSTANT:
433 case EXPR_CONSTANT:
621 if (expr->expr_type != EXPR_CONSTANT)
735 || dim->expr_type != EXPR_CONSTANT
951 case EXPR_CONSTANT:
1215 if (e->expr_type != EXPR_CONSTANT)
1221 gcc_assert (ar->as->upper[i]->expr_type == EXPR_CONSTANT
1222 && ar->as->lower[i]->expr_type == EXPR_CONSTANT);
[all...]
H A Dinterface.c2322 && sym->ts.u.cl->length->expr_type == EXPR_CONSTANT)
2338 if (sym->as->upper[i]->expr_type != EXPR_CONSTANT
2339 || sym->as->lower[i]->expr_type != EXPR_CONSTANT)
2370 && e->ts.u.cl->length->expr_type == EXPR_CONSTANT)
2372 else if (e->expr_type == EXPR_CONSTANT
2397 && ref->u.ss.start->expr_type == EXPR_CONSTANT)
2404 || ref->u.ss.length->length->expr_type != EXPR_CONSTANT)
2421 if (ref->u.ar.stride[i]->expr_type == EXPR_CONSTANT)
2429 if (ref->u.ar.start[i]->expr_type == EXPR_CONSTANT)
2435 && ref->u.ar.as->lower[i]->expr_type == EXPR_CONSTANT)
[all...]
H A Dfrontend-passes.c408 || (*e)->ts.u.cl->length->expr_type != EXPR_CONSTANT))
500 if (length && length->expr_type == EXPR_CONSTANT)
522 && e->symtree->n.sym->ts.u.cl->length->expr_type == EXPR_CONSTANT)
549 if (e->expr_type == EXPR_CONSTANT || is_fe_temp (e))
827 if (co->expr1 == NULL || co->expr1->expr_type == EXPR_CONSTANT)
1285 if (op1 == NULL || op1->expr_type != EXPR_CONSTANT)
1338 e->expr_type = EXPR_CONSTANT;
1428 if (e->ts.type != BT_CHARACTER || e->expr_type != EXPR_CONSTANT)
1513 /* An expression of type EXPR_CONSTANT is only valid for scalars. */
1585 if (op1_left->expr_type == EXPR_CONSTANT
[all...]
H A Darith.c1224 if (op->expr_type == EXPR_CONSTANT)
1268 if (c->expr->expr_type == EXPR_CONSTANT)
1308 if (c->expr->expr_type == EXPR_CONSTANT)
1390 if (op1->expr_type == EXPR_CONSTANT && op2->expr_type == EXPR_CONSTANT)
1393 if (op1->expr_type == EXPR_CONSTANT && op2->expr_type == EXPR_ARRAY)
1396 if (op1->expr_type == EXPR_ARRAY && op2->expr_type == EXPR_CONSTANT)
1558 if (op1->expr_type != EXPR_CONSTANT
1564 && op2->expr_type != EXPR_CONSTANT
H A Ddecl.c426 if ((*result)->expr_type == EXPR_CONSTANT)
742 else if ((*expr)->expr_type == EXPR_CONSTANT)
1114 if (!cl || !cl->length || cl->length->expr_type != EXPR_CONSTANT
1283 gcc_assert (expr->expr_type == EXPR_CONSTANT);
1445 if (init->expr_type == EXPR_CONSTANT)
1474 else if (sym->ts.u.cl->length->expr_type == EXPR_CONSTANT)
1483 if (init->expr_type == EXPR_CONSTANT)
1530 if (lower->expr_type == EXPR_CONSTANT)
1580 && init->expr_type == EXPR_CONSTANT
1668 && c->ts.u.cl->length && c->ts.u.cl->length->expr_type == EXPR_CONSTANT)
[all...]
H A Diresolve.c80 if (source->expr_type == EXPR_CONSTANT)
473 if (n1->expr_type == EXPR_CONSTANT && n2->expr_type == EXPR_CONSTANT)
740 if (dim->expr_type != EXPR_CONSTANT && dim->symtree != NULL
905 if (dim->expr_type != EXPR_CONSTANT && dim->symtree != NULL
1638 if (array->shape && dim->expr_type == EXPR_CONSTANT)
1683 if (f->rank && array->shape && dim->expr_type == EXPR_CONSTANT)
1805 if (array->shape && dim->expr_type == EXPR_CONSTANT)
1850 if (f->rank && array->shape && dim->expr_type == EXPR_CONSTANT)
2096 if (string->expr_type == EXPR_CONSTANT)
[all...]
H A Dresolve.c519 if (!cl || !cl->length || cl->length->expr_type != EXPR_CONSTANT)
794 && ts->u.cl->length->expr_type == EXPR_CONSTANT
1206 && comp->ts.u.cl->length->expr_type == EXPR_CONSTANT
1208 && cons->expr->ts.u.cl->length->expr_type == EXPR_CONSTANT
2333 && res->ts.u.cl->length->expr_type != EXPR_CONSTANT) /* (3c) */
3051 if (arg->next->expr->expr_type != EXPR_CONSTANT)
3864 if (a == NULL || a->expr_type != EXPR_CONSTANT
3865 || b == NULL || b->expr_type != EXPR_CONSTANT)
3891 if (a == NULL || a->expr_type != EXPR_CONSTANT)
3914 if (a == NULL || a->expr_type != EXPR_CONSTANT)
[all...]
H A Dtrans-types.c1174 if (expr != NULL && expr->expr_type == EXPR_CONSTANT)
1572 if (expr->expr_type == EXPR_CONSTANT)
1594 if (expr && expr->expr_type == EXPR_CONSTANT)
1622 if (expr->expr_type == EXPR_CONSTANT)
1630 if (expr && expr->expr_type == EXPR_CONSTANT)
H A Dopenmp.c1372 || el->expr->expr_type != EXPR_CONSTANT)
1824 if (omp_udr->ts.u.cl->length->expr_type != EXPR_CONSTANT)
1826 if (ts->u.cl->length->expr_type != EXPR_CONSTANT)
2639 if (expr->expr_type == EXPR_CONSTANT && expr->ts.type == BT_INTEGER
3148 && ar->start[i]->expr_type == EXPR_CONSTANT
3150 && ar->end[i]->expr_type == EXPR_CONSTANT
3355 else if (!code && expr->expr_type != EXPR_CONSTANT)
3476 case EXPR_CONSTANT:
4555 if (el->expr->expr_type != EXPR_CONSTANT)
4834 && omp_udr->ts.u.cl->length->expr_type != EXPR_CONSTANT)
[all...]
H A Dtrans-array.c1286 return (i->start->expr_type != EXPR_CONSTANT
1287 || i->end->expr_type != EXPR_CONSTANT
1288 || i->step->expr_type != EXPR_CONSTANT);
1624 while (p && !(p->iterator || p->expr->expr_type != EXPR_CONSTANT))
1652 || p->expr->expr_type != EXPR_CONSTANT))
1824 && e->ts.u.cl->length->expr_type == EXPR_CONSTANT)
1882 if (ref->u.ss.start->expr_type != EXPR_CONSTANT
1883 || ref->u.ss.end->expr_type != EXPR_CONSTANT)
1935 case EXPR_CONSTANT:
1980 || c->expr->expr_type != EXPR_CONSTANT)
[all...]
H A Dtrans-expr.c802 if (e->expr_type == EXPR_CONSTANT && !e->ts.u.cl->resolved)
2754 && expr->value.op.op2->expr_type == EXPR_CONSTANT)
3268 if ((*expr)->expr_type == EXPR_CONSTANT)
3910 || (arg1->ts.u.cl->length->expr_type != EXPR_CONSTANT
3921 if (arg2 && arg2->expr_type == EXPR_CONSTANT)
3961 if (arg2 && arg2->expr_type == EXPR_CONSTANT)
4079 case EXPR_CONSTANT:
4584 != EXPR_CONSTANT);
4593 != EXPR_CONSTANT);
5278 && e->symtree->n.sym->ts.u.cl->length->expr_type == EXPR_CONSTANT)
[all...]
H A Dtrans-decl.c1075 && as->upper[n]->expr_type == EXPR_CONSTANT
1076 && as->lower[n]->expr_type == EXPR_CONSTANT))
4744 if (expr->expr_type == EXPR_CONSTANT || expr->expr_type == EXPR_NULL)
4760 else if (c->expr->expr_type != EXPR_CONSTANT)
4783 return expr->expr_type == EXPR_CONSTANT;
4832 if (sym->as->lower[n]->expr_type != EXPR_CONSTANT
4834 || sym->as->upper[n]->expr_type != EXPR_CONSTANT)
5114 && sym->ts.u.cl->length->expr_type != EXPR_CONSTANT)
H A Dtrans-common.c782 if (e->expr_type != EXPR_CONSTANT)
H A Dtrans-stmt.c2609 gcc_assert (d->low->expr_type == EXPR_CONSTANT
2620 gcc_assert (d->high->expr_type == EXPR_CONSTANT
2637 gcc_assert (d->high->expr_type == EXPR_CONSTANT
4103 && code->expr1->expr_type == EXPR_CONSTANT
4212 if (code->expr1->expr_type == EXPR_CONSTANT
5379 || code->expr3->expr_type == EXPR_CONSTANT)
H A Dgfortran.h143 { EXPR_OP = 1, EXPR_FUNCTION, EXPR_CONSTANT, EXPR_VARIABLE, enumerator in enum:__anon80
1931 EXPR_CONSTANT A scalar constant: Logical, String, Real, Int or Complex
H A Dprimary.c2093 if (primary->expr_type == EXPR_CONSTANT)
2813 EXPR_CONSTANT, and so the if () branch would be followed without
H A Dmodule.c3126 minit ("CONSTANT", EXPR_CONSTANT),
3432 case EXPR_CONSTANT:
H A Dclass.c2499 && ts->u.cl->length->expr_type == EXPR_CONSTANT)
H A Dmatch.c5407 && ts->u.cl->length->expr_type == EXPR_CONSTANT)

Completed in 522 milliseconds

12