Lines Matching refs:warning
9 printf("%d", x); // no-warning
10 …printf("%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'in…
11 …printf("%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i…
15 NSLog(@"%d", x); // no-warning
16 …NSLog(@"%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'in…
17 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i…
18 NSLog(@"%@", x); // expected-warning{{format specifies type 'id' but the argument has type 'int'}}
25 …printf("%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'char …
26 printf("%s", x); // no-warning
27 …printf("%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'c…
31 …NSLog(@"%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'char …
32 NSLog(@"%s", x); // no-warning
33 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'c…
34 …NSLog(@"%@", x); // expected-warning{{format specifies type 'id' but the argument has type 'char *…
41 NSLog(@"%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'id'}}
42 …NSLog(@"%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'id…
43 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i…
44 NSLog(@"%@", x); // no-warning
52 …NSLog(@"%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'CFStr…
53 …NSLog(@"%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'CF…
54 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'C…
55 NSLog(@"%@", x); // no-warning
63 …NSLog(@"%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'block…
64 …NSLog(@"%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'bl…
65 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'b…
66 NSLog(@"%@", x); // no-warning
73 …NSLog(@"%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'Class…
74 …NSLog(@"%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'Cl…
75 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'C…
76 NSLog(@"%@", x); // no-warning
85 …NSLog(@"%@", x); // expected-warning{{format specifies type 'id' but the argument has type 'NSStri…
92 …NSLog(@"%@", x); // expected-warning{{format specifies type 'id' but the argument has type 'enum S…