Searched defs:TargetCPP (Results 1 – 1 of 1) sorted by relevance
84 struct TargetCPP struct86 enum class Runtime : unsigned char95 …bool reverseOverloads; // with dmc and cl, overloaded functions are grouped and in reverse order96 bool exceptions; // set if catching C++ exceptions is supported97 … bool twoDtorInVtable; // target C++ ABI puts deleting and non-deleting destructor into vtable98 …splitVBasetable; // set if C++ ABI uses separate tables for virtual functions and virtual bases99 bool wrapDtorInExternD; // set if C++ dtors require a D wrapper to be callable from runtime100 Runtime runtime;