OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rethrow_nested
(Results
1 - 9
of
9
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/
rethrow_nested.pass.cpp
14
// void
rethrow_nested
[[noreturn]] () const;
48
e.
rethrow_nested
();
62
e.
rethrow_nested
();
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
nested_exception.h
69
rethrow_nested
() const __attribute__ ((__noreturn__))
function in class:std::nested_exception
143
/// If @p __ex is derived from nested_exception, @p __ex.
rethrow_nested
().
149
__nested->
rethrow_nested
();
155
{ __ex.
rethrow_nested
(); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
nested_exception.h
69
rethrow_nested
() const __attribute__ ((__noreturn__))
function in class:std::nested_exception
143
/// If @p __ex is derived from nested_exception, @p __ex.
rethrow_nested
().
149
__nested->
rethrow_nested
();
155
{ __ex.
rethrow_nested
(); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
nested_exception.h
69
rethrow_nested
() const __attribute__ ((__noreturn__))
function in class:std::nested_exception
143
/// If @p __ex is derived from nested_exception, @p __ex.
rethrow_nested
().
149
__nested->
rethrow_nested
();
155
{ __ex.
rethrow_nested
(); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
nested_exception.h
69
rethrow_nested
() const __attribute__ ((__noreturn__))
function in class:std::nested_exception
143
/// If @p __ex is derived from nested_exception, @p __ex.
rethrow_nested
().
149
__nested->
rethrow_nested
();
155
{ __ex.
rethrow_nested
(); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
nested_exception.h
69
rethrow_nested
() const __attribute__ ((__noreturn__))
function in class:std::nested_exception
143
/// If @p __ex is derived from nested_exception, @p __ex.
rethrow_nested
().
149
__nested->
rethrow_nested
();
155
{ __ex.
rethrow_nested
(); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
nested_exception.h
69
rethrow_nested
() const __attribute__ ((__noreturn__))
function in class:std::nested_exception
143
/// If @p __ex is derived from nested_exception, @p __ex.
rethrow_nested
().
149
__nested->
rethrow_nested
();
155
{ __ex.
rethrow_nested
(); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
nested_exception.h
69
rethrow_nested
() const __attribute__ ((__noreturn__))
function in class:std::nested_exception
143
/// If @p __ex is derived from nested_exception, @p __ex.
rethrow_nested
().
149
__nested->
rethrow_nested
();
155
{ __ex.
rethrow_nested
(); }
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp
191
nested_exception::
rethrow_nested
() const
function in class:std::nested_exception
Completed in 538 milliseconds