Lines Matching defs:x
48 #define __has_feature(x) 0 argument
51 #define __has_include(x) 0 argument
54 #define __has_builtin(x) 0 argument
70 #define __GNUC_PREREQ(x, y) \ argument
74 #define __GNUC_PREREQ(x, y) 0 argument
82 #define __static_cast(x,y) static_cast<x>(y) argument
86 #define __static_cast(x,y) (x)y argument
97 #define ___STRING(x) __STRING(x) argument
98 #define ___CONCAT(x,y) __CONCAT(x,y) argument
102 #define __CONCAT(x,y) x ## y argument
103 #define __STRING(x) #x argument
118 #define __CONCAT(x,y) x/**/y argument
119 #define __STRING(x) "x" argument
179 #define __attribute__(x) /* delete __attribute__ if non-gcc or gcc1 */ argument
208 #define __aligned(x) __attribute__((__aligned__(x))) argument
209 #define __section(x) __attribute__((__section__(x))) argument
212 #define __aligned(x) /* delete */ argument
213 #define __section(x) /* delete */ argument
216 #define __aligned(x) error: no __aligned for this compiler argument
217 #define __section(x) error: no __section for this compiler argument
225 #define __statement(x) __extension__(x) argument
227 #define __statement(x) (0) argument
229 #define __statement(x) (x) argument
234 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) __nonnull((x)) argument
235 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x)) argument
272 #define __RENAME(x) ___RENAME(x) argument
275 #define __RENAME(x) __symbolrename(x) argument
281 #define __RENAME(x) no renaming in kernel or standalone environment argument