Home
last modified time | relevance | path

Searched refs:gfc_get_logical_expr (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc401 result = gfc_get_logical_expr (gfc_default_logical_kind, NULL, false); in compute_dot_product()
1077 return gfc_get_logical_expr (kind, &x->where, in gfc_simplify_and()
1649 return gfc_get_logical_expr (gfc_default_logical_kind, &e->where, false); in gfc_simplify_btest()
1651 return gfc_get_logical_expr (gfc_default_logical_kind, &e->where, in gfc_simplify_btest()
1686 return gfc_get_logical_expr (gfc_default_logical_kind, &i->where, in gfc_simplify_bge()
1697 return gfc_get_logical_expr (gfc_default_logical_kind, &i->where, in gfc_simplify_bgt()
1708 return gfc_get_logical_expr (gfc_default_logical_kind, &i->where, in gfc_simplify_ble()
1719 return gfc_get_logical_expr (gfc_default_logical_kind, &i->where, in gfc_simplify_blt()
2388 return gfc_get_logical_expr (gfc_default_logical_kind, NULL, false); in gfc_simplify_dot_product()
2536 bnd = gfc_get_logical_expr (array->ts.kind, NULL, 0); in gfc_simplify_eoshift()
[all …]
H A Dclass.cc1847 last_code->expr2 = gfc_get_logical_expr (gfc_default_logical_kind, in generate_finalization_wrapper()
1996 block->expr2 = gfc_get_logical_expr (gfc_default_logical_kind, in generate_finalization_wrapper()
H A Dcheck.cc3889 b = gfc_get_logical_expr (gfc_logical_4_kind, NULL, 0); in gfc_check_minloc_maxloc()
3971 b = gfc_get_logical_expr (gfc_logical_4_kind, NULL, 0); in gfc_check_findloc()
H A Dfrontend-passes.cc1080 co->expr1 = gfc_get_logical_expr (gfc_default_integer_kind, &co->loc, true); in convert_do_while()
4234 zero_e = gfc_get_logical_expr (expr1->ts.kind, &expr1->where, in inline_matmul_assign()
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); in match_logical_constant()
H A Dmatch.cc2620 iter.end = gfc_get_logical_expr (gfc_default_logical_kind, NULL, true); in gfc_match_do()
H A DChangeLog-20104598 (gfc_get_logical_expr): New prototype.
4608 (gfc_get_logical_expr): ... this. Added kind argument. Fixed all callers.
H A Dexpr.cc230 gfc_get_logical_expr (int kind, locus *where, bool value) in gfc_get_logical_expr() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c369 result = gfc_get_logical_expr (gfc_default_logical_kind, NULL, false); in compute_dot_product()
1045 return gfc_get_logical_expr (kind, &x->where, in gfc_simplify_and()
1617 return gfc_get_logical_expr (gfc_default_logical_kind, &e->where, false); in gfc_simplify_btest()
1619 return gfc_get_logical_expr (gfc_default_logical_kind, &e->where, in gfc_simplify_btest()
1654 return gfc_get_logical_expr (gfc_default_logical_kind, &i->where, in gfc_simplify_bge()
1665 return gfc_get_logical_expr (gfc_default_logical_kind, &i->where, in gfc_simplify_bgt()
1676 return gfc_get_logical_expr (gfc_default_logical_kind, &i->where, in gfc_simplify_ble()
1687 return gfc_get_logical_expr (gfc_default_logical_kind, &i->where, in gfc_simplify_blt()
2355 return gfc_get_logical_expr (gfc_default_logical_kind, NULL, false); in gfc_simplify_dot_product()
2503 bnd = gfc_get_logical_expr (array->ts.kind, NULL, 0); in gfc_simplify_eoshift()
[all …]
H A Dclass.c1839 last_code->expr2 = gfc_get_logical_expr (gfc_default_logical_kind, in generate_finalization_wrapper()
1988 block->expr2 = gfc_get_logical_expr (gfc_default_logical_kind, in generate_finalization_wrapper()
H A Dcheck.c3880 b = gfc_get_logical_expr (gfc_logical_4_kind, NULL, 0); in gfc_check_minloc_maxloc()
3961 b = gfc_get_logical_expr (gfc_logical_4_kind, NULL, 0); in gfc_check_findloc()
H A Dgfortran.h3321 gfc_expr *gfc_get_logical_expr (int, locus *, bool);
H A Dfrontend-passes.c1080 co->expr1 = gfc_get_logical_expr (gfc_default_integer_kind, &co->loc, true); in convert_do_while()
3956 zero_e = gfc_get_logical_expr (expr1->ts.kind, &expr1->where, in inline_matmul_assign()
H A Dprimary.c1317 e = gfc_get_logical_expr (kind, &gfc_current_locus, i); in match_logical_constant()
H A Dmatch.c2645 iter.end = gfc_get_logical_expr (gfc_default_logical_kind, NULL, true); in gfc_match_do()
H A Dexpr.c230 gfc_get_logical_expr (int kind, locus *where, bool value) in gfc_get_logical_expr() function