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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
H A Dfeatures.h580 #define __C_CAST(__x, __y) ((__x)(__y)) macro
586 # define __STATIC_CAST(__x,__y) __C_CAST(__x, __y)
587 # define __CONST_CAST(__x,__y) __C_CAST(__x, __y)
588 # define __REINTERPRET_CAST(__x,__y) __C_CAST(__x, __y)

Completed in 90 milliseconds