Home | History | Annotate | Download | only in misc

Lines Matching defs:REINTERPRET_CAST

53 #define REINTERPRET_CAST(__dt, __st)	reinterpret_cast<__dt>(__st)
63 #define REINTERPRET_CAST(__dt, __st) ((__dt)(__st))
244 raise(reinterpret_cast<int(*)(int)>
245 (reinterpret_cast<uintptr_t>(fun_type_mismatch))(1) ? SIGSEGV : SIGBUS);
299 volatile bool b = *(REINTERPRET_CAST(volatile bool *, &a));
322 volatile enum e E = *(REINTERPRET_CAST(volatile enum e*, &a));
476 raise(fun_nonnull_arg(REINTERPRET_CAST(void *, a)) ? SIGSEGV : SIGBUS);
497 ptr = REINTERPRET_CAST(void *, a);
528 return REINTERPRET_CAST(void *, a);
580 volatile int *ptr = REINTERPRET_CAST(int *, a);
744 b = REINTERPRET_CAST(volatile int *, &A[1]);