Searched refs:__printf__ (Results 1 - 25 of 58) sorted by relevance

123

/external/clang/test/Sema/
H A Dno-format-y2k-turnsoff-format.c4 void foo(const char *, ...) __attribute__((__format__ (__printf__, 1, 2)));
H A Dblock-printf-attribute-1.c6 void (^b) (int arg, const char * format, ...) __attribute__ ((__format__ (__printf__, 1, 3))) = // expected-error {{format argument not a string type}}
7 ^ __attribute__ ((__format__ (__printf__, 1, 3))) (int arg, const char * format, ...) {}; // expected-error {{format argument not a string type}}
9 void (^z) (int arg, const char * format, ...) __attribute__ ((__format__ (__printf__, 2, 3))) = ^ __attribute__ ((__format__ (__printf__, 2, 3))) (int arg, const char * format, ...) {};
17 void (^vprintf_scanf) (const char *, va_list, const char *, ...) __attribute__((__format__(__printf__, 1, 0))) __attribute__((__format__(__scanf__, 3, 4))) =
18 ^ __attribute__((__format__(__printf__, 1, 0))) __attribute__((__format__(__scanf__, 3, 4))) (const char *str, va_list args, const char *fmt, ...) {};
H A Ddeclspec.c6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
H A Dformat-strings.c64 __attribute__((__format__ (__printf__, 2, 4)))
279 int asl_log(aslclient asl, aslmsg msg, int level, const char *format, ...) __attribute__((__format__ (__printf__, 4, 5)));
388 __attribute__((__format__(__printf__, 1, 0)))
427 int printf(const char * restrict, ...) __attribute__((__format__ (__printf__, 1, 2)));
565 __attribute__((__format__(__printf__, 1, 3)));
572 __attribute__((__format__(__printf__, 1, 3)));
599 __attribute__((__format__(__printf__, 1, 3)));
/external/bison/src/
H A Dcomplain.h42 __attribute__ ((__format__ (__printf__, 1, 2)));
45 __attribute__ ((__format__ (__printf__, 2, 3)));
52 __attribute__ ((__format__ (__printf__, 3, 4)));
57 __attribute__ ((__format__ (__printf__, 1, 2)));
60 __attribute__ ((__format__ (__printf__, 2, 3)));
67 __attribute__ ((__format__ (__printf__, 3, 4)));
73 __attribute__ ((__format__ (__printf__, 2, 3)));
79 __attribute__ ((__format__ (__printf__, 2, 3)));
84 __attribute__ ((__noreturn__, __format__ (__printf__, 1, 2)));
87 __attribute__ ((__noreturn__, __format__ (__printf__,
[all...]
H A Duniqstr.h36 __attribute__ ((__format__ (__printf__, 1, 2)));
/external/clang/test/Parser/
H A Dcxx-attributes.cpp5 __attribute__ (( __format__(__printf__,2,3) )) = 0;
7 __attribute__ (( __format__(__printf__,2,3) )) {}
/external/e2fsprogs/intl/
H A Dvasnprintf.h37 # define __printf__ printf macro
53 __attribute__ ((__format__ (__printf__, 3, 4)));
55 __attribute__ ((__format__ (__printf__, 3, 0)));
/external/bison/lib/
H A Derror.h26 gnulib and libintl do '#define printf __printf__' when they override
43 _GL_ATTRIBUTE_FORMAT ((__printf__, 3, 4));
47 _GL_ATTRIBUTE_FORMAT ((__printf__, 5, 6));
H A Dvasnprintf.h30 gnulib and libintl do '#define printf __printf__' when they override
71 _GL_ATTRIBUTE_FORMAT ((__printf__, 3, 4));
73 _GL_ATTRIBUTE_FORMAT ((__printf__, 3, 0));
/external/clang/test/SemaCXX/
H A Dprintf-block.cpp3 int (^block) (int, const char *,...) __attribute__((__format__(__printf__,2,3))) = ^ __attribute__((__format__(__printf__,2,3))) (int arg, const char *format,...) {return 5;};
H A Dprintf-cstr.cpp45 Printf(const char *,...) __attribute__((__format__(__printf__,2,3)));
H A Dformat-strings.cpp48 int test_null_format(const char *format, ...) __attribute__((__format__ (__printf__, 1, 2)));
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Draw_printer.h69 __attribute__ ((__format__ (__printf__, 2, 3)))
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Draw_printer.h69 __attribute__ ((__format__ (__printf__, 2, 3)))
H A Dinternal_logging.h138 __attribute__ ((__format__ (__printf__, 2, 3)))
/external/valgrind/main/coregrind/
H A Dpub_core_clreq.h63 __attribute__((format(__printf__, 1, 2), __unused__));
H A Dpub_core_debuglog.h78 __attribute__((format(__printf__, 3, 4)));
/external/ceres-solver/internal/ceres/
H A Dstringprintf.h58 __attribute__((__format__ (__printf__, string_index, first_to_check)))
/external/ipsec-tools/src/racoon/
H A Dplog.h99 __attribute__ ((__format__ (__printf__, 4, 5)));
/external/chromium_org/third_party/libxml/linux/include/libxml/
H A Dxmlversion.h433 # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
/external/chromium_org/third_party/libxml/mac/include/libxml/
H A Dxmlversion.h433 # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
/external/chromium_org/third_party/libxml/win32/include/libxml/
H A Dxmlversion.h433 # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
/external/libxml2/include/libxml/
H A Dxmlversion.h442 # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
/external/valgrind/main/coregrind/m_demangle/
H A Dansidecl.h321 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
349 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))

Completed in 752 milliseconds

123