Lines Matching refs:directive
1 // RUN: %clang_cc1 -Wcstring-format-directive -verify -fsyntax-only %s
33 …ength %c name %s", 1, 'a', "something"]; // expected-warning {{using %s directive in NSString whic…
34 …tringWithFormat : @"Hello%s", " There"]; // expected-warning {{using %s directive in NSString whic…
35 …[pns initWithFormat : @"Hello%s %d %d", "Hello", 1, 2]; // expected-warning {{using %s directive i…
36 …%s %d %d" locale:0 arguments: argList]; // expected-warning {{using %s directive in NSString whic…
37 …tringWithFormat : @"Hello%s", " There"]; // expected-warning {{using %s directive in NSString whic…
63 …lloc, 0, (CFStringRef)@"%s\n", argList); // expected-warning {{using %s directive in CFString whic…
64 …ringRef)"Hello %s there %d\n", argList); // expected-warning {{using %s directive in CFString whic…
74 …MyNSLog(@"%s\n", "Hello"); // expected-warning {{using %s directive in CFString which is being pas…
76 …MyCFStringCreateWithFormat((CFStringRef)@"%s", "Hello"); // expected-warning {{using %s directive …
77 …XMyNSLog(4, @"%s\n", "Hello"); // expected-warning {{using %s directive in CFString which is being…