HomeSort by relevance Sort by last modified time
    Searched refs:__printf__ (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/clang/test/Sema/
no-format-y2k-turnsoff-format.c 4 void foo(const char *, ...) __attribute__((__format__ (__printf__, 1, 2)));
block-printf-attribute-1.c 6 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, ...) {};
  /external/bison/src/
complain.h 42 __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__, 2, 3)))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
err.h 36 __attribute__ ((__format__ (__printf__, 1, 2)));
38 __attribute__ ((__format__ (__printf__, 1, 0)));
42 __attribute__ ((__format__ (__printf__, 1, 2)));
44 __attribute__ ((__format__ (__printf__, 1, 0)));
48 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 3)));
50 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 0)));
52 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 3)));
54 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 0)));
error.h 33 __attribute__ ((__format__ (__printf__, 3, 4)));
37 __attribute__ ((__format__ (__printf__, 5, 6)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
err.h 36 __attribute__ ((__format__ (__printf__, 1, 2)));
38 __attribute__ ((__format__ (__printf__, 1, 0)));
42 __attribute__ ((__format__ (__printf__, 1, 2)));
44 __attribute__ ((__format__ (__printf__, 1, 0)));
48 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 3)));
50 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 0)));
52 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 3)));
54 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 0)));
error.h 33 __attribute__ ((__format__ (__printf__, 3, 4)));
37 __attribute__ ((__format__ (__printf__, 5, 6)));
  /external/e2fsprogs/intl/
vasnprintf.h 37 # define __printf__ printf macro
53 __attribute__ ((__format__ (__printf__, 3, 4)));
55 __attribute__ ((__format__ (__printf__, 3, 0)));
  /ndk/sources/host-tools/sed-4.2.1/lib/
error.h 30 # define __printf__ printf macro
43 __attribute__ ((__format__ (__printf__, 3, 4)));
47 __attribute__ ((__format__ (__printf__, 5, 6)));
stdio.in.h 61 # define __printf__ printf
78 __attribute__ ((__format__ (__printf__, 2, 3)));
83 __attribute__ ((__format__ (__printf__, 2, 3)));
97 __attribute__ ((__format__ (__printf__, 2, 0)));
102 __attribute__ ((__format__ (__printf__, 2, 0)));
115 # define printf __printf__
117 __attribute__ ((__format__ (__printf__, 1, 2)));
121 # define printf __printf__
123 __attribute__ ((__format__ (__printf__, 1, 2)));
134 # define ____printf____ __printf__
    [all...]
  /art/runtime/base/
stringprintf.h 27 __attribute__((__format__(__printf__, 1, 2)));
31 __attribute__((__format__(__printf__, 2, 3)));
  /external/bison/lib/
error.h 26 gnulib and libintl do '#define printf __printf__' when they override
43 _GL_ATTRIBUTE_FORMAT ((__printf__, 3, 4));
47 _GL_ATTRIBUTE_FORMAT ((__printf__, 5, 6));
vasnprintf.h 30 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/
printf-block.cpp 3 int (^block) (int, const char *,...) __attribute__((__format__(__printf__,2,3))) = ^ __attribute__((__format__(__printf__,2,3))) (int arg, const char *format,...) {return 5;};
  /external/clang/test/Parser/
cxx-attributes.cpp 5 __attribute__ (( __format__(__printf__,2,3) )) = 0;
7 __attribute__ (( __format__(__printf__,2,3) )) {}
  /external/fio/
log.h 10 extern int log_err(const char *format, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
11 extern int log_info(const char *format, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
syslog.h 26 __attribute__ ((__format__ (__printf__, 3, 4)));
43 __attribute__ ((__format__ (__printf__, 3, 0)));
error.h 28 __attribute__ ((__format__ (__printf__, 3, 4)));
32 __attribute__ ((__noreturn__, __format__ (__printf__, 3, 4)));
52 __attribute__ ((__format__ (__printf__, 5, 6)));
59 __attribute__ ((__noreturn__, __format__ (__printf__, 5, 6)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
syslog.h 26 __attribute__ ((__format__ (__printf__, 3, 4)));
43 __attribute__ ((__format__ (__printf__, 3, 0)));
error.h 28 __attribute__ ((__format__ (__printf__, 3, 4)));
32 __attribute__ ((__noreturn__, __format__ (__printf__, 3, 4)));
52 __attribute__ ((__format__ (__printf__, 5, 6)));
59 __attribute__ ((__noreturn__, __format__ (__printf__, 5, 6)));
  /external/chromium_org/third_party/tcmalloc/chromium/src/
raw_printer.h 69 __attribute__ ((__format__ (__printf__, 2, 3)))
  /external/chromium_org/third_party/tcmalloc/vendor/src/
raw_printer.h 69 __attribute__ ((__format__ (__printf__, 2, 3)))
  /system/core/logd/
LogAudit.h 38 __attribute__ ((__format__ (__printf__, 2, 3)));
  /external/valgrind/main/coregrind/
pub_core_clreq.h 63 __attribute__((format(__printf__, 1, 2), __unused__));
pub_core_debuglog.h 78 __attribute__((format(__printf__, 3, 4)));

Completed in 1568 milliseconds

1 2 3 4 5