Searched refs:nested_exception (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/
H A Dnested_exception.h1 // Nested Exception support header (nested_exception class) for -*- C++ -*-
25 /** @file nested_exception.h
55 class nested_exception class in namespace:std
60 nested_exception() throw() : _M_ptr(current_exception()) { } function in class:std::nested_exception
62 nested_exception(const nested_exception&) = default;
64 nested_exception& operator=(const nested_exception&) = default;
66 inline virtual ~nested_exception();
77 inline nested_exception
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/
H A Dnested_exception.h1 // Nested Exception support header (nested_exception class) for -*- C++ -*-
25 /** @file nested_exception.h
55 class nested_exception class in namespace:std
60 nested_exception() throw() : _M_ptr(current_exception()) { } function in class:std::nested_exception
62 nested_exception(const nested_exception&) = default;
64 nested_exception& operator=(const nested_exception&) = default;
66 inline virtual ~nested_exception();
77 inline nested_exception
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dnested_exception.h1 // Nested Exception support header (nested_exception class) for -*- C++ -*-
25 /** @file bits/nested_exception.h
55 class nested_exception class in namespace:std
60 nested_exception() noexcept : _M_ptr(current_exception()) { }
62 nested_exception(const nested_exception&) = default;
64 nested_exception& operator=(const nested_exception&) = default;
66 virtual ~nested_exception() noexcept;
78 struct _Nested_exception : public _Except, public nested_exception
120 __throw_with_nested(_Ex&& __ex, const nested_exception*) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/
H A Dnested_exception.h1 // Nested Exception support header (nested_exception class) for -*- C++ -*-
25 /** @file bits/nested_exception.h
55 class nested_exception class in namespace:std
60 nested_exception() throw() : _M_ptr(current_exception()) { } function in class:std::nested_exception
62 nested_exception(const nested_exception&) = default;
64 nested_exception& operator=(const nested_exception&) = default;
66 virtual ~nested_exception();
78 struct _Nested_exception : public _Except, public nested_exception
120 __throw_with_nested(_Ex&& __ex, const nested_exception*) argument
[all...]

Completed in 114 milliseconds