HomeSort by relevance Sort by last modified time
    Searched defs:__attribute__ (Results 1 - 25 of 30) 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))
netdissect.h 34 #define __attribute__(x) macro
190 __attribute__ ((format (printf, 2, 3)))
197 __attribute__ ((noreturn))
200 __attribute__ ((format (printf, 2, 3)))
207 __attribute__ ((format (printf, 2, 3)))
  /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/libusb/examples/
ezusb.h 26 #define __attribute__(x) macro
  /external/strace/
gcc_compat.h 47 # define __attribute__(x) /* empty */ macro
51 # define ATTRIBUTE_NORETURN __attribute__((__noreturn__))
57 # define ATTRIBUTE_FORMAT(args) __attribute__((__format__ args))
58 # define ATTRIBUTE_ALIGNED(arg) __attribute__((__aligned__(arg)))
59 # define ATTRIBUTE_PACKED __attribute__((__packed__))
77 # define ATTRIBUTE_MALLOC __attribute__((__malloc__))
83 # define ATTRIBUTE_NOINLINE __attribute__((__noinline__))
89 # define ATTRIBUTE_SENTINEL __attribute__((__sentinel__))
101 # define ATTRIBUTE_ALLOC_SIZE(args) __attribute__((__alloc_size__ args))
107 # define ATTRIBUTE_FALLTHROUGH __attribute__((__fallthrough__)
    [all...]
  /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/openssh/openbsd-compat/
sys-tree.h 31 # define __attribute__(x) macro
386 RB_PROTOTYPE_INTERNAL(name, type, field, cmp, __attribute__((__unused__)) static)
405 RB_GENERATE_INTERNAL(name, type, field, cmp, __attribute__((__unused__)) static)
  /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)))
TYPES.py 64 def __attribute__(xyz): return function
66 def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
  /external/harfbuzz_ng/src/
hb.hh 186 #undef __attribute__ macro
187 #define __attribute__(x) macro
191 #define HB_PURE_FUNC __attribute__((pure))
192 #define HB_CONST_FUNC __attribute__((const))
193 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_idx)))
200 #define HB_UNUSED __attribute__((unused))
209 # define HB_INTERNAL __attribute__((__visibility__("hidden")))
256 # define HB_FALLTHROUGH __attribute__((fallthrough))
271 #define HB_NO_SANITIZE_SIGNED_INTEGER_OVERFLOW __attribute__((no_sanitize("signed-integer-overflow")))
433 typedef uint64_t hb_vector_size_impl_t __attribute__((vector_size (HB_VECTOR_SIZE / 8)))
    [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)));
  /external/python/cpython2/android_x86_64/libffi/
ffi.h 73 #define __attribute__(X) macro
316 } ffi_closure __attribute__((aligned (8)));
  /external/python/cpython2/darwin_x86_64/libffi/
ffi.h 72 #define __attribute__(X) macro
315 } ffi_closure __attribute__((aligned (8)));
  /external/python/cpython2/linux_x86_64/libffi/
ffi.h 73 #define __attribute__(X) macro
316 } ffi_closure __attribute__((aligned (8)));

Completed in 2391 milliseconds

1 2