Searched refs:gfc_check_conformance (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2020 | 1193 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 D | check.cc | 3704 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 D | gfortran.h | 3629 bool gfc_check_conformance (gfc_expr *, gfc_expr *, const char *, ...) ATTRIBUTE_PRINTF_3;
|
H A D | arith.cc | 1427 if (!gfc_check_conformance (op1, op2, _("elemental binary operation"))) in reduce_binary_aa()
|
H A D | expr.cc | 3608 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 D | ChangeLog-2009 | 2324 * gfortran.h (gfc_check_conformance): Modified prototype to printf-style. 2325 * expr.c (gfc_check_conformance): Accept error-message chunks in
|
H A D | ChangeLog-2006 | 4138 expr.c (gfc_check_conformance): Reorder error message 4140 check.c(gfc_check_minloc_maxloc): Call gfc_check_conformance
|
H A D | ChangeLog-2007 | 1246 * expr.c (gfc_check_conformance): Likewise. 1492 * expr.c (gfc_check_conformance): Print ranks in the error message.
|
H A D | intrinsic.cc | 4820 if (!gfc_check_conformance (first_expr, arg->expr, in check_specific()
|
H A D | ChangeLog-2005 | 1468 (gfc_check_conformance): Add msgid convention to argument.
|
H A D | resolve.cc | 2396 if (!gfc_check_conformance (arg->expr, e, _("elemental procedure"))) in resolve_elemental_actual()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | check.c | 3695 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 D | arith.c | 1391 if (!gfc_check_conformance (op1, op2, "elemental binary operation")) in reduce_binary_aa()
|
H A D | gfortran.h | 3338 bool gfc_check_conformance (gfc_expr *, gfc_expr *, const char *, ...) ATTRIBUTE_PRINTF_3;
|
H A D | expr.c | 3576 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 D | intrinsic.c | 4778 if (!gfc_check_conformance (first_expr, arg->expr, in check_specific()
|
H A D | resolve.c | 2339 if (!gfc_check_conformance (arg->expr, e, "elemental procedure")) in resolve_elemental_actual()
|