Searched refs:warning_at (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/plugin/
H A Dselfassign.c190 warning_at (location, 0, G_("%qE is assigned to itself"), lhs);
192 warning_at (location, 0, G_("self-assignment detected"));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/plugin/
H A Dselfassign.c190 warning_at (location, 0, G_("%qE is assigned to itself"), lhs);
192 warning_at (location, 0, G_("self-assignment detected"));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtoplev.h63 extern bool warning_at (location_t, int, const char *, ...)
H A Dc-decl.c700 warning_at (DECL_SOURCE_LOCATION (decl),
1467 warning_at (loc, OPT_Wc___compat,
2037 warned |= warning_at (DECL_SOURCE_LOCATION (newdecl),
2534 warning_at (DECL_SOURCE_LOCATION (old_decl), OPT_Wshadow,
2897 warning_at (loc, 0, "incompatible implicit declaration of "
3056 warning_at (goto_loc, OPT_Wjump_misses_init,
3259 warning_at (location, OPT_Wtraditional,
3321 warning_at (case_loc, OPT_Wjump_misses_init,
4414 warning_at (DECL_SOURCE_LOCATION (decl), OPT_Wc___compat,
4548 warning_at (lo
[all...]
H A Dc-typeck.c1195 warning_at (location, OPT_Wc___compat,
2153 warning_at (loc, 0, "dereferencing %<void *%> pointer");
2395 warning_at (loc, OPT_Wc___compat,
2665 if (warning_at (loc, 0, "function called through a non-compatible type"))
3132 warning_at (location, OPT_Waddress,
3137 warning_at (location, OPT_Waddress,
3151 warning_at (location, OPT_Wenum_compare,
3475 warning_at (location, OPT_Wc___compat,
3478 warning_at (location, OPT_Wc___compat,
4029 warning_at (colon_lo
[all...]
H A Dlto-symtab.c514 diagnosed_p |= warning_at (DECL_SOURCE_LOCATION (decl), 0,
521 diagnosed_p |= warning_at (DECL_SOURCE_LOCATION (decl), 0,
H A Dc-common.c1597 warning_at (loc, OPT_Woverflow, "integer overflow in expression");
1601 warning_at (loc, OPT_Woverflow,
1606 warning_at (loc, OPT_Woverflow, "fixed-point overflow in expression");
1610 warning_at (loc, OPT_Woverflow, "vector overflow in expression");
1615 warning_at (loc, OPT_Woverflow,
1618 warning_at (loc, OPT_Woverflow,
1662 warning_at (location, OPT_Wlogical_op, "logical %<or%>"
1665 warning_at (location, OPT_Wlogical_op, "logical %<and%>"
1709 warning_at (location, OPT_Wlogical_op,
1713 warning_at (locatio
[all...]
H A Dtree-vrp.c5091 warning_at (location, OPT_Warray_bounds,
5106 warning_at (location, OPT_Warray_bounds,
5113 warning_at (location, OPT_Warray_bounds,
5774 warning_at (location, OPT_Wstrict_overflow, "%s", warnmsg);
5804 warning_at (location, OPT_Wtype_limits,
6580 warning_at (location, OPT_Wstrict_overflow,
6584 warning_at (location, OPT_Wstrict_overflow,
6666 warning_at (location, OPT_Wstrict_overflow,
6748 warning_at (location, OPT_Wstrict_overflow,
H A Dc-lex.c268 warning_at (fe_loc, OPT_Wunknown_pragmas, "ignoring #pragma %s %s",
H A Ddiagnostic.c565 warning_at (location_t location, int opt, const char *gmsgid, ...)
562 warning_at (location_t location, int opt, const char *gmsgid, ...) function
H A Dcgraphunit.c907 warning_at (DECL_SOURCE_LOCATION (node->decl), OPT_Wattributes,
927 warning_at (DECL_SOURCE_LOCATION (vnode->decl), OPT_Wattributes,
H A Dc-parser.c232 warning_at (token->location,
3986 warning_at (loc, OPT_Wempty_body,
4013 warning_at (loc,
4144 warning_at (c_parser_peek_token (parser)->location,
4305 warning_at (c_parser_peek_token (parser)->location,
5111 warning_at (op_loc,
7460 warning_at (expr_loc, 0,
H A Dtree-cfg.c7097 warning_at (location, 0, "%<noreturn%> function does return");
7117 warning_at (location, OPT_Wreturn_type, "control reaches end of non-void function");
7179 warning_at (DECL_SOURCE_LOCATION (cfun->decl), OPT_Wmissing_noreturn,
7250 warning_at (loc, OPT_Wunused_result,
7255 warning_at (loc, OPT_Wunused_result,
H A Dbuiltins.c503 warning_at (loc, 0, "offset outside bounds of constant string");
4649 warned = warning_at (loc, 0,
11688 warning_at (tree_nonartificial_location (exp),
11831 warning_at (loc, 0, "%Kcall to %D might overflow destination buffer",
11841 warning_at (loc, 0, "%Kcall to %D will always overflow destination buffer",
11897 warning_at (tree_nonartificial_location (exp),
11918 warning_at (tree_nonartificial_location (exp),
11921 warning_at (tree_nonartificial_location (exp),
H A Dtree-ssa.c1671 if (warning_at (location, OPT_Wuninitialized, gmsgid, var))
H A Dstmt.c1553 warning_at (locus, OPT_Wunused_value, "value computed is not used");
H A Dtree-ssa-loop-niter.c1884 warning_at ((LOCATION_LINE (loc) > 0) ? loc : input_location,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dexcept.c996 warning_at (EXPR_LOCATION (handler), 0,
999 warning_at (EXPR_LOCATION (master), 0,
H A Dname-lookup.c1048 warning_at (input_location, OPT_Wshadow,
1050 warning_at (DECL_SOURCE_LOCATION (oldlocal), OPT_Wshadow,
1081 warning_at (input_location, OPT_Wshadow,
1083 warning_at (DECL_SOURCE_LOCATION (oldlocal), OPT_Wshadow,
1090 warning_at (input_location, OPT_Wshadow,
1092 warning_at (DECL_SOURCE_LOCATION (oldglobal), OPT_Wshadow,
H A Dinit.c468 warning_at (DECL_SOURCE_LOCATION (current_function_decl), OPT_Weffc__,
707 warning_at (DECL_SOURCE_LOCATION (current_function_decl),
860 warning_at (DECL_SOURCE_LOCATION (current_function_decl), OPT_Wextra,
H A Dcvt.c1146 warning_at (input_location, OPT_Wconversion_null,
H A Ddecl.c1483 warning_at (input_location, 0, "prototype for %q+#D", newdecl);
1484 warning_at (DECL_SOURCE_LOCATION (olddecl), 0,
2080 warning_at (input_location, OPT_Wattributes,
2082 warning_at (DECL_SOURCE_LOCATION (olddecl), OPT_Wattributes,
4700 warning_at (input_location, 0,
4704 warning_at (DECL_SOURCE_LOCATION (decl), 0,
H A Dcall.c4807 warning_at (input_location, OPT_Wconversion_null,
4811 warning_at (input_location, OPT_Wconversion_null,
4817 warning_at (input_location, OPT_Wconversion_null,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.c549 warning_at (0, 0, "%<-fobjc-gc%> is ignored for %<-fgnu-runtime%>");
2613 warning_at (loc, 0, "creating selector for nonexistent method %qE",
3898 warning_at (EXPR_LOCATION (stmt), 0, " by earlier handler for %<%T%>",
6178 warning_at (input_location, 0,
6190 warning_at (input_location, 0,
6556 warning_at (input_location,
6558 warning_at (input_location,
6560 warning_at (input_location,
8769 warning_at (DECL_SOURCE_LOCATION (method), 0,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.c4716 warning_at (DECL_SOURCE_LOCATION (decl), 0,
4725 warning_at (DECL_SOURCE_LOCATION (decl), 0,

Completed in 493 milliseconds

12