Searched refs:gfc_get_logical_expr (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c369 result = gfc_get_logical_expr (gfc_default_logical_kind, NULL, false);
1045 return gfc_get_logical_expr (kind, &x->where,
1617 return gfc_get_logical_expr (gfc_default_logical_kind, &e->where, false);
1619 return gfc_get_logical_expr (gfc_default_logical_kind, &e->where,
1654 return gfc_get_logical_expr (gfc_default_logical_kind, &i->where,
1665 return gfc_get_logical_expr (gfc_default_logical_kind, &i->where,
1676 return gfc_get_logical_expr (gfc_default_logical_kind, &i->where,
1687 return gfc_get_logical_expr (gfc_default_logical_kind, &i->where,
2355 return gfc_get_logical_expr (gfc_default_logical_kind, NULL, false);
2503 bnd = gfc_get_logical_expr (arra
[all...]
H A Dclass.c1839 last_code->expr2 = gfc_get_logical_expr (gfc_default_logical_kind,
1988 block->expr2 = gfc_get_logical_expr (gfc_default_logical_kind,
H A Dgfortran.h3321 gfc_expr *gfc_get_logical_expr (int, locus *, bool);
H A Dprimary.c1317 e = gfc_get_logical_expr (kind, &gfc_current_locus, i);
H A Dfrontend-passes.c1080 co->expr1 = gfc_get_logical_expr (gfc_default_integer_kind, &co->loc, true);
3956 zero_e = gfc_get_logical_expr (expr1->ts.kind, &expr1->where,
H A Dcheck.c3880 b = gfc_get_logical_expr (gfc_logical_4_kind, NULL, 0);
3961 b = gfc_get_logical_expr (gfc_logical_4_kind, NULL, 0);
H A Dmatch.c2645 iter.end = gfc_get_logical_expr (gfc_default_logical_kind, NULL, true);
H A Dexpr.c230 gfc_get_logical_expr (int kind, locus *where, bool value) function
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc401 result = gfc_get_logical_expr (gfc_default_logical_kind, NULL, false);
1077 return gfc_get_logical_expr (kind, &x->where,
1649 return gfc_get_logical_expr (gfc_default_logical_kind, &e->where, false);
1651 return gfc_get_logical_expr (gfc_default_logical_kind, &e->where,
1686 return gfc_get_logical_expr (gfc_default_logical_kind, &i->where,
1697 return gfc_get_logical_expr (gfc_default_logical_kind, &i->where,
1708 return gfc_get_logical_expr (gfc_default_logical_kind, &i->where,
1719 return gfc_get_logical_expr (gfc_default_logical_kind, &i->where,
2388 return gfc_get_logical_expr (gfc_default_logical_kind, NULL, false);
2536 bnd = gfc_get_logical_expr (arra
[all...]
H A Dclass.cc1847 last_code->expr2 = gfc_get_logical_expr (gfc_default_logical_kind,
1996 block->expr2 = gfc_get_logical_expr (gfc_default_logical_kind,
H A Dgfortran.h3612 gfc_expr *gfc_get_logical_expr (int, locus *, bool);
H A Dprimary.cc1296 e = gfc_get_logical_expr (kind, &gfc_current_locus, i);
H A Dcheck.cc3889 b = gfc_get_logical_expr (gfc_logical_4_kind, NULL, 0);
3971 b = gfc_get_logical_expr (gfc_logical_4_kind, NULL, 0);
H A Dfrontend-passes.cc1080 co->expr1 = gfc_get_logical_expr (gfc_default_integer_kind, &co->loc, true);
4234 zero_e = gfc_get_logical_expr (expr1->ts.kind, &expr1->where,
H A Dmatch.cc2620 iter.end = gfc_get_logical_expr (gfc_default_logical_kind, NULL, true);
H A Dexpr.cc230 gfc_get_logical_expr (int kind, locus *where, bool value) function

Completed in 375 milliseconds