HomeSort by: relevance | last modified time | path
    Searched defs:exception (Results 1 - 25 of 146) sorted by relevancy

1 2 3 4 5 6

  /src/sys/sys/
userret.h 51 int exception; local
56 exception = l->l_cpu->ci_want_resched | (l->l_flag & LW_USERRET);
58 if (__predict_false(exception)) {
userret.h 51 int exception; local
56 exception = l->l_cpu->ci_want_resched | (l->l_flag & LW_USERRET);
58 if (__predict_false(exception)) {
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
exception.h 0 // Exception Handling support header for -*- C++ -*-
18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
26 /** @file bits/exception.h
56 * your own %exception classes, or use a different hierarchy, or to
59 class exception class
62 exception() _GLIBCXX_NOTHROW { }
63 virtual ~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_NOTHROW;
65 exception(const exception&) = default
    [all...]
exception.h 0 // Exception Handling support header for -*- C++ -*-
18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
26 /** @file bits/exception.h
56 * your own %exception classes, or use a different hierarchy, or to
59 class exception class
62 exception() _GLIBCXX_NOTHROW { }
63 virtual ~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_NOTHROW;
65 exception(const exception&) = default
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
exception.h 0 // Exception Handling support header for -*- C++ -*-
18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
26 /** @file bits/exception.h
58 * your own %exception classes, or use a different hierarchy, or to
61 class exception class in namespace:std
64 exception() _GLIBCXX_NOTHROW { }
65 virtual ~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_NOTHROW;
67 exception(const exception&) = default
    [all...]
exception.h 0 // Exception Handling support header for -*- C++ -*-
18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
26 /** @file bits/exception.h
58 * your own %exception classes, or use a different hierarchy, or to
61 class exception class in namespace:std
64 exception() _GLIBCXX_NOTHROW { }
65 virtual ~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_NOTHROW;
67 exception(const exception&) = default
    [all...]
  /src/external/bsd/libc++/dist/libcxxrt/src/
stdexcept.h 35 class exception class in namespace:std
38 exception() throw();
39 exception(const exception&) throw();
40 exception& operator=(const exception&) throw();
41 virtual ~exception();
47 * Bad allocation exception. Thrown by ::operator new() if it fails.
49 class bad_alloc: public exception
60 * Bad cast exception. Thrown by the __cxa_bad_cast() helper function
    [all...]
stdexcept.h 35 class exception class in namespace:std
38 exception() throw();
39 exception(const exception&) throw();
40 exception& operator=(const exception&) throw();
41 virtual ~exception();
47 * Bad allocation exception. Thrown by ::operator new() if it fails.
49 class bad_alloc: public exception
60 * Bad cast exception. Thrown by the __cxa_bad_cast() helper function
    [all...]
stdexcept.cc 34 exception::exception() throw() {} function in class:std::exception
35 exception::~exception() {}
36 exception::exception(const exception&) throw() {} function in class:std::exception
37 exception& exception::operator=(const exception&) throw(
    [all...]
stdexcept.cc 34 exception::exception() throw() {} function in class:std::exception
35 exception::~exception() {}
36 exception::exception(const exception&) throw() {} function in class:std::exception
37 exception& exception::operator=(const exception&) throw(
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
usp.S 15 loadsym r0, exception;
34 # Move up to exception space
37 exception: label
usp.S 15 loadsym r0, exception;
34 # Move up to exception space
37 exception: label
hwloop-bits.S 37 loadsym R0, exception;
83 exception: label
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
usp.S 15 loadsym r0, exception;
34 # Move up to exception space
37 exception: label
usp.S 15 loadsym r0, exception;
34 # Move up to exception space
37 exception: label
hwloop-bits.S 37 loadsym R0, exception;
83 exception: label
  /src/external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/
init.scm 30 (define %exception-keys '(gdb:error
38 (define (%exception-printer port key args default-printer)
47 ;; Print the message part of a gdb:with-stack exception.
48 ;; The arg list is the way it is because it's passed to set-exception-printer!.
52 (define (%with-stack-exception-printer port key args default-printer)
55 (%exception-printer port real-key real-args default-printer)))
57 ;; Copy of Guile's print-exception that tweaks the output for our purposes.
60 (define (%print-exception-message-worker port key args)
67 (%exception-printer port key args default-printer))
69 (format port "Error while printing gdb exception: ~a ~s.
    [all...]
init.scm 30 (define %exception-keys '(gdb:error
38 (define (%exception-printer port key args default-printer)
47 ;; Print the message part of a gdb:with-stack exception.
48 ;; The arg list is the way it is because it's passed to set-exception-printer!.
52 (define (%with-stack-exception-printer port key args default-printer)
55 (%exception-printer port real-key real-args default-printer)))
57 ;; Copy of Guile's print-exception that tweaks the output for our purposes.
60 (define (%print-exception-message-worker port key args)
67 (%exception-printer port key args default-printer))
69 (format port "Error while printing gdb exception: ~a ~s.
    [all...]
  /src/external/gpl3/gdb/dist/gdb/guile/lib/gdb/
init.scm 30 (define %exception-keys '(gdb:error
38 (define (%exception-printer port key args default-printer)
47 ;; Print the message part of a gdb:with-stack exception.
48 ;; The arg list is the way it is because it's passed to set-exception-printer!.
52 (define (%with-stack-exception-printer port key args default-printer)
55 (%exception-printer port real-key real-args default-printer)))
57 ;; Copy of Guile's print-exception that tweaks the output for our purposes.
60 (define (%print-exception-message-worker port key args)
67 (%exception-printer port key args default-printer))
69 (format port "Error while printing gdb exception: ~a ~s.
    [all...]
init.scm 30 (define %exception-keys '(gdb:error
38 (define (%exception-printer port key args default-printer)
47 ;; Print the message part of a gdb:with-stack exception.
48 ;; The arg list is the way it is because it's passed to set-exception-printer!.
52 (define (%with-stack-exception-printer port key args default-printer)
55 (%exception-printer port real-key real-args default-printer)))
57 ;; Copy of Guile's print-exception that tweaks the output for our purposes.
60 (define (%print-exception-message-worker port key args)
67 (%exception-printer port key args default-printer))
69 (format port "Error while printing gdb exception: ~a ~s.
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ft32/
ft32-sim.h 40 int exception; member in struct:ft32_cpu_state
  /src/external/gpl3/gdb/dist/sim/ft32/
ft32-sim.h 40 int exception; member in struct:ft32_cpu_state
  /src/external/mpl/bind/dist/bin/tests/system/stress/
tests_stress_update.py 15 import dns.exception namespace
48 except dns.exception.Timeout:
  /src/external/mpl/bind/dist/bin/tests/system/doth/
tests_gnutls.py 19 import dns.exception namespace
93 except dns.exception.FormError:
  /src/external/mpl/bind/dist/bin/tests/system/tkey/
tests_no_options.py 17 import dns.exception namespace
100 except dns.exception.Timeout:

Completed in 41 milliseconds

1 2 3 4 5 6