Searched refs:__attribute__ (Results 126 - 150 of 1301) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_preinit.cpp23 __attribute__((section(".preinit_array"), used))
/openbsd-current/usr.sbin/ldapd/
H A Dlog.h26 __attribute__((__format__ (printf, 1, 2)));
28 __attribute__((__format__ (printf, 1, 2)));
30 __attribute__((__format__ (printf, 1, 2)));
32 __attribute__((__format__ (printf, 1, 2)));
34 __attribute__((__format__ (printf, 2, 3)));
36 __attribute__((__format__ (printf, 2, 0)));
38 __attribute__((__format__ (printf, 1, 2)));
40 __attribute__((__format__ (printf, 1, 2)));
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_preinit.cpp21 __attribute__((section(".preinit_array"),
/openbsd-current/usr.sbin/snmpd/
H A Dlog.h26 __attribute__((__format__ (printf, 1, 2)));
28 __attribute__((__format__ (printf, 1, 2)));
30 __attribute__((__format__ (printf, 1, 2)));
32 __attribute__((__format__ (printf, 1, 2)));
34 __attribute__((__format__ (printf, 2, 3)));
36 __attribute__((__format__ (printf, 2, 0)));
38 __attribute__((__format__ (printf, 1, 2)));
40 __attribute__((__format__ (printf, 1, 2)));
/openbsd-current/libexec/snmpd/snmpd_metrics/
H A Dlog.h26 __attribute__((__format__ (printf, 1, 2)));
28 __attribute__((__format__ (printf, 1, 2)));
30 __attribute__((__format__ (printf, 1, 2)));
32 __attribute__((__format__ (printf, 1, 2)));
34 __attribute__((__format__ (printf, 2, 3)));
36 __attribute__((__format__ (printf, 2, 0)));
38 __attribute__((__format__ (printf, 1, 2)));
40 __attribute__((__format__ (printf, 1, 2)));
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_preinit.cpp21 __attribute__((section(".preinit_array"), used)) static void (
/openbsd-current/usr.bin/make/
H A Derror.h45 __attribute__((__format__ (printf, 1, 2)));
47 __attribute__((__format__ (printf, 1, 2)));
49 __attribute__((__format__ (printf, 1, 2)));
60 __attribute__((__format__ (printf, 2, 3)));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/weak/
H A Dweak-3.c12 /* test function addresses with __attribute__((weak)) */
14 extern void * ffoo1a (void) __attribute__((weak));
23 extern void * ffoo1b (void) __attribute__((weak));
35 extern void * ffoo1c (void) __attribute__((weak)); /* { dg-warning "weak declaration" "weak declaration" } */
39 int ffoo1d (void) __attribute__((weak));
43 extern void * ffoo1e (void) __attribute__((weak));
60 extern void * ffoo1f (void) __attribute__((weak, alias ("ffoox1f"))); /* { dg-warning "weak declaration" "weak declaration" } */
65 extern void * ffoo1g (void) __attribute__((weak, alias ("ffoox1g")));
/openbsd-current/usr.sbin/route6d/
H A Dlog.h27 void log_warn(const char*, ...) __attribute__((format(printf, 1, 2)));
28 void log_warnx(const char*, ...) __attribute__((format(printf, 1, 2)));
29 void log_info(const char*, ...) __attribute__((format(printf, 1, 2)));
30 void log_debug(const char*, ...) __attribute__((format(printf, 1, 2)));
31 void log_enqueue(const char*, ...) __attribute__((format(printf, 1, 2)));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Dattr-4.c1 /* Test for format attributes: test use of __attribute__
9 extern __attribute__((format(printf, 1, 2))) void tformatprintf0 (const char *, ...);
10 extern void __attribute__((format(printf, 1, 2))) tformatprintf1 (const char *, ...);
11 extern void foo (void), __attribute__((format(printf, 1, 2))) tformatprintf2 (const char *, ...);
12 extern __attribute__((noreturn)) void bar (void), __attribute__((format(printf, 1, 2))) tformatprintf3 (const char *, ...);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dia64-visibility-1.c15 int variable_j __attribute__((visibility ("hidden")));
18 static struct A variable_l __attribute__((section (".sbss")));
19 struct A variable_m __attribute__((visibility ("hidden"), section(".sbss")));
20 struct A variable_n __attribute__((section (".sbss")));
34 void __attribute__((visibility ("protected"))) baz (void)
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Darm_neon_sve_bridge.h22 #define __ai static __inline__ __attribute__((__always_inline__, __nodebug__))
25 __attribute__((__always_inline__, __nodebug__, __overloadable__))
27 __aio __attribute__((__clang_arm_builtin_alias(__builtin_sve_svset_neonq_s8)))
29 __aio __attribute__((__clang_arm_builtin_alias(__builtin_sve_svset_neonq_s16)))
31 __aio __attribute__((__clang_arm_builtin_alias(__builtin_sve_svset_neonq_s32)))
33 __aio __attribute__((__clang_arm_builtin_alias(__builtin_sve_svset_neonq_s64)))
35 __aio __attribute__((__clang_arm_builtin_alias(__builtin_sve_svset_neonq_u8)))
37 __aio __attribute__((__clang_arm_builtin_alias(__builtin_sve_svset_neonq_u16)))
39 __aio __attribute__((__clang_arm_builtin_alias(__builtin_sve_svset_neonq_u32)))
41 __aio __attribute__((__clang_arm_builtin_alia
[all...]
H A D__clang_hip_runtime_wrapper.h21 #define __host__ __attribute__((host))
22 #define __device__ __attribute__((device))
23 #define __global__ __attribute__((global))
24 #define __shared__ __attribute__((shared))
25 #define __constant__ __attribute__((constant))
26 #define __managed__ __attribute__((managed))
34 __attribute__((__visibility__("default")))
35 __attribute__((weak))
36 __attribute__((noreturn))
40 __attribute__((__visibility_
[all...]
H A D__clang_cuda_builtin_vars.h32 static inline __attribute__((always_inline)) \
33 __attribute__((device)) unsigned int __fetch_builtin_##FIELD(void) { \
47 __attribute__((device)) TypeName() __DELETE; \
48 __attribute__((device)) TypeName(const TypeName &) __DELETE; \
49 __attribute__((device)) void operator=(const TypeName &) const __DELETE; \
50 __attribute__((device)) TypeName *operator&() const __DELETE
58 __attribute__((device)) operator dim3() const;
59 __attribute__((device)) operator uint3() const;
71 __attribute__((device)) operator dim3() const;
72 __attribute__((devic
[all...]
/openbsd-current/include/
H A Dmd5.h31 __attribute__((__bounded__(__string__,2,3)));
34 __attribute__((__bounded__(__minbytes__,1,MD5_DIGEST_LENGTH)));
36 __attribute__((__bounded__(__minbytes__,1,4)))
37 __attribute__((__bounded__(__minbytes__,2,MD5_BLOCK_LENGTH)));
39 __attribute__((__bounded__(__minbytes__,2,MD5_DIGEST_STRING_LENGTH)));
41 __attribute__((__bounded__(__minbytes__,2,MD5_DIGEST_STRING_LENGTH)));
43 __attribute__((__bounded__(__minbytes__,2,MD5_DIGEST_STRING_LENGTH)));
45 __attribute__((__bounded__(__string__,1,2)))
46 __attribute__((__bounded__(__minbytes__,3,MD5_DIGEST_STRING_LENGTH)));
H A Drmd160.h42 __attribute__((__bounded__(__minbytes__,1,5)))
43 __attribute__((__bounded__(__minbytes__,2,RMD160_BLOCK_LENGTH)));
45 __attribute__((__bounded__(__string__,2,3)));
48 __attribute__((__bounded__(__minbytes__,1,RMD160_DIGEST_LENGTH)));
50 __attribute__((__bounded__(__minbytes__,2,RMD160_DIGEST_STRING_LENGTH)));
52 __attribute__((__bounded__(__minbytes__,2,RMD160_DIGEST_STRING_LENGTH)));
54 __attribute__((__bounded__(__minbytes__,2,RMD160_DIGEST_STRING_LENGTH)));
56 __attribute__((__bounded__(__string__,1,2)))
57 __attribute__((__bounded__(__minbytes__,3,RMD160_DIGEST_STRING_LENGTH)));
H A Dsha2.h73 __attribute__((__bounded__(__string__,2,3)));
76 __attribute__((__bounded__(__minbytes__,1,SHA224_DIGEST_LENGTH)));
78 __attribute__((__bounded__(__minbytes__,2,SHA224_DIGEST_STRING_LENGTH)));
80 __attribute__((__bounded__(__minbytes__,2,SHA224_DIGEST_STRING_LENGTH)));
82 __attribute__((__bounded__(__minbytes__,2,SHA224_DIGEST_STRING_LENGTH)));
84 __attribute__((__bounded__(__string__,1,2)))
85 __attribute__((__bounded__(__minbytes__,3,SHA224_DIGEST_STRING_LENGTH)));
90 __attribute__((__bounded__(__string__,2,3)));
93 __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH)));
95 __attribute__((__bounded_
[all...]
/openbsd-current/sys/lib/libsa/
H A Dsha2.h73 __attribute__((__bounded__(__string__,2,3)));
76 __attribute__((__bounded__(__minbytes__,1,SHA224_DIGEST_LENGTH)));
78 __attribute__((__bounded__(__minbytes__,2,SHA224_DIGEST_STRING_LENGTH)));
80 __attribute__((__bounded__(__minbytes__,2,SHA224_DIGEST_STRING_LENGTH)));
82 __attribute__((__bounded__(__minbytes__,2,SHA224_DIGEST_STRING_LENGTH)));
84 __attribute__((__bounded__(__string__,1,2)))
85 __attribute__((__bounded__(__minbytes__,3,SHA224_DIGEST_STRING_LENGTH)));
90 __attribute__((__bounded__(__string__,2,3)));
93 __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH)));
95 __attribute__((__bounded_
[all...]
/openbsd-current/gnu/gcc/gcc/config/arc/
H A Dinitfini.c49 static func_ptr __CTOR_LIST__[1] __attribute__ ((section (".ctors")))
52 static func_ptr __DTOR_LIST__[1] __attribute__ ((section (".dtors")))
70 asm ("__do_global_dtors") __attribute__ ((section (".text")));
119 static func_ptr __CTOR_END__[1] __attribute__ ((section (".ctors")))
122 static func_ptr __DTOR_END__[1] __attribute__ ((section (".dtors")))
129 asm ("__do_global_ctors") __attribute__ ((section (".text")));
/openbsd-current/gnu/gcc/gcc/config/m32r/
H A Dinitfini.c50 __attribute__ ((used, section (".ctors")))
54 __attribute__ ((used, section (".dtors")))
72 asm ("__do_global_dtors") __attribute__ ((used, section (".text")));
126 __attribute__ ((used, section (".ctors")))
130 __attribute__ ((used, section (".dtors")))
137 asm ("__do_global_ctors") __attribute__ ((used, section (".text")));
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m32r/
H A Dinitfini.c50 __attribute__ ((section (".ctors")))
54 __attribute__ ((section (".dtors")))
72 asm ("__do_global_dtors") __attribute__ ((section (".text")));
126 __attribute__ ((section (".ctors")))
130 __attribute__ ((section (".dtors")))
137 asm ("__do_global_ctors") __attribute__ ((section (".text")));
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arc/
H A Dinitfini.c49 static func_ptr __CTOR_LIST__[1] __attribute__ ((section (".ctors")))
52 static func_ptr __DTOR_LIST__[1] __attribute__ ((section (".dtors")))
70 asm ("__do_global_dtors") __attribute__ ((section (".text")));
119 static func_ptr __CTOR_END__[1] __attribute__ ((section (".ctors")))
122 static func_ptr __DTOR_END__[1] __attribute__ ((section (".dtors")))
129 asm ("__do_global_ctors") __attribute__ ((section (".text")));
/openbsd-current/usr.bin/ssh/
H A Dxmalloc.h25 __attribute__((__format__ (printf, 2, 3))) __attribute__((__nonnull__ (2)));
27 __attribute__((__nonnull__ (2)));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/
H A Dalign1.C1 // Test that __attribute__ ((aligned)) is preserved.
8 typedef float at[4][4] __attribute__ ((aligned));
14 float f1 __attribute__ ((aligned));
H A Ddllimport9.C5 inline __attribute__((dllimport)) void bar() { } // { dg-warning "inline" }
7 struct __attribute__ ((dllimport)) Blah

Completed in 140 milliseconds

1234567891011>>