Searched refs:__C_CAST (Results 1 – 1 of 1) sorted by relevance
586 #define __C_CAST(__x, __y) ((__x)(__y)) macro592 # 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)