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

  /ndk/sources/cxx-stl/llvm-libc++/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++/test/language.support/support.exception/propagation/
make_exception_ptr.pass.cpp 35 std::rethrow_exception(p);
rethrow_exception.pass.cpp 12 // void rethrow_exception [[noreturn]] (exception_ptr p);
43 std::rethrow_exception(p);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
exception_ptr.h 70 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
99 friend void std::rethrow_exception(exception_ptr);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
exception_ptr.h 65 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
85 friend void std::rethrow_exception(exception_ptr);
nested_exception.h 70 { rethrow_exception(_M_ptr); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
exception_ptr.h 65 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
85 friend void std::rethrow_exception(exception_ptr);
nested_exception.h 70 { rethrow_exception(_M_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);
nested_exception.h 70 { rethrow_exception(_M_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);
nested_exception.h 70 { rethrow_exception(_M_ptr); }
  /ndk/sources/cxx-stl/llvm-libc++/src/
exception.cpp 193 rethrow_exception(__ptr_);
213 void rethrow_exception(exception_ptr p) function in namespace:std
future.cpp 140 rethrow_exception(__exception_);

Completed in 3101 milliseconds