Searched refs:__attribute__ (Results 1 - 25 of 918) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dfunctexcept.h48 __throw_bad_exception(void) __attribute__((__noreturn__));
52 __throw_bad_alloc(void) __attribute__((__noreturn__));
56 __throw_bad_cast(void) __attribute__((__noreturn__));
59 __throw_bad_typeid(void) __attribute__((__noreturn__));
63 __throw_logic_error(const char*) __attribute__((__noreturn__));
66 __throw_domain_error(const char*) __attribute__((__noreturn__));
69 __throw_invalid_argument(const char*) __attribute__((__noreturn__));
72 __throw_length_error(const char*) __attribute__((__noreturn__));
75 __throw_out_of_range(const char*) __attribute__((__noreturn__));
78 __throw_runtime_error(const char*) __attribute__((__noreturn_
[all...]
/freebsd-11-stable/contrib/libstdc++/config/cpu/cris/
H A Datomic_word.h34 typedef int _Atomic_word __attribute__ ((__aligned__ (4)));
/freebsd-11-stable/stand/i386/boot2/
H A Dlib.h20 int sio_init(int) __attribute__((regparm (3)));
22 void sio_putc(int) __attribute__((regparm (3)));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_div0.c31 AEABI_RTABI int __attribute__((weak)) __attribute__((visibility("hidden")))
36 AEABI_RTABI long long __attribute__((weak))
37 __attribute__((visibility("hidden"))) __aeabi_ldiv0(long long return_value) {
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dextern.h26 #undef __attribute__ macro
27 #define __attribute__(x) macro
/freebsd-11-stable/contrib/com_err/
H A Dlex.h37 __attribute__ ((format (printf, 1, 2)));
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dlex.h37 __attribute__ ((format (printf, 1, 2)));
/freebsd-11-stable/contrib/atf/atf-c/
H A Ddefs.h33 #define ATF_DEFS_ATTRIBUTE_FORMAT_PRINTF(a, b) __attribute__((__format__(__printf__, a, b)))
34 #define ATF_DEFS_ATTRIBUTE_NORETURN __attribute__((__noreturn__))
35 #define ATF_DEFS_ATTRIBUTE_UNUSED __attribute__((__unused__))
/freebsd-11-stable/crypto/openssh/
H A Dutf8.h19 __attribute__((format(printf, 1, 2)));
21 __attribute__((format(printf, 2, 3)));
24 __attribute__((format(printf, 4, 5)));
H A Dxmalloc.h25 __attribute__((__format__ (printf, 2, 3)))
26 __attribute__((__nonnull__ (2)));
H A Dlog.h61 void fatal(const char *, ...) __attribute__((noreturn))
62 __attribute__((format(printf, 1, 2)));
63 void error(const char *, ...) __attribute__((format(printf, 1, 2)));
64 void sigdie(const char *, ...) __attribute__((noreturn))
65 __attribute__((format(printf, 1, 2)));
66 void logdie(const char *, ...) __attribute__((noreturn))
67 __attribute__((format(printf, 1, 2)));
68 void logit(const char *, ...) __attribute__((format(printf, 1, 2)));
69 void verbose(const char *, ...) __attribute__((format(printf, 1, 2)));
70 void debug(const char *, ...) __attribute__((forma
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Ddefinitions.h12 #define GWP_ASAN_TLS_INITIAL_EXEC __thread __attribute__((tls_model("initial-exec")))
15 #define GWP_ASAN_ALWAYS_INLINE inline __attribute__((always_inline))
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dtsan_annotations.cpp21 extern "C" __attribute__((weak)) void AnnotateHappensBefore(const char *f,
23 extern "C" __attribute__((weak)) void AnnotateHappensAfter(const char *f, int l,
25 extern "C" __attribute__((weak)) void AnnotateCondVarSignal(const char *f,
27 extern "C" __attribute__((weak)) void AnnotateCondVarSignalAll(const char *f,
30 extern "C" __attribute__((weak)) void AnnotateMutexIsNotPHB(const char *f,
32 extern "C" __attribute__((weak)) void AnnotateCondVarWait(const char *f, int l,
34 extern "C" __attribute__((weak)) void AnnotateRWLockCreate(const char *f, int l,
36 extern "C" __attribute__((weak)) void
38 extern "C" __attribute__((weak)) void AnnotateRWLockDestroy(const char *f,
40 extern "C" __attribute__((wea
[all...]
/freebsd-11-stable/contrib/libstdc++/config/os/bsd/darwin/
H A Dos_defines.h45 #define _GLIBCXX_WEAK_DEFINITION __attribute__ ((weak))
/freebsd-11-stable/contrib/gcclibs/libssp/
H A Dssp-local.c46 __attribute__((visibility ("hidden")))
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtfastmath.c33 static void __attribute__((constructor))
/freebsd-11-stable/contrib/openbsm/compat/
H A Dcompat.h41 #define __unused __attribute__((__unused__))
45 #define __packed __attribute__((__packed__))
49 #define __dead2 __attribute__((__noreturn__))
54 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_packon.h78 #define PACK_SUFFIX __attribute__((packed))
/freebsd-11-stable/contrib/libcxxrt/
H A Dterminate.cc35 __attribute__((weak))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_preinit.cpp23 __attribute__((section(".preinit_array"), used))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_preinit.cpp22 __attribute__((section(".preinit_array"), used))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_preinit.cpp19 __attribute__((section(".preinit_array"), used))
/freebsd-11-stable/usr.bin/patch/
H A Dutil.h35 __attribute__((__format__(__printf__, 1, 2)));
37 __attribute__((__format__(__printf__, 1, 2)));
39 __attribute__((__format__(__printf__, 1, 2)));
41 __attribute__((__format__(__printf__, 1, 2)));
48 void my_exit(int) __attribute__((noreturn));
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dmd5.h32 __attribute__((__bounded__(__string__,2,3)));
35 __attribute__((__bounded__(__minbytes__,1,MD5_DIGEST_LENGTH)));
37 __attribute__((__bounded__(__minbytes__,1,4)))
38 __attribute__((__bounded__(__minbytes__,2,MD5_BLOCK_LENGTH)));
40 __attribute__((__bounded__(__minbytes__,2,MD5_DIGEST_STRING_LENGTH)));
42 __attribute__((__bounded__(__minbytes__,2,MD5_DIGEST_STRING_LENGTH)));
44 __attribute__((__bounded__(__minbytes__,2,MD5_DIGEST_STRING_LENGTH)));
46 __attribute__((__bounded__(__string__,1,2)))
47 __attribute__((__bounded__(__minbytes__,3,MD5_DIGEST_STRING_LENGTH)));
H A Drmd160.h43 __attribute__((__bounded__(__minbytes__,1,5)))
44 __attribute__((__bounded__(__minbytes__,2,RMD160_BLOCK_LENGTH)));
46 __attribute__((__bounded__(__string__,2,3)));
49 __attribute__((__bounded__(__minbytes__,1,RMD160_DIGEST_LENGTH)));
51 __attribute__((__bounded__(__minbytes__,2,RMD160_DIGEST_STRING_LENGTH)));
53 __attribute__((__bounded__(__minbytes__,2,RMD160_DIGEST_STRING_LENGTH)));
55 __attribute__((__bounded__(__minbytes__,2,RMD160_DIGEST_STRING_LENGTH)));
57 __attribute__((__bounded__(__string__,1,2)))
58 __attribute__((__bounded__(__minbytes__,3,RMD160_DIGEST_STRING_LENGTH)));

Completed in 153 milliseconds

1234567891011>>