Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtarget.h84 struct TargetCPP struct
86 enum class Runtime : unsigned char
95 …bool reverseOverloads; // with dmc and cl, overloaded functions are grouped and in reverse order
96 bool exceptions; // set if catching C++ exceptions is supported
97 … bool twoDtorInVtable; // target C++ ABI puts deleting and non-deleting destructor into vtable
98 …splitVBasetable; // set if C++ ABI uses separate tables for virtual functions and virtual bases
99 bool wrapDtorInExternD; // set if C++ dtors require a D wrapper to be callable from runtime
100 Runtime runtime;