Home | History | Annotate | Download | only in bits

Lines Matching refs:__w

74     __typeof__(__n) __w = (__n);			       		   \
77 *__p = __w; \
79 __w; })
84 __typeof__(__n) __w = (__n); \
88 *__p __o __w; \
96 __typeof__(__n) __w = (__n); \
103 *__p = (__i_type)__w; \
550 __typeof__(__p) __w = (__p);
553 *__p2 = reinterpret_cast<__pointer_type>(__w);
555 __w;
588 __typeof__(__p) __w = (__p);
592 *__p2 = __w;