Lines Matching defs:s1
24 struct s1 { int i; } __attribute__((format_arg(1))); // expected-warning {{'format_arg' attribute … argument
25 …; } __attribute__((format_arg(1))); // expected-warning {{'format_arg' attribute only applies to}}
26 …V0 } __attribute__((format_arg(1))); // expected-warning {{'format_arg' attribute only applies to}}
28 extern NSString *ff3 (const NSString *) __attribute__((format_arg(3-2)));
29 …tring *) __attribute__((format_arg(foo))); // expected-error {{use of undeclared identifier 'foo'}}
32 …*fi0 (int) __attribute__((format_arg(1))); // expected-error {{format argument not a string type}}
33 extern NSString *fi1 (NSString *) __attribute__((format_arg(1)));
35 extern NSString *fi2 (NSString *) __attribute__((format_arg(1)));
37 …SString *) __attribute__((format_arg(1))); // expected-error {{function does not return NSString}}
38 extern NSString *fi4 (const NSString *) __attribute__((format_arg(1)));
39 extern NSString *fi5 (const NSString *) __attribute__((format_arg(1)));
41 extern NSAttributedString *fattrs (const NSString *) __attribute__((format_arg(1)));