HomeSort by: relevance | last modified time | path
    Searched defs:my_exception (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-catch-cpp-exceptions.cc 18 class my_exception class
24 my_exception (int v) function in class:my_exception
34 my_exception ex (4);
46 } catch (const my_exception &ex) /* Catch 1. */
62 } catch (const my_exception &ex) /* Catch 2. */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-catch-cpp-exceptions.cc 18 class my_exception class
24 my_exception (int v) function in class:my_exception
34 my_exception ex (4);
47 catch (const my_exception &ex) /* Catch 1. */
64 catch (const my_exception &ex) /* Catch 2. */

Completed in 15 milliseconds