Lines Matching defs:x
78 #define __GNUC_PREREQ__(x, y) \ argument
85 #define __GNUC_PREREQ__(x, y) 0 argument
121 #define __static_cast(x,y) static_cast<x>(y) argument
125 #define __static_cast(x,y) (x)y argument
136 #define ___STRING(x) __STRING(x) argument
137 #define ___CONCAT(x,y) __CONCAT(x,y) argument
138 #define __CONCAT(x,y) x ## y argument
139 #define __STRING(x) #x argument
196 #define __attribute__(x) /* delete __attribute__ if non-gcc or gcc1 */ argument
225 #define __aligned(x) __attribute__((__aligned__(x))) argument
226 #define __section(x) __attribute__((__section__(x))) argument
229 #define __aligned(x) /* delete */ argument
230 #define __section(x) /* delete */ argument
233 #define __aligned(x) error: no __aligned for this compiler argument
234 #define __section(x) error: no __section for this compiler argument
265 #define __RENAME(x) argument