Searched refs:gfc_integer_4_kind (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | frontend-passes.cc | 4957 gfc_integer_4_kind); in call_external_blas() 4959 gfc_integer_4_kind); in call_external_blas() 4962 gfc_integer_4_kind); in call_external_blas() 5002 1, gfc_integer_4_kind); in call_external_blas() 5015 1, gfc_integer_4_kind); in call_external_blas() 5039 1, gfc_integer_4_kind); in call_external_blas()
|
| H A D | gfortran.h | 3345 #define gfc_integer_4_kind 4 macro
|
| H A D | ChangeLog-2018 | 2103 * gfortran.h (gfc_integer_4_kind): Define. 2105 kind of c->high is gfc_integer_4_kind.
|
| H A D | simplify.cc | 5114 if ((tmp->ts.type != BT_INTEGER || tmp->ts.kind != gfc_integer_4_kind) in simplify_min_max() 5123 ret = gfc_convert_constant (tmp, BT_INTEGER, gfc_integer_4_kind); in simplify_min_max()
|
| H A D | resolve.cc | 9636 c->high = gfc_get_int_expr (gfc_integer_4_kind, NULL, in resolve_select_type() 9645 if (c->high->ts.kind != gfc_integer_4_kind) in resolve_select_type() 9648 ts.kind = gfc_integer_4_kind; in resolve_select_type()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | frontend-passes.c | 4677 gfc_integer_4_kind); in call_external_blas() 4679 gfc_integer_4_kind); in call_external_blas() 4682 gfc_integer_4_kind); in call_external_blas() 4722 1, gfc_integer_4_kind); in call_external_blas() 4735 1, gfc_integer_4_kind); in call_external_blas() 4759 1, gfc_integer_4_kind); in call_external_blas()
|
| H A D | gfortran.h | 3060 #define gfc_integer_4_kind 4 macro
|
| H A D | simplify.c | 4995 if ((tmp->ts.type != BT_INTEGER || tmp->ts.kind != gfc_integer_4_kind) in simplify_min_max() 4998 ret = gfc_convert_constant (tmp, BT_INTEGER, gfc_integer_4_kind); in simplify_min_max()
|
| H A D | resolve.c | 9498 c->high = gfc_get_int_expr (gfc_integer_4_kind, NULL, in resolve_select_type() 9507 if (c->high->ts.kind != gfc_integer_4_kind) in resolve_select_type() 9510 ts.kind = gfc_integer_4_kind; in resolve_select_type()
|