Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_os.h233 #define CCAST(type, var) const_cast<type>(var) macro
/freebsd/contrib/file/src/
H A Dfile.h432 #define CCAST(T, b) const_cast<T>(b) macro
436 #define CCAST(T, b) ((T)(uintptr_t)(b)) macro