Lines Matching defs:const
154 #define __const const /* define reserved names to standard */
179 * const, inline etc. as normal identifiers should define -DNO_ANSI_KEYWORDS.
184 #define const /* delete ANSI C keywords */
471 ((__size_t)(__uintptr_t)((const volatile void *)&((type *)0)->field))
475 (&reinterpret_cast <const volatile char &> \
490 const volatile __typeof(((s *)0)->m) *__x = (x); \
491 __DEQUALIFY(s *, (const volatile char *)__x - __offsetof(s, m));\
495 __DEQUALIFY(s *, (const volatile char *)(x) - __offsetof(s, m))
573 #define __IDSTRING(name,string) static const char name[] __unused = string
623 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var))
631 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var))