Home
last modified time | relevance | path

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

/trunk/main/sal/inc/sal/
H A Dtypes.h373 #define SAL_REINTERPRET_CAST(type, expr) (reinterpret_cast< type >(expr)) macro
377 #define SAL_REINTERPRET_CAST(type, expr) ((type) (expr)) macro

Completed in 11 milliseconds