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

  /external/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();
Android.mk 19 test_name := language.support/support.exception/except.nested/rethrow_nested
20 test_src := rethrow_nested.pass.cpp
  /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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-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(); }
  /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(); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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(); }
  /external/libcxx/src/
exception.cpp 257 nested_exception::rethrow_nested() const function in class:std::nested_exception
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp 257 nested_exception::rethrow_nested() const function in class:std::nested_exception
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 328 milliseconds