Searched refs:EXPR_NULL (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dinterface.c2018 if ((actual->expr_type != EXPR_NULL || actual->ts.type != BT_UNKNOWN)
2045 && actual->expr_type != EXPR_NULL
2207 && actual->expr_type != EXPR_NULL;
2215 || (formal->attr.pointer && actual->expr_type != EXPR_NULL)
2222 && actual->expr_type != EXPR_NULL)
2255 if (actual->ts.type == BT_CLASS && actual->expr_type != EXPR_NULL)
2263 if (actual->expr_type != EXPR_NULL && ref && actual->ts.type != BT_CHARACTER
2273 if (actual->ts.type == BT_CHARACTER && actual->expr_type != EXPR_NULL
2298 if (ref == NULL && actual->expr_type != EXPR_NULL)
2666 if (a->expr->expr_type == EXPR_NULL
[all...]
H A Dexpr.c88 e->expr_type = EXPR_NULL;
389 case EXPR_NULL:
490 case EXPR_NULL:
952 case EXPR_NULL:
1828 case EXPR_NULL:
2216 && ctor->expr->expr_type != EXPR_NULL)
2604 case EXPR_NULL:
2960 case EXPR_NULL:
3185 if (rvalue->expr_type == EXPR_NULL)
3433 if (rvalue->expr_type == EXPR_NULL
[all...]
H A Dtrans-expr.c1357 && expr2->expr_type == EXPR_NULL && expr2->ts.type == BT_UNKNOWN)
1363 if (expr2->expr_type == EXPR_NULL)
4080 case EXPR_NULL:
4675 else if (arg->expr->expr_type == EXPR_NULL
5046 && fsym->ts.type != BT_CLASS && e->expr_type != EXPR_NULL)
5057 else if (fsym && e->expr_type != EXPR_NULL
6521 else if (!expr || expr->expr_type == EXPR_NULL)
6539 if (ts->type == BT_CLASS && expr->expr_type == EXPR_NULL)
6950 if (expr->expr_type == EXPR_NULL)
6977 else if (cm->ts.type == BT_CLASS && expr->expr_type == EXPR_NULL)
[all...]
H A Dclass.c444 if (init_expr && init_expr->expr_type != EXPR_NULL)
458 else if (init_expr && init_expr->expr_type != EXPR_NULL)
1549 if ((!ancestor_wrapper || ancestor_wrapper->expr_type == EXPR_NULL)
1559 && ancestor_wrapper && ancestor_wrapper->expr_type != EXPR_NULL)
2126 && ancestor_wrapper && ancestor_wrapper->expr_type != EXPR_NULL)
2138 if (ancestor_wrapper && ancestor_wrapper->expr_type != EXPR_NULL)
2480 && final->initializer->expr_type != EXPR_NULL);
H A Ddependency.c1349 case EXPR_NULL:
1777 case EXPR_NULL:
H A Dtarget-memory.c269 if (c->expr->expr_type == EXPR_NULL)
H A Dcheck.c905 if (pointer->expr_type == EXPR_NULL)
932 if (target->expr_type == EXPR_NULL)
3625 if (a->expr_type == EXPR_OP || a->expr_type == EXPR_NULL
6308 if (a->expr_type == EXPR_NULL)
H A Dresolve.c1161 if (cons->expr->expr_type != EXPR_NULL && rank != cons->expr->rank
1262 if (cons->expr->expr_type == EXPR_NULL
1295 else if (cons->expr->expr_type != EXPR_NULL)
1312 || cons->expr->expr_type == EXPR_NULL)
3541 if ((op1 && op1->expr_type == EXPR_NULL)
3542 || (op2 && op2->expr_type == EXPR_NULL))
6275 case EXPR_NULL:
8438 if (exp && exp->expr_type == EXPR_NULL
10342 if (e->expr_type == EXPR_NULL)
H A Dgfortran.h144 EXPR_SUBSTRING, EXPR_STRUCTURE, EXPR_ARRAY, EXPR_NULL, EXPR_COMPCALL, EXPR_PPC enumerator in enum:__anon80
1934 EXPR_NULL The NULL pointer value (which also has a basic type).
H A Dtrans-types.c2537 c->initializer->expr_type = EXPR_NULL;
H A Dmodule.c3131 minit ("NULL", EXPR_NULL),
3468 case EXPR_NULL:
H A Dtrans-array.c5564 case EXPR_NULL:
9209 if (!arg->expr || arg->expr->expr_type == EXPR_NULL)
9348 case EXPR_NULL:
H A Dmatch.c4580 if (((sym->value != NULL && sym->value->expr_type != EXPR_NULL)
H A Dopenmp.c3477 case EXPR_NULL:
H A Dsimplify.c4628 result->expr_type = EXPR_NULL;
H A Dintrinsic.c4605 if (expr->expr_type == EXPR_NULL
H A Dtrans-decl.c4744 if (expr->expr_type == EXPR_CONSTANT || expr->expr_type == EXPR_NULL)

Completed in 482 milliseconds