Searched defs:printf2 (Results 1 – 3 of 3) sorted by relevance
27 int (*printf2)(double format, ...) __attribute__((__format__(printf, 1, 2))); // expected-error {{format argument not a string type}} member
86 int Foo::printf2(const char *fmt, ...) { in printf2() function in Foo
69 extern void printf2(NSString *format, ...) __attribute__((format(printf, 1, 2))); function