Lines Matching refs:uncaught_exception
6 This check will warn on calls to ``std::uncaught_exception`` and replace them
7 with calls to ``std::uncaught_exceptions``, since ``std::uncaught_exception``
15 #define MACRO1 std::uncaught_exception
16 #define MACRO2 std::uncaught_exception
18 int uncaught_exception() {
25 res = uncaught_exception();
31 res = std::uncaught_exception();
34 using std::uncaught_exception;
37 res = uncaught_exception();
45 #define MACRO1 std::uncaught_exception
46 #define MACRO2 std::uncaught_exception
48 int uncaught_exception() {
55 res = uncaught_exception();