Searched refs:optype_msgid (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | expr.cc | 3608 gfc_check_conformance (gfc_expr *op1, gfc_expr *op2, const char *optype_msgid, ...) in gfc_check_conformance() argument 3620 va_start (argp, optype_msgid); in gfc_check_conformance() 3621 d = vsnprintf (buffer, sizeof (buffer), optype_msgid, argp); in gfc_check_conformance()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | expr.c | 3576 gfc_check_conformance (gfc_expr *op1, gfc_expr *op2, const char *optype_msgid, ...) in gfc_check_conformance() argument 3588 va_start (argp, optype_msgid); in gfc_check_conformance() 3589 d = vsnprintf (buffer, sizeof (buffer), optype_msgid, argp); in gfc_check_conformance()
|