Searched refs:__attribute__ (Results 1 - 25 of 221) sorted by path

123456789

/haiku/headers/build/
H A DHaikuBuildCompatibility.h75 __attribute__((format(__printf__, _format_, _args_)))
/haiku/headers/build/gcc-2.95.3/
H A Dva-ppc.h102 extern void __va_arg_type_violation(void) __attribute__((__noreturn__));
H A Dva-sparc.h92 typedef unsigned int __ptrint __attribute__ ((__mode__ (__DI__)));
H A Dvarargs.h97 typedef int __builtin_va_alist_t __attribute__((__mode__(__word__)));
/haiku/headers/compatibility/bsd/sys/
H A Dcdefs.h19 #define __printflike(a, b) __attribute__ ((format (__printf__, (a), (b))))
/haiku/headers/cpp/std/
H A Dcomplext.h36 #if ! defined (__GNUG__) && ! defined (__attribute__)
37 #define __attribute__(foo) /* Ignore. */ macro
133 imag (const complex<_FLT>& x) __attribute__ ((const));
142 real (const complex<_FLT>& x) __attribute__ ((const));
151 operator + (const complex<_FLT>& x, const complex<_FLT>& y) __attribute__ ((const));
160 operator + (const complex<_FLT>& x, _FLT y) __attribute__ ((const));
169 operator + (_FLT x, const complex<_FLT>& y) __attribute__ ((const));
178 operator - (const complex<_FLT>& x, const complex<_FLT>& y) __attribute__ ((const));
187 operator - (const complex<_FLT>& x, _FLT y) __attribute__ ((const));
196 operator - (_FLT x, const complex<_FLT>& y) __attribute__ ((cons
[all...]
/haiku/headers/glibc/
H A D_G_config.h95 typedef int _G_int16_t __attribute__ ((__mode__ (__HI__)));
96 typedef int _G_int32_t __attribute__ ((__mode__ (__SI__)));
97 typedef unsigned int _G_uint16_t __attribute__ ((__mode__ (__HI__)));
98 typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__)));
/haiku/headers/libs/udis86/libudis86/
H A Dsyn.h40 __attribute__ ((format (printf, 2, 3)));
H A Dtypes.h49 # define UD_ATTR_PACKED __attribute__((packed))
/haiku/headers/os/arch/arm/
H A Darch_debugger.h28 } __attribute__((aligned(8)));
/haiku/headers/os/arch/m68k/
H A Darch_debugger.h29 } __attribute__((aligned(8)));
/haiku/headers/os/arch/mipsel/
H A Darch_debugger.h12 } __attribute__((aligned(8)));
/haiku/headers/os/arch/ppc/
H A Darch_debugger.h11 } __attribute__((aligned(8)));
/haiku/headers/os/arch/sparc/
H A Darch_debugger.h12 } __attribute__((aligned(8)));
/haiku/headers/os/arch/x86/
H A Darch_debugger.h65 } __attribute__((aligned(16)));
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_acl.h16 } __attribute__ ((packed)) ;
H A DbtHCI_command.h16 } __attribute__ ((packed));
36 } __attribute__ ((packed));
42 } __attribute__ ((packed));
51 } __attribute__ ((packed));
57 } __attribute__ ((packed));
65 } __attribute__ ((packed));*/
72 } __attribute__ ((packed));
78 } __attribute__ ((packed));
83 } __attribute__ ((packed));
91 } __attribute__ ((packe
[all...]
H A DbtHCI_event.h17 } __attribute__ ((packed));
31 } __attribute__ ((packed));
40 } __attribute__ ((packed));
47 } __attribute__ ((packed));
54 } __attribute__ ((packed));
60 } __attribute__ ((packed));
67 } __attribute__ ((packed));
74 } __attribute__ ((packed));
80 } __attribute__ ((packed));
87 } __attribute__ ((packe
[all...]
H A DbtHCI_sco.h15 } __attribute__((packed));
/haiku/headers/os/bluetooth/
H A Dbluetooth.h25 } __attribute__((packed)) bdaddr_t;
37 } __attribute__((packed)) linkkey_t;
/haiku/headers/posix/arch/x86/
H A Dnpx.h44 #define __aligned(x) __attribute__((__aligned__(x)))
/haiku/headers/posix/arch/x86_64/
H A Dfpu.h44 #define __aligned(x) __attribute__((__aligned__(x)))
/haiku/headers/posix/
H A Dsetjmp.h33 __attribute__ ((noreturn));
35 __attribute__ ((noreturn));
37 __attribute__ ((noreturn));
H A Dstdio_pre.h17 #define __PRINTFLIKE(format, varargs) __attribute__ ((__format__ (__printf__, format, varargs)))
18 #define __SCANFLIKE(format, varargs) __attribute__((__format__ (__scanf__, format, varargs)))
/haiku/headers/private/firewire/
H A Diec68113.h95 } __attribute__ ((packed)) dv;

Completed in 127 milliseconds

123456789