Searched refs:__attribute__ (Results 76 - 100 of 1301) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/
H A Dattrib2.C4 struct __attribute__ ((packed)) A
H A Ddllimport2.C5 void __attribute__((dllimport)) Bar(void);
6 void __attribute__((dllimport)) Baz(void);
7 __attribute__((dllimport)) int Biz;
8 __attribute__((dllimport)) int Boz;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/
H A Darray10.C4 typedef int __attribute__((mode(V2SI))) vec;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/
H A Dweak1.C5 extern void foo (void) __attribute__ ((weak));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/
H A Dpacked1.C7 } __attribute__((packed)) t;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/
H A Dattrib5.C5 void f () __attribute__((weak, alias ("_f")));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20011119-1.c4 extern int foo (void) __attribute__ ((weak, alias ("xxx")));
H A D940718-1.c1 extern double log (double) __attribute__ ((const));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dalign-1.c1 typedef int new_int __attribute__ ((aligned(16)));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20020118-1.c8 int darisa[4] __attribute__((aligned(16))) ;
H A D990214-1.c4 typedef int int64_t __attribute__ ((__mode__ ( __DI__ ))) ;
H A Dattr-alwaysinline.c7 static inline int sabrina (void) __attribute__((always_inline));
H A Dnoreturn-1.c7 extern void foo1(void) __attribute__ ((__noreturn__));
13 extern void foo2(void) __attribute__ ((__noreturn__));
33 extern void foo5(void) __attribute__ ((__noreturn__));
54 extern void foo8(void) __attribute__ ((__noreturn__));
H A Dunused-3.c5 typedef short unused_type __attribute__ ((unused));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/
H A D20020220-1.c7 void __attribute__((noinline))
8 foo (const char *x __attribute__((unused)), argument
9 __complex__ long double y __attribute__((unused)),
10 __complex__ long double z __attribute__((unused)))
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/
H A D20000419-2.c17 int init_module(void) __attribute__((alias("init_foobar")));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/weak/
H A Dweak-7.c6 extern void * foo (void) __attribute__((weak));
/openbsd-current/sys/arch/hppa/include/
H A Dspinlock.h8 typedef long _atomic_lock_t __attribute__((__aligned__(16)));
/openbsd-current/lib/libc/arch/alpha/gen/
H A Dinfinity.c34 char __infinity[] __attribute__((__aligned__(sizeof(double)))) =
H A Dnan.c8 char __nan[] __attribute__((__aligned__(sizeof(float)))) =
/openbsd-current/lib/libc/arch/amd64/gen/
H A Dinfinity.c7 char __infinity[] __attribute__((__aligned__(sizeof(double)))) =
H A Dnan.c8 char __nan[] __attribute__((__aligned__(sizeof(float)))) =
/openbsd-current/lib/libc/arch/hppa/gen/
H A Dinfinity.c8 char __infinity[] __attribute__((__aligned__(sizeof(double)))) =
H A Dnan.c8 char __nan[] __attribute__((__aligned__(sizeof(float)))) =
/openbsd-current/lib/libc/arch/i386/gen/
H A Dnan.c8 char __nan[] __attribute__((__aligned__(sizeof(float)))) =

Completed in 296 milliseconds

1234567891011>>