Home | History | Annotate | Download | only in perf

Lines Matching defs:warning

63 // warning: ignoring return value of ?fwrite?, declared with attribute
1916 | 18 SETD | 1A SETB | 1C SETV | 1E WARNING|
1989 /* set error/warning display callback */
1993 /* set/reset a warning */
2473 /* warning switches */
2564 /* warning: the following compare tokens depend on i386 asm code */
2631 /* WARNING: the content of this string encodes token numbers */
2779 DEF(TOK_WARNING, "warning")
2915 /* WARNING: relative order of tokens is important. */
4111 DEF(TOK_WARNING, "warning")
4247 /* WARNING: relative order of tokens is important. */
7054 strcat_printf(buf, sizeof(buf), "warning: ");
7109 void warning(const char *fmt, ...)
8237 warning("label '%s' declared but not used", get_tok_str(s->v, NULL));
8725 warning("#warning %s", buf);
8832 warning("unknown escape sequence: \'\\%c\'", c);
8834 warning("unknown escape sequence: \'\\x%x\'", c);
9414 warning("multi-character character constant");
9953 warning("pasting \"%s\" and \"%s\" does not give a valid preprocessing token", cstr.data, p2);
11194 /* accept comparison between pointer and integer with a warning */
11196 warning("comparison between pointer and integer");
11224 warning("comparison of distinct pointer types lacks a cast");
11813 warning("assignment of read-only location");
11820 /* accept implicit pointer to integer cast with warning */
11822 warning("assignment makes pointer from integer without a cast");
11852 warning("assignment discards qualifiers from pointer target type");
11859 warning("assignment makes integer from pointer without a cast");
11895 warning("assignment of read-only location");
12103 warning("'%s' attribute ignored", get_tok_str(t, NULL));
12710 type.t &= ~VT_CONSTANT; /* need to do that to avoid false warning */
13005 warning("implicit declaration of function '%s'",
13738 warning("empty case range");
13819 warning("deprecated use of label at end of compound statement");
13994 dtype.t &= ~VT_CONSTANT; /* need to do that to avoid false warning */
14115 warning("initializer-string for array is too long");
14136 warning in this case since it is standard) */
14432 addr = 0; /* avoid warning */
14845 section_sym = 0; /* avoid warning */
15041 #define OPT_REG8 0 /* warning: value is hardcoded from TOK_ASM_xxx */
15042 #define OPT_REG16 1 /* warning: value is hardcoded from TOK_ASM_xxx */
15043 #define OPT_REG32 2 /* warning: value is hardcoded from TOK_ASM_xxx */
15044 #define OPT_MMX 3 /* warning: value is hardcoded from TOK_ASM_xxx */
15045 #define OPT_SSE 4 /* warning: value is hardcoded from TOK_ASM_xxx */
15046 #define OPT_CR 5 /* warning: value is hardcoded from TOK_ASM_xxx */
15047 #define OPT_TR 6 /* warning: value is hardcoded from TOK_ASM_xxx */
15048 #define OPT_DB 7 /* warning: value is hardcoded from TOK_ASM_xxx */
16131 op->type = 1 << (reg >> 3); /* WARNING: do not change constant order */
16331 s = 0; /* avoid warning */
19241 dynstr = NULL; /* avoid warning */
19242 saved_dynamic_data_offset = 0; /* avoid warning */
19360 warning("undefined dynamic symbol '%s'", name);
20240 dynsym = NULL; /* avoid warning */
20241 dynstr = NULL; /* avoid warning */
21183 #define WD_ALL 0x0001 /* warning is activated when using -Wall */
21225 /* set/reset a warning */
21303 " -Wwarning set or reset (with 'no-' prefix) 'warning' (see man page)\n"
21630 warning("unsupported option '%s'", r);