Home | History | Annotate | Download | only in config

Lines Matching defs:__REINTERPRET_CAST

584 #  define __REINTERPRET_CAST(__x,__y) reinterpret_cast<__x>(__y)
588 # define __REINTERPRET_CAST(__x,__y) __C_CAST(__x, __y)