Home
last modified time | relevance | path

Searched refs:cppExceptions (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-target.cc52 bool Target::cppExceptions; member in Target
177 Target::cppExceptions = true; in _init()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtarget.h34 static bool cppExceptions; // set if catching C++ exceptions is supported member
H A Dstatementsem.c3832 if (!Target::cppExceptions) in semantic()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-201659 * d-target.cc (Target::cppExceptions): New variable.