Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching full:exceptions

1 //===-- ExceptionDemo.cpp - An example using llvm Exceptions --------------===//
11 // shows several test cases including the handling of foreign exceptions.
15 // <= 6 and >= 1 will cause the associated generated exceptions to be thrown
17 // will result in exceptions which pass through to the test harness. All other
168 // Various globals used to support typeinfo and generatted exceptions in
1240 // Note: function handles NULL exceptions
1424 // Throws one of our Exceptions
1456 // generated exceptions.
1526 // foreign exceptions to be thrown.
1566 /// Represents our foreign exceptions
1625 // Catch all exceptions including our generated ones. This latter
1628 // given that these will be exceptions foreign to C++
1934 /// will result in exceptions which pass through to the test harness. All other
1942 "generated exceptions to be caught;\n"
1943 " the value -1 for foreign C++ exceptions to be "
1945 " or the values > 6 for exceptions to be ignored.\n"
2007 // the function which throws foreign exceptions.