Searched defs:__attribute__ (Results 1 - 2 of 2) sorted by relevance

/development/ndk/platforms/android-3/include/sys/
H A Dcdefs.h162 * GCC2 uses a new, peculiar __attribute__((attrs)) style. All of
167 #define __attribute__(x) /* delete __attribute__ if non-gcc or gcc1 */ macro
181 #define __unused __attribute__((__unused__))
187 #define __used __attribute__((__used__))
193 #define __packed __attribute__((__packed__))
194 #define __aligned(x) __attribute__((__aligned__(x)))
195 #define __section(x) __attribute__((__section__(x)))
313 #define __noreturn __attribute__((__noreturn__))
314 #define __mallocfunc __attribute__((mallo
[all...]
/development/ndk/platforms/android-9/include/sys/
H A Dcdefs.h156 * GCC2 uses a new, peculiar __attribute__((attrs)) style. All of
161 #define __attribute__(x) /* delete __attribute__ if non-gcc or gcc1 */ macro
175 #define __unused __attribute__((__unused__))
181 #define __used __attribute__((__used__))
187 #define __packed __attribute__((__packed__))
188 #define __aligned(x) __attribute__((__aligned__(x)))
189 #define __section(x) __attribute__((__section__(x)))
307 #define __noreturn __attribute__((__noreturn__))
308 #define __mallocfunc __attribute__((mallo
[all...]

Completed in 90 milliseconds