Searched defs:CCAST (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_os.h218 #define CCAST(type, var) const_cast<type>(var) macro
274 #define CCAST(type, var) (type)(var) macro
/freebsd-13-stable/contrib/file/src/
H A Dfile.h397 #define CCAST(T, b) const_cast<T>(b) macro
401 #define CCAST(T, b) ((T)(uintptr_t)(b)) macro

Completed in 130 milliseconds