Searched defs:ExceptionsEnabled (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Driver/
H A DTools.cpp1656 bool ExceptionsEnabled; member in struct:__anon17894::ExceptionSettings
1658 ExceptionSettings() : ExceptionsEnabled(false),
1670 ES.ExceptionsEnabled = (Triple.getArch() != llvm::Triple::xcore);
1678 ES.ExceptionsEnabled = true;
1680 ES.ExceptionsEnabled = false;
1687 if (ES.ExceptionsEnabled && DidHaveExplicitExceptionFlag)
1731 bool CXXExceptionsEnabled = ES.ExceptionsEnabled;

Completed in 191 milliseconds