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
57 #define __has_attribute(x) 0 argument
73 #define __GNUC_PREREQ(x, y) \ argument
77 #define __GNUC_PREREQ(x, y) 0 argument
87 #define __static_cast(x,y) static_cast<x>(y) argument
91 #define __static_cast(x,y) (x)y argument
102 #define ___STRING(x) __STRING(x) argument
103 #define ___CONCAT(x,y) __CONCAT(x,y) argument
107 #define __CONCAT(x,y) x ## y argument
108 #define __STRING(x) #x argument
123 #define __CONCAT(x,y) x/**/y argument
124 #define __STRING(x) "x" argument
155 #define __aligned(x) __attribute__((__aligned__(x))) argument
156 #define __section(x) __attribute__((__section__(x))) argument
158 #define __statement(x) __extension__(x) argument
162 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) __nonnull((x)) argument
163 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x)) argument
444 #define __RENAME(x) __asm__(#x) argument