HomeSort by relevance Sort by last modified time
    Searched full:rethrow_exception (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/libcxx/test/language.support/support.exception/propagation/
Android.mk 31 test_name := language.support/support.exception/propagation/rethrow_exception
32 test_src := rethrow_exception.pass.cpp
rethrow_exception.pass.cpp 12 // void rethrow_exception [[noreturn]] (exception_ptr p);
43 std::rethrow_exception(p);
make_exception_ptr.pass.cpp 35 std::rethrow_exception(p);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/propagation/
rethrow_exception.pass.cpp 12 // void rethrow_exception [[noreturn]] (exception_ptr p);
43 std::rethrow_exception(p);
make_exception_ptr.pass.cpp 35 std::rethrow_exception(p);
  /external/libcxx/src/
exception.cpp 160 // stable ABI), and its rethrow_exception(std::__exception_ptr::exception_ptr)
177 _LIBCPP_NORETURN void rethrow_exception(__exception_ptr::exception_ptr);
261 rethrow_exception(__ptr_);
289 void rethrow_exception(exception_ptr p) function in namespace:std
296 rethrow_exception(reinterpret_cast<__exception_ptr::exception_ptr&>(p));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp 160 // stable ABI), and its rethrow_exception(std::__exception_ptr::exception_ptr)
177 _LIBCPP_NORETURN void rethrow_exception(__exception_ptr::exception_ptr);
261 rethrow_exception(__ptr_);
289 void rethrow_exception(exception_ptr p) function in namespace:std
296 rethrow_exception(reinterpret_cast<__exception_ptr::exception_ptr&>(p));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
exception_ptr.h 65 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
85 friend void std::rethrow_exception(exception_ptr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
exception_ptr.h 67 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
87 friend void std::rethrow_exception(exception_ptr);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
exception_ptr.h 67 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
87 friend void std::rethrow_exception(exception_ptr);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h 70 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
99 friend void std::rethrow_exception(exception_ptr);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h 70 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
99 friend void std::rethrow_exception(exception_ptr);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h 70 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
99 friend void std::rethrow_exception(exception_ptr);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
exception_ptr.h 70 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
99 friend void std::rethrow_exception(exception_ptr);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
exception_ptr.h 65 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
85 friend void std::rethrow_exception(exception_ptr);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
exception_ptr.h 65 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
85 friend void std::rethrow_exception(exception_ptr);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
exception_ptr.h 65 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
85 friend void std::rethrow_exception(exception_ptr);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
exception_ptr.h 65 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
85 friend void std::rethrow_exception(exception_ptr);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
exception_ptr.h 67 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
87 friend void std::rethrow_exception(exception_ptr);
  /external/libcxx/test/language.support/support.exception/except.nested/
assign.pass.cpp 50 rethrow_exception(e.nested_ptr());
ctor_copy.pass.cpp 48 rethrow_exception(e.nested_ptr());
ctor_default.pass.cpp 46 rethrow_exception(e.nested_ptr());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/
assign.pass.cpp 50 rethrow_exception(e.nested_ptr());
ctor_copy.pass.cpp 48 rethrow_exception(e.nested_ptr());
ctor_default.pass.cpp 46 rethrow_exception(e.nested_ptr());

Completed in 794 milliseconds

1 2 3