Home
last modified time | relevance | path

Searched refs:gfc_integer_4_kind (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dfrontend-passes.cc4957 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 Dgfortran.h3345 #define gfc_integer_4_kind 4 macro
H A DChangeLog-20182103 * gfortran.h (gfc_integer_4_kind): Define.
2105 kind of c->high is gfc_integer_4_kind.
H A Dsimplify.cc5114 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 Dresolve.cc9636 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 Dfrontend-passes.c4677 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 Dgfortran.h3060 #define gfc_integer_4_kind 4 macro
H A Dsimplify.c4995 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 Dresolve.c9498 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()