Searched refs:printf2 (Results 1 - 2 of 2) sorted by path

/external/clang/test/Sema/
H A Dattr-format.c23 int (*printf2)(double format, ...) __attribute__((__format__(printf, 1, 2))); // expected-error {{format argument not a string type}} member in struct:_mystruct
/external/clang/test/SemaCXX/
H A Dformat-strings.cpp30 int printf2(const char *, ...);
71 int Foo::printf2(const char *fmt, ...) { function in class:Foo

Completed in 619 milliseconds