Searched refs:__attribute__ (Results 276 - 300 of 1301) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/
H A Dattrib3.C7 static void f () __attribute__ ((stdcall));
13 void g (void (__attribute__ ((stdcall)) *p)()) { }
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dstrct-pack-1.c3 short s __attribute__ ((aligned(2), packed));
4 double d __attribute__ ((aligned(2), packed));
H A Dstrct-pack-2.c3 short a __attribute__ ((aligned (2),packed));
4 short *ap[2] __attribute__ ((aligned (2),packed));
H A Dstrct-pack-4.c3 unsigned char a __attribute__((packed));
4 unsigned short b __attribute__((packed));
H A Dstruct-ret-2.c3 unsigned char a __attribute__ ((packed));
4 unsigned short b __attribute__ ((packed));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20001117-1.c24 void __attribute__((no_instrument_function)) __cyg_profile_func_enter() { }
25 void __attribute__((no_instrument_function)) __cyg_profile_func_exit() { }
H A D20020224-1.c18 A __attribute__ ((regparm (2)))
24 int __attribute__ ((regparm (2)))
H A D990424-1.c7 void __attribute__((stdcall)) foo(int a, int b, int c);
20 void __attribute__((stdcall))
H A Dcleanup-3.c18 static void __attribute__((noinline))
25 int r __attribute__((cleanup (handler)));
H A Dcleanup-4.c16 static void __attribute__((noinline))
26 int dummy __attribute__((cleanup (handler))) = i;
H A Dnoreturn-7.c11 void f(void) __attribute__ ((__noreturn__));
12 void _exit(int status) __attribute__ ((__noreturn__));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Dmultattr-1.c14 __attribute__((__format__(__printf__, 1, 0)))
15 __attribute__((__format__(__scanf__, 3, 4)));
18 __attribute__((__format__(__scanf__, 3, 4)))
19 __attribute__((__format__(__printf__, 1, 0)));
22 __attribute__((__format__(__printf__, 1, 0)));
24 __attribute__((__format__(__scanf__, 3, 4)));
27 __attribute__((__format__(__scanf__, 3, 4)));
29 __attribute__((__format__(__printf__, 1, 0)));
H A Dnull-1.c8 extern void my_printf (const char *, ...) __attribute__((format(printf,1,2)));
10 __attribute__((format_arg(2)));
/openbsd-current/lib/libc/string/
H A Dstrcasecmp_l.c11 locale_t locale __attribute__((__unused__)))
18 locale_t locale __attribute__((__unused__)))
10 strcasecmp_l(const char *s1, const char *s2, locale_t locale __attribute__((__unused__))) argument
17 strncasecmp_l(const char *s1, const char *s2, size_t n, locale_t locale __attribute__((__unused__))) argument
/openbsd-current/regress/misc/sse2/foo/
H A Dfoo.c4 void foo_init(void) __attribute__((constructor));
5 void foo_fini(void) __attribute__((destructor));
/openbsd-current/sys/lib/libkern/
H A Dexplicit_bzero.c9 __attribute__((weak)) void __explicit_bzero_hook(void *, size_t);
11 __attribute__((weak)) void
/openbsd-current/usr.bin/cmp/
H A Dextern.h43 __attribute__((__noreturn__, __format__ (printf, 1, 2)));
45 __attribute__((__noreturn__, __format__ (printf, 1, 2)));
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/benchmarks/
H A Dfunc_entry_exit.cpp12 __attribute__((noinline)) void bar(volatile bool x) {
17 __attribute__((noinline)) void foo(bool x) {
/openbsd-current/sys/ddb/
H A Ddb_output.h40 __attribute__((__format__(__kprintf__,1,2)));
42 __attribute__((__format__(__kprintf__,1,0)));
/openbsd-current/gnu/llvm/clang/include/clang-c/
H A DPlatform.h34 #define CINDEX_LINKAGE __attribute__((visibility("default")))
42 #define CINDEX_DEPRECATED __attribute__((deprecated))
/openbsd-current/usr.bin/dig/lib/isc/include/isc/
H A Derror.h32 __attribute__((__format__(__printf__, 3, 4)));
37 __attribute__((__format__(__printf__, 3, 4)));
/openbsd-current/lib/libssl/hidden/
H A Dssl_namespace.h27 #define LSSL_UNUSED(x) typeof(x) x __attribute__((deprecated))
28 #define LSSL_USED(x) __attribute__((visibility("hidden"))) \
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dprfchwintrin.h28 static __inline__ void __attribute__((__always_inline__, __nodebug__))
49 static __inline__ void __attribute__((__always_inline__, __nodebug__))
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Demmintrin.h37 typedef double __v2df __attribute__ ((__vector_size__ (16)));
38 typedef long long __v2di __attribute__ ((__vector_size__ (16)));
39 typedef int __v4si __attribute__ ((__vector_size__ (16)));
40 typedef short __v8hi __attribute__ ((__vector_size__ (16)));
41 typedef char __v16qi __attribute__ ((__vector_size__ (16)));
45 typedef long long __m128i __attribute__ ((__vector_size__ (16), __may_alias__));
46 typedef double __m128d __attribute__ ((__vector_size__ (16), __may_alias__));
53 static __inline __m128d __attribute__((__always_inline__))
60 static __inline __m128d __attribute__((__always_inline__))
66 static __inline __m128d __attribute__((__always_inline_
[all...]
/openbsd-current/include/
H A Dstring.h66 __attribute__ ((__bounded__(__buffer__,1,3)))
67 __attribute__ ((__bounded__(__buffer__,2,3)));
69 __attribute__ ((__bounded__(__buffer__,1,3)))
70 __attribute__ ((__bounded__(__buffer__,2,3)));
72 __attribute__ ((__bounded__(__buffer__,1,3)));
82 __attribute__ ((__bounded__(__string__,1,3)));
85 __attribute__ ((__bounded__(__string__,1,3)));
93 __attribute__ ((__bounded__(__string__,1,3)));
97 __attribute__ ((__bounded__(__buffer__,1,4)));
102 __attribute__ ((__bounded_
[all...]

Completed in 297 milliseconds

<<11121314151617181920>>