Searched defs:CXXExceptionsEnabled (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Driver/
H A DTools.cpp1394 bool CXXExceptionsEnabled = ExceptionsEnabled; local
1401 CXXExceptionsEnabled = true;
1403 CXXExceptionsEnabled = false;
1406 if (CXXExceptionsEnabled) {

Completed in 152 milliseconds