Lines Matching defs:s1
12 struct s1 { int i; } __attribute__((format_arg(1))); // expected-warning {{'format_arg' attribute … struct
13 …ibute__((format_arg(1))); // expected-warning {{'format_arg' attribute only applies to functions}}
14 …ribute__((format_arg(1))); // expected-warning {{'format_arg' attribute only applies to functions}}
16 extern NSString *ff3 (const NSString *) __attribute__((format_arg(3-2)));
17 …tring *) __attribute__((format_arg(foo))); // expected-error {{use of undeclared identifier 'foo'}}
20 …*fi0 (int) __attribute__((format_arg(1))); // expected-error {{format argument not a string type}}
21 extern NSString *fi1 (NSString *) __attribute__((format_arg(1)));
23 extern NSString *fi2 (NSString *) __attribute__((format_arg(1)));
25 …SString *) __attribute__((format_arg(1))); // expected-error {{function does not return NSString}}
26 extern NSString *fi4 (const NSString *) __attribute__((format_arg(1)));
27 extern NSString *fi5 (const NSString *) __attribute__((format_arg(1)));