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

1234567891011>>

/freebsd-9.3-release/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-9.3-release/contrib/libstdc++/config/cpu/cris/
H A Datomic_word.h34 typedef int _Atomic_word __attribute__ ((__aligned__ (4)));
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dlib.h20 int sio_init(int) __attribute__((regparm (3)));
22 void sio_putc(int) __attribute__((regparm (3)));
/freebsd-9.3-release/contrib/com_err/
H A Dlex.h37 __attribute__ ((format (printf, 1, 2)));
/freebsd-9.3-release/contrib/libreadline/examples/rlfe/
H A Dextern.h26 #undef __attribute__ macro
27 #define __attribute__(x) macro
/freebsd-9.3-release/crypto/heimdal/lib/com_err/
H A Dlex.h37 __attribute__ ((format (printf, 1, 2)));
/freebsd-9.3-release/usr.sbin/config/
H A Dkernconf.tmpl14 const char kernconfstring[] __attribute__ ((section("kern_conf"))) =
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dcrtfastmath.c33 static void __attribute__((constructor))
/freebsd-9.3-release/contrib/gcclibs/libssp/
H A Dssp-local.c46 __attribute__((visibility ("hidden")))
/freebsd-9.3-release/contrib/libcxxrt/
H A Dterminate.cc35 __attribute__((weak))
/freebsd-9.3-release/contrib/libstdc++/config/os/bsd/darwin/
H A Dos_defines.h45 #define _GLIBCXX_WEAK_DEFINITION __attribute__ ((weak))
/freebsd-9.3-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_packon.h78 #define PACK_SUFFIX __attribute__((packed))
/freebsd-9.3-release/contrib/openbsm/compat/
H A Dcompat.h43 #define __unused __attribute__((__unused__))
47 #define __packed __attribute__((__packed__))
51 #define __dead2 __attribute__((__noreturn__))
56 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
/freebsd-9.3-release/crypto/openssh/
H A Dxmalloc.h24 __attribute__((__format__ (printf, 2, 3)))
25 __attribute__((__nonnull__ (2)));
/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dint_util.c26 extern void panic(const char *, ...) __attribute__((noreturn));
27 __attribute__((visibility("hidden")))
36 int line, const char * message) __attribute__((noreturn));
38 __attribute__((weak))
39 __attribute__((visibility("hidden")))
50 __attribute__((weak))
51 __attribute__((visibility("hidden")))
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtbmintrin.h37 static __inline__ unsigned int __attribute__((__always_inline__, __nodebug__))
43 static __inline__ unsigned int __attribute__((__always_inline__, __nodebug__))
49 static __inline__ unsigned int __attribute__((__always_inline__, __nodebug__))
55 static __inline__ unsigned int __attribute__((__always_inline__, __nodebug__))
61 static __inline__ unsigned int __attribute__((__always_inline__, __nodebug__))
67 static __inline__ unsigned int __attribute__((__always_inline__, __nodebug__))
73 static __inline__ unsigned int __attribute__((__always_inline__, __nodebug__))
79 static __inline__ unsigned int __attribute__((__always_inline__, __nodebug__))
85 static __inline__ unsigned int __attribute__((__always_inline__, __nodebug__))
94 static __inline__ unsigned long long __attribute__((__always_inline_
[all...]
H A Dbmiintrin.h35 static __inline__ unsigned short __attribute__((__always_inline__, __nodebug__))
41 static __inline__ unsigned int __attribute__((__always_inline__, __nodebug__))
47 static __inline__ unsigned int __attribute__((__always_inline__, __nodebug__))
53 static __inline__ unsigned int __attribute__((__always_inline__, __nodebug__))
59 static __inline__ unsigned int __attribute__((__always_inline__, __nodebug__))
65 static __inline__ unsigned int __attribute__((__always_inline__, __nodebug__))
71 static __inline__ unsigned int __attribute__((__always_inline__, __nodebug__))
78 static __inline__ unsigned long long __attribute__((__always_inline__, __nodebug__))
84 static __inline__ unsigned long long __attribute__((__always_inline__, __nodebug__))
90 static __inline__ unsigned long long __attribute__((__always_inline_
[all...]
/freebsd-9.3-release/contrib/expat/lib/
H A Dinternal.h30 #define FASTCALL __attribute__((stdcall, regparm(3)))
33 #define FASTCALL __attribute__((regparm(3)))
34 #define PTRFASTCALL __attribute__((regparm(3)))
/freebsd-9.3-release/contrib/libreadline/
H A Drlstdc.h39 #ifndef __attribute__
41 # define __attribute__(x) macro
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dlex.h39 __attribute__ ((format (printf, 1, 2)));
/freebsd-9.3-release/sys/boot/zfs/
H A Ddevicename_stubs.c33 __attribute__((weak))
40 __attribute__((weak))
/freebsd-9.3-release/sys/contrib/dev/acpica/include/platform/
H A Dacgcc.h57 #define ACPI_PRINTF_LIKE(c) __attribute__ ((__format__ (__printf__, c, c+1)))
65 #define ACPI_UNUSED_VAR __attribute__ ((unused))
/freebsd-9.3-release/contrib/cvs/src/
H A Derror.h27 #ifndef __attribute__
30 # define __attribute__(Spec) /* empty */ macro
43 __attribute__ ((__format__ (__printf__, 3, 4)));
51 void error_exit (void) __attribute__ ((__noreturn__));
/freebsd-9.3-release/contrib/diff/lib/
H A Derror.h22 #ifndef __attribute__
25 # define __attribute__(Spec) /* empty */ macro
44 __attribute__ ((__format__ (__printf__, 3, 4)));
48 __attribute__ ((__format__ (__printf__, 5, 6)));
/freebsd-9.3-release/contrib/gcc/config/
H A Dfixunsdfsi.c2 typedef unsigned int USItype __attribute__ ((mode (SI)));
3 typedef int SItype __attribute__ ((mode (SI)));
4 typedef float SFtype __attribute__ ((mode (SF)));
5 typedef float DFtype __attribute__ ((mode (DF)));

Completed in 155 milliseconds

1234567891011>>