Searched defs:CCAST (Results 1 – 2 of 2) sorted by relevance
234 #define CCAST(type, var) const_cast<type>(var) macro
443 #define CCAST(T, b) const_cast<T>(b) macro447 #define CCAST(T, b) ((T)(uintptr_t)(b)) macro