|  | 
| #define | __alignof(x)   __offsetof(struct { char __a; x __b; }, __b) | 
|  | 
| #define | __alloc_align(x) | 
|  | 
| #define | __alloc_size(x) | 
|  | 
| #define | __always_inline | 
|  | 
| #define | __arg_type_tag(arg_kind,  arg_idx,  type_tag_idx) | 
|  | 
| #define | __asserts_exclusive(...)   __lock_annotate(assert_exclusive_lock(__VA_ARGS__)) | 
|  | 
| #define | __asserts_shared(...)   __lock_annotate(assert_shared_lock(__VA_ARGS__)) | 
|  | 
| #define | __BEGIN_DECLS | 
|  | 
| #define | __BSD_VISIBLE   1 | 
|  | 
| #define | __CONCAT(x,  y)   xy | 
|  | 
| #define | __const   /* delete pseudo-ANSI C keywords */ | 
|  | 
| #define | __containerof(x,  s,  m)   __DEQUALIFY(s *, (const volatile char *)(x) - __offsetof(s, m)) | 
|  | 
| #define | __COPYRIGHT(s)   __IDSTRING(__CONCAT(__copyright_,__LINE__),s) | 
|  | 
| #define | __datatype_type_tag(kind,  type) | 
|  | 
| #define | __dead2 | 
|  | 
| #define | __DECONST(type,  var)   ((type)(__uintptr_t)(const void *)(var)) | 
|  | 
| #define | __DEQUALIFY(type,  var)   ((type)(__uintptr_t)(const volatile void *)(var)) | 
|  | 
| #define | __DEVOLATILE(type,  var)   ((type)(__uintptr_t)(volatile void *)(var)) | 
|  | 
| #define | __END_DECLS | 
|  | 
| #define | __exported | 
|  | 
| #define | __EXT1_VISIBLE   1 | 
|  | 
| #define | __fastcall | 
|  | 
| #define | __FBSDID(s)   __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) | 
|  | 
| #define | __format_arg(fmtarg) | 
|  | 
| #define | __func__   NULL | 
|  | 
| #define | __GLOBL(sym)   __GLOBL1(sym) | 
|  | 
| #define | __GLOBL1(sym)   __asm__(".globl " #sym) | 
|  | 
| #define | __GNUC_PREREQ__(ma,  mi)   0 | 
|  | 
| #define | __guarded_by(x)   __lock_annotate(guarded_by(x)) | 
|  | 
| #define | __has_attribute(x)   0 | 
|  | 
| #define | __has_builtin(x)   0 | 
|  | 
| #define | __has_extension   __has_feature | 
|  | 
| #define | __has_feature(x)   0 | 
|  | 
| #define | __has_include(x)   0 | 
|  | 
| #define | __hidden | 
|  | 
| #define | __IDSTRING(name,  string)   static const char name[] __unused = string | 
|  | 
| #define | __inline | 
|  | 
| #define | __ISO_C_VISIBLE   2011 | 
|  | 
| #define | __lock_annotate(x) | 
|  | 
| #define | __lockable   __lock_annotate(lockable) | 
|  | 
| #define | __locks_exclusive(...)   __lock_annotate(exclusive_lock_function(__VA_ARGS__)) | 
|  | 
| #define | __locks_shared(...)   __lock_annotate(shared_lock_function(__VA_ARGS__)) | 
|  | 
| #define | __malloc_like | 
|  | 
| #define | __min_size(x)   (x) | 
|  | 
| #define | __no_lock_analysis   __lock_annotate(no_thread_safety_analysis) | 
|  | 
| #define | __noinline | 
|  | 
| #define | __nonnull(x) | 
|  | 
| #define | __nonnull_all | 
|  | 
| #define | __null_sentinel | 
|  | 
| #define | __NULLABILITY_PRAGMA_POP | 
|  | 
| #define | __NULLABILITY_PRAGMA_PUSH | 
|  | 
| #define | __offsetof(type,  field)   ((__size_t)(__uintptr_t)((const volatile void *)&((type *)0)->field)) | 
|  | 
| #define | __P(protos)   ()		/* traditional C preprocessor */ | 
|  | 
| #define | __POSIX_VISIBLE   200809 | 
|  | 
| #define | __predict_false(exp)   (exp) | 
|  | 
| #define | __predict_true(exp)   (exp) | 
|  | 
| #define | __printf0like(fmtarg,  firstvararg) | 
|  | 
| #define | __printflike(fmtarg,  firstvararg) | 
|  | 
| #define | __pt_guarded_by(x)   __lock_annotate(pt_guarded_by(x)) | 
|  | 
| #define | __pure | 
|  | 
| #define | __pure2 | 
|  | 
| #define | __rangeof(type,  start,  end)   (__offsetof(type, end) - __offsetof(type, start)) | 
|  | 
| #define | __RCSID(s)   __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) | 
|  | 
| #define | __RCSID_SOURCE(s)   __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) | 
|  | 
| #define | __requires_exclusive(...)   __lock_annotate(exclusive_locks_required(__VA_ARGS__)) | 
|  | 
| #define | __requires_shared(...)   __lock_annotate(shared_locks_required(__VA_ARGS__)) | 
|  | 
| #define | __requires_unlocked(...)   __lock_annotate(locks_excluded(__VA_ARGS__)) | 
|  | 
| #define | __restrict | 
|  | 
| #define | __result_use_check | 
|  | 
| #define | __returns_twice | 
|  | 
| #define | __scanflike(fmtarg,  firstvararg) | 
|  | 
| #define | __SCCSID(s)   __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) | 
|  | 
| #define | __signed | 
|  | 
| #define | __strfmonlike(fmtarg,  firstvararg) | 
|  | 
| #define | __strftimelike(fmtarg,  firstvararg) | 
|  | 
| #define | __STRING(x)   "x" | 
|  | 
| #define | __trylocks_exclusive(...)   __lock_annotate(exclusive_trylock_function(__VA_ARGS__)) | 
|  | 
| #define | __trylocks_shared(...)   __lock_annotate(shared_trylock_function(__VA_ARGS__)) | 
|  | 
| #define | __unlocks(...)   __lock_annotate(unlock_function(__VA_ARGS__)) | 
|  | 
| #define | __unreachable()   ((void)0) | 
|  | 
| #define | __unused | 
|  | 
| #define | __volatile | 
|  | 
| #define | __weak_symbol   __attribute__((__weak__)) | 
|  | 
| #define | __XSI_VISIBLE   700 | 
|  | 
| #define | _Alignas(x)   __aligned(x) | 
|  | 
| #define | _Alignof(x)   __alignof(x) | 
|  | 
| #define | _Atomic(T)   struct { T volatile __val; } | 
|  | 
| #define | _Nonnull | 
|  | 
| #define | _Noreturn   __dead2 | 
|  | 
| #define | _Null_unspecified | 
|  | 
| #define | _Nullable | 
|  | 
| #define | _Static_assert(x,  y)   struct __hack | 
|  | 
| #define | _Thread_local   __thread | 
|  | 
| #define | const   /* delete ANSI C keywords */ | 
|  | 
| #define | inline | 
|  | 
| #define | signed | 
|  | 
| #define | volatile | 
|  |