Searched refs:__attribute__ (Results 226 - 250 of 1301) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpacked-2.c3 unsigned long b __attribute__ ((packed));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20001012-1.c7 return (__extension__ ((union { unsigned __l __attribute__((__mode__(__SI__))); float __d; }) { __l: 0x3f800000UL }).__d);
H A D20011015-1.c11 void *arr[foo (x)] __attribute__((unused));
H A D20020115-1.c6 #define blah __attribute__((__mode__(QI)))
H A D20030321-1.c10 long long elem[2] __attribute__ ((__packed__));
H A Daltivec-5.c4 #define vector __attribute__((vector_size(16)))
H A Dia64-visibility-2.c6 int bar (int x) __asm__ ("foo") __attribute__ ((visibility ("hidden")));
H A Dsparc-trap-1.c9 static __inline__ __attribute__ ((always_inline))
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/
H A Dwkali-1.c5 extern int foo(void) __attribute__((weak, alias("bar")));
/openbsd-current/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dcrtfastmath.c42 static void __attribute__((constructor))
/openbsd-current/lib/libc/locale/
H A Dwcscoll_l.c14 locale_t locale __attribute__((__unused__)))
13 wcscoll_l(const wchar_t *s1, const wchar_t *s2, locale_t locale __attribute__((__unused__))) argument
/openbsd-current/lib/libc/string/
H A Dstrcoll_l.c11 locale_t locale __attribute__((__unused__)))
10 strcoll_l(const char *s1, const char *s2, locale_t locale __attribute__((__unused__))) argument
/openbsd-current/lib/libc/arch/aarch64/gen/
H A Dinfinity.c11 char __infinity[] __attribute__((__aligned__(sizeof(double)))) =
H A Dnan.c9 char __nan[] __attribute__((__aligned__(sizeof(float)))) =
/openbsd-current/lib/libc/arch/arm/gen/
H A Dnan.c9 char __nan[] __attribute__((__aligned__(sizeof(float)))) =
/openbsd-current/lib/libc/arch/mips64/gen/
H A Dnan.c9 char __nan[] __attribute__((__aligned__(sizeof(float)))) =
/openbsd-current/lib/libc/arch/sh/gen/
H A Dinfinity.c9 char __infinity[] __attribute__((__aligned__(sizeof(double)))) =
H A Dnan.c9 char __nan[] __attribute__((__aligned__(sizeof(float)))) =
/openbsd-current/sys/sys/
H A Dtprintf.h41 __attribute__((__format__(__kprintf__,2,3)));
H A Dkthread.h47 void kthread_exit(int) __attribute__((__noreturn__));
/openbsd-current/sys/crypto/
H A Dmd5.h30 __attribute__((__bounded__(__string__,2,3)));
32 __attribute__((__bounded__(__minbytes__,1,MD5_DIGEST_LENGTH)));
34 __attribute__((__bounded__(__minbytes__,1,4)))
35 __attribute__((__bounded__(__minbytes__,2,MD5_BLOCK_LENGTH)));
H A Drmd160.h41 __attribute__((__bounded__(__minbytes__,1,5)))
42 __attribute__((__bounded__(__minbytes__,2,RMD160_BLOCK_LENGTH)));
44 __attribute__((__bounded__(__string__,2,3)));
46 __attribute__((__bounded__(__minbytes__,1,RMD160_DIGEST_LENGTH)));
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dwbnoinvdintrin.h18 __attribute__((__always_inline__, __nodebug__, __target__("wbnoinvd")))
H A Dxtestintrin.h22 __attribute__((__always_inline__, __nodebug__, __target__("rtm")))
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Daeabi_cdcmpeq_check_nan.c12 AEABI_RTABI __attribute__((visibility("hidden"))) int

Completed in 299 milliseconds

1234567891011>>