Searched refs:gmsgid (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/gcc/gcc/c/
H A Dc-errors.c47 pedwarn_c99 (location_t location, int opt, const char *gmsgid, ...) argument
53 va_start (ap, gmsgid);
58 diagnostic_set_info (&diagnostic, gmsgid, &ap, location,
70 diagnostic_set_info (&diagnostic, gmsgid, &ap, location, DK_PEDWARN);
86 pedwarn_c90 (location_t location, int opt, const char *gmsgid, ...) argument
91 va_start (ap, gmsgid);
100 diagnostic_set_info (&diagnostic, gmsgid, &ap, location,
112 diagnostic_set_info (&diagnostic, gmsgid, &ap, location,
124 diagnostic_set_info (&diagnostic, gmsgid, &ap, location, DK_PEDWARN);
H A Dc-typeck.c5639 error_init (location_t loc, const char *gmsgid)
5643 /* The gmsgid may be a format string with %< and %>. */
5644 error_at (loc, gmsgid);
5656 pedwarn_init (location_t location, int opt, const char *gmsgid)
5661 /* The gmsgid may be a format string with %< and %>. */
5662 warned = pedwarn (location, opt, gmsgid);
5675 warning_init (location_t loc, int opt, const char *gmsgid)
5680 /* The gmsgid may be a format string with %< and %>. */
5681 warned = warning_at (loc, opt, gmsgid);
5618 error_init(location_t loc, const char *gmsgid) argument
5635 pedwarn_init(location_t location, int opt, const char *gmsgid) argument
5654 warning_init(location_t loc, int opt, const char *gmsgid) argument
H A Dc-decl.c5346 warn_defaults_to (location_t location, int opt, const char *gmsgid, ...)
5351 va_start (ap, gmsgid);
5352 diagnostic_set_info (&diagnostic, gmsgid, &ap, location,
5319 warn_defaults_to(location_t location, int opt, const char *gmsgid, ...) argument
H A Dc-parser.c841 c_parser_error (c_parser *parser, const char *gmsgid)
847 if (!gmsgid)
852 c_parse_error (gmsgid,
839 c_parser_error(c_parser *parser, const char *gmsgid) argument
/haiku-buildtools/gcc/gcc/
H A Drtl-error.c80 error_for_asm (const rtx_insn *insn, const char *gmsgid, ...) argument
84 va_start (ap, gmsgid);
85 diagnostic_for_asm (insn, gmsgid, &ap, DK_ERROR);
90 warning_for_asm (const rtx_insn *insn, const char *gmsgid, ...) argument
94 va_start (ap, gmsgid);
95 diagnostic_for_asm (insn, gmsgid, &ap, DK_WARNING);
H A Dintl.h59 # define G_(gmsgid) gmsgid
H A Ddiagnostic.c254 diagnostic_set_info (diagnostic_info *diagnostic, const char *gmsgid,
258 diagnostic_set_info_translated (diagnostic, _(gmsgid), args, location, kind);
914 verbatim (const char *gmsgid, ...)
919 va_start (ap, gmsgid);
922 text.format_spec = _(gmsgid);
934 const char * gmsgid, ...)
940 va_start (ap, gmsgid);
941 diagnostic_set_info (&diagnostic, gmsgid, &ap, location, DK_NOTE);
961 const char *gmsgid, ...)
967 va_start (ap, gmsgid);
252 diagnostic_set_info(diagnostic_info *diagnostic, const char *gmsgid, va_list *args, location_t location, diagnostic_t kind) argument
911 verbatim(const char *gmsgid, ...) argument
929 diagnostic_append_note(diagnostic_context *context, location_t location, const char * gmsgid, ...) argument
957 emit_diagnostic(diagnostic_t kind, location_t location, int opt, const char *gmsgid, ...) argument
985 inform(location_t location, const char *gmsgid, ...) argument
1017 warning(int opt, const char *gmsgid, ...) argument
1037 warning_at(location_t location, int opt, const char *gmsgid, ...) argument
1087 pedwarn(location_t location, int opt, const char *gmsgid, ...) argument
1109 permerror(location_t location, const char *gmsgid, ...) argument
1127 error(const char *gmsgid, ...) argument
1157 error_at(location_t loc, const char *gmsgid, ...) argument
1172 sorry(const char *gmsgid, ...) argument
1195 fatal_error(location_t loc, const char *gmsgid, ...) argument
1213 internal_error(const char *gmsgid, ...) argument
1230 internal_error_no_backtrace(const char *gmsgid, ...) argument
[all...]
H A Dtree-ssa-uninit.c147 const char *gmsgid, void *data, location_t phiarg_loc)
183 if (warning_at (location, wc, gmsgid, expr))
146 warn_uninit(enum opt_code wc, tree t, tree expr, tree var, const char *gmsgid, void *data, location_t phiarg_loc) argument
H A Dfold-const.c328 fold_overflow_warning (const char* gmsgid, enum warn_strict_overflow_code wc)
335 fold_deferred_overflow_warning = gmsgid;
340 warning (OPT_Wstrict_overflow, gmsgid);
326 fold_overflow_warning(const char* gmsgid, enum warn_strict_overflow_code wc) argument
/haiku-buildtools/gcc/gcc/fortran/
H A Derror.c72 gfc_error (const char *gmsgid, va_list ap) ATTRIBUTE_GCC_GFC(1,0);
75 gfc_warning (int opt, const char *gmsgid, va_list ap) ATTRIBUTE_GCC_GFC(2,0);
775 error_printf (const char *gmsgid, ...) argument
779 va_start (argp, gmsgid);
780 error_print ("", _(gmsgid), argp);
818 gfc_warning_1 (const char *gmsgid, ...) argument
829 va_start (argp, gmsgid);
830 error_print (_("Warning:"), _(gmsgid), argp);
848 gfc_warning (int opt, const char *gmsgid, va_list ap) argument
868 diagnostic_set_info (&diagnostic, gmsgid,
900 gfc_warning(int opt, const char *gmsgid, ...) argument
933 gfc_notify_std_1(int std, const char *gmsgid, ...) argument
1011 gfc_notify_std(int std, const char *gmsgid, ...) argument
1077 gfc_warning_now_1(const char *gmsgid, ...) argument
1237 gfc_warning_now(int opt, const char *gmsgid, ...) argument
1259 gfc_error_now(const char *gmsgid, ...) argument
1274 gfc_fatal_error(const char *gmsgid, ...) argument
1336 gfc_error_1(const char *gmsgid, ...) argument
1390 gfc_error(const char *gmsgid, va_list ap) argument
1445 gfc_error(const char *gmsgid, ...) argument
1459 gfc_error_now_1(const char *gmsgid, ...) argument
1489 gfc_internal_error(const char *gmsgid, ...) argument
[all...]
/haiku-buildtools/gcc/gcc/config/
H A Ddarwin-c.c73 #define BAD(gmsgid) do { warning (OPT_Wpragmas, gmsgid); return; } while (0)
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-pragma.c63 #define GCC_BAD(gmsgid) \
64 do { warning (OPT_Wpragmas, gmsgid); return; } while (0)
65 #define GCC_BAD2(gmsgid, arg) \
66 do { warning (OPT_Wpragmas, gmsgid, arg); return; } while (0)
H A Dc-pretty-print.c1229 c_pretty_printer::translate_string (const char *gmsgid)
1232 pp_c_ws_string (this, _(gmsgid));
1234 pp_c_ws_string (this, gmsgid);
1226 translate_string(const char *gmsgid) argument
H A Dc-common.c9878 c_parse_error (const char *gmsgid, enum cpp_ttype token_type,
9886 message = catenate_messages (gmsgid, " at end of input");
9912 message = catenate_messages (gmsgid, " before %s'%c'");
9914 message = catenate_messages (gmsgid, " before %s'\\x%x'");
9924 message = catenate_messages (gmsgid,
9931 message = catenate_messages (gmsgid, " before user-defined string literal");
9937 message = catenate_messages (gmsgid, " before string constant");
9939 message = catenate_messages (gmsgid, " before numeric constant");
9942 message = catenate_messages (gmsgid, " before %qE");
9948 message = catenate_messages (gmsgid, " befor
9861 c_parse_error(const char *gmsgid, enum cpp_ttype token_type, tree value, unsigned char token_flags) argument
11695 do_warn_double_promotion(tree result_type, tree type1, tree type2, const char *gmsgid, location_t loc) argument
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Derror.c3631 pedwarn_cxx98 (location_t location, int opt, const char *gmsgid, ...)
3637 va_start (ap, gmsgid);
3638 diagnostic_set_info (&diagnostic, gmsgid, &ap, location,
3628 pedwarn_cxx98(location_t location, int opt, const char *gmsgid, ...) argument
H A Dparser.c2595 cp_parser_error (cp_parser* parser, const char* gmsgid)
2612 c_parse_error (gmsgid,
2593 cp_parser_error(cp_parser* parser, const char* gmsgid) argument
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000-c.c61 #define SYNTAX_ERROR(gmsgid) do { \
62 warning (OPT_Wpragmas, gmsgid); \

Completed in 881 milliseconds