HomeSort by relevance Sort by last modified time
    Searched defs:rethrow_nested (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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(); }

Completed in 154 milliseconds