HomeSort by relevance Sort by last modified time
    Searched defs:__attribute__ (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/bison/lib/
error.h 22 #ifndef __attribute__
25 # define __attribute__(Spec) /* empty */ macro
44 __attribute__ ((__format__ (__printf__, 3, 4)));
48 __attribute__ ((__format__ (__printf__, 5, 6)));
libiberty.h 26 # ifndef __attribute__
28 # define __attribute__(x) macro
32 # define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
xalloc.h 31 # ifndef __attribute__
33 # define __attribute__(x) macro
38 # define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))
subpipe.c 74 #ifndef __attribute__
78 # define __attribute__(Spec) /* empty */ macro
83 # define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
obstack.c 420 # ifndef __attribute__
423 # define __attribute__(Spec) /* empty */
428 __attribute__ ((noreturn))
419 # define __attribute__ macro
  /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 93 #ifndef __attribute__
97 # define __attribute__(Spec) /* empty */ macro
109 # define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))
113 # 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__))
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...]
  /development/ndk/platforms/android-3/include/sys/
cdefs.h 162 * GCC2 uses a new, peculiar __attribute__((attrs)) style. All of
167 #define __attribute__(x) /* delete __attribute__ if non-gcc or gcc1 */ macro
181 #define __unused __attribute__((__unused__))
187 #define __used __attribute__((__used__))
193 #define __packed __attribute__((__packed__))
194 #define __aligned(x) __attribute__((__aligned__(x)))
195 #define __section(x) __attribute__((__section__(x)))
313 #define __noreturn __attribute__((__noreturn__))
314 #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/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/valgrind/main/coregrind/m_demangle/
ansidecl.h 107 wrappers around __attribute__. Also, __extension__ will be #defined
247 # define __attribute__(x) macro
253 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
269 #define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
281 #define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))
287 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m)))
296 # define ATTRIBUTE_PURE __attribute__ ((__pure__))
307 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
335 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))
349 # 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-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/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/x86/i686-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...]

Completed in 1723 milliseconds

1 2 3 4