Lines Matching refs:but
39 // but clang will implicitly add the attribute if it's not written.
60 …printf("%i ",test); // expected-warning{{format specifies type 'int' but the argument has type 'lo…
61 …NSLog(@"%i ",test); // expected-warning{{format specifies type 'int' but the argument has type 'lo…
62 …CFStringCreateWithFormat(CFSTR("%i"),test); // expected-warning{{format specifies type 'int' but t…
99 …NSLog(@"%@ %@", x, (BOOL) 1); // expected-warning {{format specifies type 'id' but the argument ha…
152 …ng{{format specifies type 'const unichar *' (aka 'const unsigned short *') but the argument has ty…
161 …ng{{format specifies type 'const unichar *' (aka 'const unsigned short *') but the argument has ty…
169 …/ expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has ty…
214 …eConstantString("%@"), 1); // expected-warning{{format specifies type 'id' but the argument has ty…
237 …format string was 'int'}} expected-warning 2 {{format specifies type 'int' but the argument has ty…
246 …< 0 ? -__a : __a; })); // expected-warning 2 {{format specifies type 'int' but the argument has ty…
251 …/ expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has ty…