/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | simplify.cc | 401 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 D | class.cc | 1847 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 D | check.cc | 3889 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 D | frontend-passes.cc | 1080 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 D | gfortran.h | 3612 gfc_expr *gfc_get_logical_expr (int, locus *, bool);
|
H A D | primary.cc | 1296 e = gfc_get_logical_expr (kind, &gfc_current_locus, i); in match_logical_constant()
|
H A D | match.cc | 2620 iter.end = gfc_get_logical_expr (gfc_default_logical_kind, NULL, true); in gfc_match_do()
|
H A D | ChangeLog-2010 | 4598 (gfc_get_logical_expr): New prototype. 4608 (gfc_get_logical_expr): ... this. Added kind argument. Fixed all callers.
|
H A D | expr.cc | 230 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 D | simplify.c | 369 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 D | class.c | 1839 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 D | check.c | 3880 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 D | gfortran.h | 3321 gfc_expr *gfc_get_logical_expr (int, locus *, bool);
|
H A D | frontend-passes.c | 1080 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 D | primary.c | 1317 e = gfc_get_logical_expr (kind, &gfc_current_locus, i); in match_logical_constant()
|
H A D | match.c | 2645 iter.end = gfc_get_logical_expr (gfc_default_logical_kind, NULL, true); in gfc_match_do()
|
H A D | expr.c | 230 gfc_get_logical_expr (int kind, locus *where, bool value) in gfc_get_logical_expr() function
|