Searched refs:__attribute__ (Results 151 - 175 of 1301) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/special/
H A Dconpr-2a.C11 foo_t foo1 __attribute__((init_priority(6000)));
12 foo_t foo2 __attribute__((init_priority(5000)));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Ddll.c2 extern int (* import) (void) __attribute__((dllimport));
3 int func2 (void) __attribute__((dllexport));
H A Dsimd-1.c1 typedef int v2si __attribute__ ((mode(V2SI)));
2 typedef unsigned di __attribute__ ((mode(DI)));
H A D20011029-1.c1 void foo (void *) __attribute__ ((noreturn));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dattr-nest.c3 #define ATTR_PRINTF __attribute__ ((format (printf, 1, 2)))
4 #define ATTR_USED __attribute__ ((used))
H A Dcleanup-2.c8 static void handler(void *p __attribute__((unused))) argument
15 int x __attribute__((cleanup (handler)));
H A Dcleanup-7.c10 auto void xyzzy(void *p __attribute__((unused))) argument
17 int x __attribute__((cleanup (xyzzy)));
H A D991214-1.c6 void foo (int, int) __attribute__ ((regparm (3)));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/weak/
H A Dweak-9.c13 void f1() __attribute__((weak, alias("notf1")));
14 void f2() __attribute__((alias("notf2"), weak));
/openbsd-current/regress/libexec/ld.so/edgecases/test3/libbb/
H A Dbb.c21 int weakFunction1(void) __attribute__((weak));
22 int weakFunction2(void) __attribute__((weak));
/openbsd-current/regress/libexec/ld.so/initfirst/test1/
H A Dlib.c22 static void init(void) __attribute__((constructor));
30 static void fini(void) __attribute__((destructor));
/openbsd-current/regress/misc/sse2/libbar/
H A Dbar.c3 void bar_init(void) __attribute__((constructor));
4 void bar_fini(void) __attribute__((destructor));
/openbsd-current/usr.bin/diff/
H A Dxmalloc.h27 __attribute__((__format__ (printf, 2, 3)))
28 __attribute__((__nonnull__ (2)));
/openbsd-current/usr.bin/file/
H A Dxmalloc.h27 __attribute__((__format__ (printf, 2, 3)))
28 __attribute__((__nonnull__ (2)));
/openbsd-current/usr.bin/rcs/
H A Dxmalloc.h27 __attribute__((__format__ (printf, 2, 3)))
28 __attribute__((__nonnull__ (2)));
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__stddef_max_align_t.h21 __attribute__((__aligned__(__alignof__(long long))));
23 __attribute__((__aligned__(__alignof__(long double))));
/openbsd-current/sbin/slaacd/
H A Dlog.h30 __attribute__((__format__ (printf, 1, 2)));
32 __attribute__((__format__ (printf, 1, 2)));
34 __attribute__((__format__ (printf, 1, 2)));
36 __attribute__((__format__ (printf, 1, 2)));
38 __attribute__((__format__ (printf, 2, 3)));
40 __attribute__((__format__ (printf, 2, 0)));
42 __attribute__((__format__ (printf, 1, 2)));
44 __attribute__((__format__ (printf, 1, 2)));
/openbsd-current/gnu/lib/libreadline/
H A Drlstdc.h39 #ifndef __attribute__
41 # define __attribute__(x) macro
/openbsd-current/sbin/dhcpleased/
H A Dlog.h31 __attribute__((__format__ (printf, 1, 2)));
33 __attribute__((__format__ (printf, 1, 2)));
35 __attribute__((__format__ (printf, 1, 2)));
37 __attribute__((__format__ (printf, 1, 2)));
39 __attribute__((__format__ (printf, 2, 3)));
41 __attribute__((__format__ (printf, 2, 0)));
43 __attribute__((__format__ (printf, 1, 2)));
45 __attribute__((__format__ (printf, 1, 2)));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/
H A Dattrib6.C8 extern void foo() __attribute__((nothrow));
H A Ddllimport10.C6 struct __attribute__((dllimport)) A
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/
H A Dnoreturn-1.C52 void __attribute__ ((__noreturn__)) foo5 ()
57 void __attribute__ ((__noreturn__)) foo6 ()
62 void __attribute__ ((__noreturn__)) foo7 ()
67 void __attribute__ ((__noreturn__)) foo8 ()
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/
H A Dattrib1.C6 #define _stdcall __attribute__ ((__stdcall__))
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/
H A Dalias-1.c5 extern int foo(void) __attribute__((alias("bar")));
H A Dalias-2.c12 static void bar(void) __attribute__((alias("foo")));

Completed in 193 milliseconds

1234567891011>>