OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:printf2
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
format-strings.cpp
30
int
printf2
(const char *, ...);
71
int Foo::
printf2
(const char *fmt, ...) {
function in class:Foo
/external/clang/test/Sema/
attr-format.c
23
int (*
printf2
)(double format, ...) __attribute__((__format__(printf, 1, 2))); // expected-error {{format argument not a string type}}
member in struct:_mystruct
Completed in 52 milliseconds