/external/bison/lib/ |
libiberty.h | 26 # ifndef __attribute__ 28 # define __attribute__(x) macro 32 # define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
|
/external/e2fsprogs/intl/ |
vasnprintf.h | 28 #ifndef __attribute__ 31 # define __attribute__(Spec) /* empty */ macro 53 __attribute__ ((__format__ (__printf__, 3, 4))); 55 __attribute__ ((__format__ (__printf__, 3, 0)));
|
/external/ipsec-tools/src/racoon/ |
gnuc.h | 27 * __dead void foo(void) __attribute__((volatile)); 35 #ifndef __attribute__ 36 #define __attribute__(args) macro 43 #ifndef __attribute__ 44 #define __attribute__(args) macro
|
/external/tcpdump/ |
machdep.c | 40 #define __attribute__(x) macro 49 __attribute__((format(printf, 3, 4)));
|
interface.h | 32 #define __attribute__(x) macro 45 __attribute__((format(printf, 3, 4))); 50 __attribute__((format(printf, 3, 0))); 152 __attribute__((noreturn, format (printf, 1, 2))); 153 extern void warning(const char *, ...) __attribute__ ((format (printf, 1, 2)));
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
error.h | 21 #ifndef __attribute__ 24 # define __attribute__(Spec) /* empty */ macro 43 __attribute__ ((__format__ (__printf__, 3, 4))); 47 __attribute__ ((__format__ (__printf__, 5, 6)));
|
xalloc.h | 30 # ifndef __attribute__ 32 # define __attribute__(x) macro 37 # define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__)) 42 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
|
obstack.c | 410 # ifndef __attribute__ 413 # define __attribute__(Spec) /* empty */ 418 __attribute__ ((noreturn)) 409 # define __attribute__ macro
|
string.in.h | 34 #ifndef __attribute__ 37 # define __attribute__(Spec) /* empty */ macro 59 __attribute__ ((__pure__)); 77 __attribute__ ((__pure__)); 107 __attribute__ ((__pure__)); 123 __attribute__ ((__pure__)); 177 __attribute__ ((__pure__)); 227 __attribute__ ((__pure__)); 254 __attribute__ ((__pure__)); 338 __attribute__ ((__pure__)) [all...] |
/external/bison/src/ |
system.h | 84 # ifndef __attribute__ 88 # define __attribute__(Spec) /* empty */ macro 100 # define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__)) 104 # define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
|
/bionic/libc/include/sys/ |
cdefs.h | 156 * GCC2 uses a new, peculiar __attribute__((attrs)) style. All of 161 #define __attribute__(x) /* delete __attribute__ if non-gcc or gcc1 */ macro 175 #define __unused __attribute__((__unused__)) 180 #define __pure2 __attribute__((__const__)) /* Android-added: used by FreeBSD libm */ 183 #define __used __attribute__((__used__)) 189 #define __packed __attribute__((__packed__)) 190 #define __aligned(x) __attribute__((__aligned__(x))) 191 #define __section(x) __attribute__((__section__(x))) 214 #define __nonnull(args) __attribute__((__nonnull__ args) [all...] |
/development/ndk/platforms/android-3/include/sys/ |
cdefs.h | 187 * GCC2 uses a new, peculiar __attribute__((attrs)) style. All of 192 #define __attribute__(x) /* delete __attribute__ if non-gcc or gcc1 */ macro 206 #define __unused __attribute__((__unused__)) 212 #define __used __attribute__((__used__)) 218 #define __packed __attribute__((__packed__)) 219 #define __aligned(x) __attribute__((__aligned__(x))) 220 #define __section(x) __attribute__((__section__(x))) 338 #define __noreturn __attribute__((__noreturn__)) 339 #define __mallocfunc __attribute__((malloc) [all...] |
/development/ndk/platforms/android-9/include/sys/ |
cdefs.h | 156 * GCC2 uses a new, peculiar __attribute__((attrs)) style. All of 161 #define __attribute__(x) /* delete __attribute__ if non-gcc or gcc1 */ macro 175 #define __unused __attribute__((__unused__)) 181 #define __used __attribute__((__used__)) 187 #define __packed __attribute__((__packed__)) 188 #define __aligned(x) __attribute__((__aligned__(x))) 189 #define __section(x) __attribute__((__section__(x))) 307 #define __noreturn __attribute__((__noreturn__)) 308 #define __mallocfunc __attribute__((malloc) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_debug.h | 98 * define macro for gcc specific __attribute__ if using alternative compiler 101 #define __attribute__(x) /*empty*/ macro 108 ...) __attribute__((format(printf,3,4)));
|
/external/linux-tools-perf/util/ |
util.h | 149 #define NORETURN __attribute__((__noreturn__)) 152 #ifndef __attribute__ 153 #define __attribute__(x) macro 159 extern void die(const char *err, ...) NORETURN __attribute__((format (printf, 1, 2))); 160 extern int error(const char *err, ...) __attribute__((format (printf, 1, 2))); 161 extern void warning(const char *err, ...) __attribute__((format (printf, 1, 2))); 210 extern void *xrealloc(void *ptr, size_t size) __attribute__((weak));
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_debug.h | 98 * define macro for gcc specific __attribute__ if using alternative compiler 101 #define __attribute__(x) /*empty*/ macro 108 ...) __attribute__((format(printf,3,4)));
|
/external/valgrind/main/coregrind/m_demangle/ |
ansidecl.h | 108 wrappers around __attribute__. Also, __extension__ will be #defined 252 # define __attribute__(x) macro 258 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__)) 283 #define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) 295 #define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__)) 301 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m))) 310 # define ATTRIBUTE_PURE __attribute__ ((__pure__)) 321 #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))) 363 # define ATTRIBUTE_SENTINEL __attribute__ ((__sentinel__) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/ |
ansidecl.h | 108 wrappers around __attribute__. Also, __extension__ will be #defined 252 # define __attribute__(x) macro 258 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__)) 283 #define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) 295 #define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__)) 301 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m))) 310 # define ATTRIBUTE_PURE __attribute__ ((__pure__)) 321 #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))) 363 # define ATTRIBUTE_SENTINEL __attribute__ ((__sentinel__) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ansidecl.h | 108 wrappers around __attribute__. Also, __extension__ will be #defined 252 # define __attribute__(x) macro 258 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__)) 283 #define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) 295 #define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__)) 301 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m))) 310 # define ATTRIBUTE_PURE __attribute__ ((__pure__)) 321 #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))) 363 # define ATTRIBUTE_SENTINEL __attribute__ ((__sentinel__) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/ |
ansidecl.h | 108 wrappers around __attribute__. Also, __extension__ will be #defined 252 # define __attribute__(x) macro 258 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__)) 283 #define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) 295 #define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__)) 301 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m))) 310 # define ATTRIBUTE_PURE __attribute__ ((__pure__)) 321 #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))) 363 # define ATTRIBUTE_SENTINEL __attribute__ ((__sentinel__) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/ |
ansidecl.h | 108 wrappers around __attribute__. Also, __extension__ will be #defined 252 # define __attribute__(x) macro 258 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__)) 283 #define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) 295 #define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__)) 301 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m))) 310 # define ATTRIBUTE_PURE __attribute__ ((__pure__)) 321 #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))) 363 # define ATTRIBUTE_SENTINEL __attribute__ ((__sentinel__) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ansidecl.h | 108 wrappers around __attribute__. Also, __extension__ will be #defined 252 # define __attribute__(x) macro 258 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__)) 283 #define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) 295 #define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__)) 301 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m))) 310 # define ATTRIBUTE_PURE __attribute__ ((__pure__)) 321 #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))) 363 # define ATTRIBUTE_SENTINEL __attribute__ ((__sentinel__) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/ |
ansidecl.h | 108 wrappers around __attribute__. Also, __extension__ will be #defined 252 # define __attribute__(x) macro 258 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__)) 283 #define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) 295 #define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__)) 301 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m))) 310 # define ATTRIBUTE_PURE __attribute__ ((__pure__)) 321 #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))) 363 # define ATTRIBUTE_SENTINEL __attribute__ ((__sentinel__) [all...] |
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/ |
ansidecl.h | 108 wrappers around __attribute__. Also, __extension__ will be #defined 252 # define __attribute__(x) macro 258 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__)) 283 #define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) 295 #define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__)) 301 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m))) 310 # define ATTRIBUTE_PURE __attribute__ ((__pure__)) 321 #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))) 363 # define ATTRIBUTE_SENTINEL __attribute__ ((__sentinel__) [all...] |
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/ |
ansidecl.h | 108 wrappers around __attribute__. Also, __extension__ will be #defined 252 # define __attribute__(x) macro 258 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__)) 283 #define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) 295 #define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__)) 301 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m))) 310 # define ATTRIBUTE_PURE __attribute__ ((__pure__)) 321 #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))) 363 # define ATTRIBUTE_SENTINEL __attribute__ ((__sentinel__) [all...] |