Go to the documentation of this file.
38 #define CXXRBUILTINFUNCTION BuiltInFunction
47 #define CXXRCONST const
54 #define CXXRCONSTRUCT(type, expr) type(expr)
61 #define CXXRCCAST(type, expr) const_cast<type>(expr)
68 #define CXXRSCAST(type, expr) static_cast<type>(expr)
75 #define CXXRFALSE FALSE
98 #define CXXRUNSIGNED unsigned