Searched refs:SAL_REINTERPRET_CAST (Results 1 – 1 of 1) sorted by relevance
346 #define SAL_REINTERPRET_CAST(type, expr) (reinterpret_cast< type >(expr)) macro350 #define SAL_REINTERPRET_CAST(type, expr) ((type) (expr)) macro
Completed in 19 milliseconds