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

1 2

  /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/e2fsprogs/lib/support/
common.h 18 #ifndef __attribute__
20 # define __attribute__(x) macro
  /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 35 #define __attribute__(x) macro
45 __attribute__((format(printf, 3, 4)))
netdissect-stdinc.h 217 #define __attribute__(x) macro
226 * This assumes that, for all compilers that support __attribute__:
228 * 1) they support __attribute__((packed));
249 * at least for compilers where it's implemented as __attribute__((packed)).
254 #define UNALIGNED __attribute__((packed))
  /external/f2fs-tools/fsck/
common.h 12 #ifndef __attribute__
14 # define __attribute__(x) macro
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
fficonfig.h 8 #define __attribute__(x) /* */ macro
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
fficonfig.h 8 #define __attribute__(x) /* */ macro
  /external/strace/
gcc_compat.h 36 # define __attribute__(x) /* empty */ macro
41 # define ATTRIBUTE_NORETURN __attribute__((__noreturn__))
47 # define ATTRIBUTE_FORMAT(args) __attribute__((__format__ args))
48 # define ATTRIBUTE_ALIGNED(arg) __attribute__((__aligned__(arg)))
49 # define ATTRIBUTE_PACKED __attribute__((__packed__))
67 # define ATTRIBUTE_MALLOC __attribute__((__malloc__))
73 # define ATTRIBUTE_NOINLINE __attribute__((__noinline__))
79 # define ATTRIBUTE_SENTINEL __attribute__((__sentinel__))
91 # define ATTRIBUTE_ALLOC_SIZE(args) __attribute__((__alloc_size__ args))
  /external/libedit/src/
sys.h 47 #if !defined(__attribute__) && (defined(__cplusplus) || !defined(__GNUC__) || __GNUC__ == 2 && __GNUC_MINOR__ < 8)
48 # define __attribute__(A) macro
  /external/libusb/examples/
ezusb.h 26 #define __attribute__(x) macro
  /external/syslinux/gpxe/src/include/gpxe/
tables.h 169 #define __attribute__( x ) macro
239 __attribute__ (( __section__ ( __table_section ( table, idx ) ),\
401 * icc ignores __attribute__ (( aligned (x) )) when it is used to
  /external/libcups/cups/
versioning.h 33 # define AVAILABLE_MAC_OS_X_VERSION_10_3_AND_LATER __attribute__((unavailable))
36 # define AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER __attribute__((unavailable))
39 # define AVAILABLE_MAC_OS_X_VERSION_10_5_AND_LATER __attribute__((unavailable))
42 # define AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER __attribute__((unavailable))
45 # define AVAILABLE_MAC_OS_X_VERSION_10_7_AND_LATER __attribute__((unavailable))
48 # define AVAILABLE_MAC_OS_X_VERSION_10_8_AND_LATER __attribute__((unavailable))
51 # define AVAILABLE_MAC_OS_X_VERSION_10_9_AND_LATER __attribute__((unavailable))
54 # define AVAILABLE_MAC_OS_X_VERSION_10_10_AND_LATER __attribute__((unavailable))
57 # define AVAILABLE_MAC_OS_X_VERSION_10_12_AND_LATER __attribute__((unavailable))
60 # define AVAILABLE_MAC_OS_X_VERSION_10_13_AND_LATER __attribute__((unavailable)
166 # define __attribute__ macro
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
EfiCdefs.h 191 * GCC2 uses a new, peculiar __attribute__((attrs)) style. All of
196 #define __attribute__(x) /* delete __attribute__ if non-gcc or gcc1 */ macro
210 #define __unused __attribute__((__unused__))
211 #define __noreturn __attribute__((__noreturn__))
218 #define __used __attribute__((__used__))
224 #define __packed __attribute__((__packed__))
225 #define __aligned(x) __attribute__((__aligned__(x)))
226 #define __section(x) __attribute__((__section__(x)))
  /external/libevent/test/
tinytest.c 56 #define __attribute__(x) macro
88 __attribute__((noreturn));
  /external/python/cpython2/Lib/plat-linux2/
DLFCN.py 64 def __attribute__(xyz): return function
66 def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
  /external/valgrind/coregrind/m_demangle/
ansidecl.h 33 wrappers around __attribute__. Also, __extension__ will be #defined
113 # define __attribute__(x) macro
119 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
148 # define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
163 #define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))
169 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m)))
178 # define ATTRIBUTE_RETURNS_NONNULL __attribute__ ((__returns_nonnull__))
187 # define ATTRIBUTE_PURE __attribute__ ((__pure__))
198 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
226 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ansidecl.h 108 wrappers around __attribute__. Also, __extension__ will be #defined
252 # define __attribute__(x) macro
258 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
287 # define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
302 #define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))
308 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m)))
317 # define ATTRIBUTE_PURE __attribute__ ((__pure__))
328 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
356 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))
370 # define ATTRIBUTE_SENTINEL __attribute__ ((__sentinel__)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
DLFCN.py 64 def __attribute__(xyz): return function
66 def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
DLFCN.py 64 def __attribute__(xyz): return function
66 def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
  /toolchain/binutils/binutils-2.27/include/
ansidecl.h 33 wrappers around __attribute__. Also, __extension__ will be #defined
113 # define __attribute__(x) macro
119 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
148 # define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
163 #define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))
169 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m)))
178 # define ATTRIBUTE_RETURNS_NONNULL __attribute__ ((__returns_nonnull__))
187 # define ATTRIBUTE_PURE __attribute__ ((__pure__))
198 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
226 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))
    [all...]
  /external/python/cpython2/Lib/plat-atheos/
TYPES.py 63 def __attribute__(xyz): return function
  /external/python/cpython2/android_arm/libffi/
ffi.h 72 #define __attribute__(X) macro
315 } ffi_closure __attribute__((aligned (8)));
  /external/python/cpython2/android_arm64/libffi/
ffi.h 72 #define __attribute__(X) macro
315 } ffi_closure __attribute__((aligned (8)));
  /external/python/cpython2/android_x86/libffi/
ffi.h 72 #define __attribute__(X) macro
315 } ffi_closure __attribute__((aligned (8)));

Completed in 363 milliseconds

1 2