Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20201193 parameter to gfc_check_conformance with G_().
1202 for translation the string parameter to gfc_check_conformance
1204 the string parameter to gfc_check_conformance with _().
1206 to gfc_check_conformance with _(). (check_reduction): Mark
1207 for translation the string parameter to gfc_check_conformance
1209 parameter to gfc_check_conformance with _().
1213 parameter to gfc_check_conformance with _().
1215 parameter to gfc_check_conformance with _().
1226 the string parameter to gfc_check_conformance with _().
1228 to gfc_check_conformance with _(). Mark translation strings
[all …]
H A Dcheck.cc3704 if (!gfc_check_conformance (tmp->expr, x, in check_rest()
3913 && !gfc_check_conformance (a, m, in gfc_check_minloc_maxloc()
3995 && !gfc_check_conformance (a, m, in gfc_check_findloc()
4060 && !gfc_check_conformance (a, m, in check_reduction()
4401 if (!gfc_check_conformance (array, mask, in gfc_check_pack()
H A Dgfortran.h3629 bool gfc_check_conformance (gfc_expr *, gfc_expr *, const char *, ...) ATTRIBUTE_PRINTF_3;
H A Darith.cc1427 if (!gfc_check_conformance (op1, op2, _("elemental binary operation"))) in reduce_binary_aa()
H A Dexpr.cc3608 gfc_check_conformance (gfc_expr *op1, gfc_expr *op2, const char *optype_msgid, ...) in gfc_check_conformance() function
3799 && !gfc_check_conformance (lvalue, rvalue, _("array assignment"))) in gfc_check_assign()
H A DChangeLog-20092324 * gfortran.h (gfc_check_conformance): Modified prototype to printf-style.
2325 * expr.c (gfc_check_conformance): Accept error-message chunks in
H A DChangeLog-20064138 expr.c (gfc_check_conformance): Reorder error message
4140 check.c(gfc_check_minloc_maxloc): Call gfc_check_conformance
H A DChangeLog-20071246 * expr.c (gfc_check_conformance): Likewise.
1492 * expr.c (gfc_check_conformance): Print ranks in the error message.
H A Dintrinsic.cc4820 if (!gfc_check_conformance (first_expr, arg->expr, in check_specific()
H A DChangeLog-20051468 (gfc_check_conformance): Add msgid convention to argument.
H A Dresolve.cc2396 if (!gfc_check_conformance (arg->expr, e, _("elemental procedure"))) in resolve_elemental_actual()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcheck.c3695 if (!gfc_check_conformance (tmp->expr, x, in check_rest()
3903 && !gfc_check_conformance (a, m, in gfc_check_minloc_maxloc()
3984 && !gfc_check_conformance (a, m, in gfc_check_findloc()
4049 && !gfc_check_conformance (a, m, in check_reduction()
4387 if (!gfc_check_conformance (array, mask, in gfc_check_pack()
H A Darith.c1391 if (!gfc_check_conformance (op1, op2, "elemental binary operation")) in reduce_binary_aa()
H A Dgfortran.h3338 bool gfc_check_conformance (gfc_expr *, gfc_expr *, const char *, ...) ATTRIBUTE_PRINTF_3;
H A Dexpr.c3576 gfc_check_conformance (gfc_expr *op1, gfc_expr *op2, const char *optype_msgid, ...) in gfc_check_conformance() function
3767 && !gfc_check_conformance (lvalue, rvalue, "array assignment")) in gfc_check_assign()
H A Dintrinsic.c4778 if (!gfc_check_conformance (first_expr, arg->expr, in check_specific()
H A Dresolve.c2339 if (!gfc_check_conformance (arg->expr, e, "elemental procedure")) in resolve_elemental_actual()