Home
last modified time | relevance | path

Searched refs:__C_CAST (Results 1 – 1 of 1) sorted by relevance

/external/stlport/stlport/stl/config/
Dfeatures.h586 #define __C_CAST(__x, __y) ((__x)(__y)) macro
592 # define __STATIC_CAST(__x,__y) __C_CAST(__x, __y)
593 # define __CONST_CAST(__x,__y) __C_CAST(__x, __y)
594 # define __REINTERPRET_CAST(__x,__y) __C_CAST(__x, __y)