Home | History | Annotate | Download | only in config

Lines Matching defs:__CONST_CAST

582 #  define __CONST_CAST(__x,__y) const_cast<__x>(__y)
587 # define __CONST_CAST(__x,__y) __C_CAST(__x, __y)
634 # define _STLP_MUTABLE(type, x) __CONST_CAST(type*, this)->x