HomeSort by: relevance | last modified time | path
    Searched defs:__attribute__ (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/inc/
eficompiler.h 20 #define EFI_UNUSED __attribute__((__unused__))
26 #define EFI_ALIGN(x) __attribute__((__aligned__(x)))
29 /* Also add a catch-all on __attribute__() for MS compilers */
31 #define __attribute__(x) macro
  /src/usr.sbin/traceroute/
gnuc.h 17 * __dead void foo(void) __attribute__((volatile));
25 #ifndef __attribute__
26 #define __attribute__(args) macro
33 #ifndef __attribute__
34 #define __attribute__(args) macro
  /src/sys/crypto/sodium/
export.h 6 # ifdef __attribute__
7 # undef __attribute__
9 # define __attribute__(a) macro
25 # define SODIUM_EXPORT __attribute__ (visibility(__global))
27 # define SODIUM_EXPORT __attribute__ __global
32 # define SODIUM_EXPORT __attribute__ ((visibility ("default")))
36 # define SODIUM_EXPORT_WEAK SODIUM_EXPORT __attribute__((weak))
46 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x)))
59 # ifdef __attribute__
60 # undef __attribute__
62 # define __attribute__ macro
115 # define __attribute__ macro
168 # define __attribute__ macro
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
export.h 6 # ifdef __attribute__
7 # undef __attribute__
9 # define __attribute__(a) macro
25 # define SODIUM_EXPORT __attribute__ (visibility(__global))
27 # define SODIUM_EXPORT __attribute__ __global
32 # define SODIUM_EXPORT __attribute__ ((visibility ("default")))
36 # define SODIUM_EXPORT_WEAK SODIUM_EXPORT __attribute__((weak))
46 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x)))
  /src/lib/libedit/
sys.h 47 #if !defined(__attribute__) && !defined(__lint__) && (defined(__cplusplus) || !defined(__GNUC__) || __GNUC__ == 2 && __GNUC_MINOR__ < 8)
48 # define __attribute__(A) macro
62 #define libedit_private __attribute__((__visibility__("hidden")))
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_mac_test_helpers.mm 39 __attribute__((noinline)) function
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
common.h 14 typedef unsigned uint128_t __attribute__((mode(TI)));
200 # ifdef __attribute__
201 # undef __attribute__
203 # define __attribute__(a) macro
210 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x)))
  /src/sys/sys/
cdefs.h 222 * GCC2 uses a new, peculiar __attribute__((attrs)) style. All of
240 #define __attribute__(x) macro
244 #define __dead __attribute__((__noreturn__))
252 #define __pure __attribute__((__pure__))
260 #define __constfunc __attribute__((__const__))
266 #define __noinline __attribute__((__noinline__))
272 #define __always_inline __attribute__((__always_inline__))
278 #define __null_sentinel __attribute__((__sentinel__))
284 #define __returns_twice __attribute__((__returns_twice__))
290 #define __noclone __attribute__((__noclone__)
    [all...]
  /src/usr.bin/config/
defs.h 95 #define __attribute__(x) macro
  /src/tools/compat/
compat_defs.h 190 #if !defined(__attribute__) && !defined(__GNUC__)
191 #define __attribute__(x) macro
195 #define __packed __attribute__((__packed__))
197 #define __packed __attribute__((__packed__))

Completed in 20 milliseconds