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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/propagation/
current_exception.pass.cpp 12 // exception_ptr current_exception();
31 std::exception_ptr p = std::current_exception();
58 std::exception_ptr p = std::current_exception();
61 p2 = std::current_exception();
78 std::exception_ptr p = std::current_exception();
81 p2 = std::current_exception();
98 std::exception_ptr p = std::current_exception();
101 p2 = std::current_exception();
145 std::exception_ptr p = std::current_exception();
178 std::exception_ptr p = std::current_exception();
    [all...]
rethrow_exception.pass.cpp 39 p = std::current_exception();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
exception_ptr.h 67 exception_ptr current_exception() throw();
98 friend exception_ptr std::current_exception() throw();
160 return current_exception ();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
exception_ptr.h 62 exception_ptr current_exception() throw();
84 friend exception_ptr std::current_exception() throw();
172 return current_exception();
nested_exception.h 60 nested_exception() throw() : _M_ptr(current_exception()) { }
  /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 62 exception_ptr current_exception() throw();
84 friend exception_ptr std::current_exception() throw();
172 return current_exception();
nested_exception.h 60 nested_exception() throw() : _M_ptr(current_exception()) { }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h 67 exception_ptr current_exception() throw();
98 friend exception_ptr std::current_exception() throw();
160 return current_exception ();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h 67 exception_ptr current_exception() throw();
98 friend exception_ptr std::current_exception() throw();
160 return current_exception ();
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h 67 exception_ptr current_exception() throw();
98 friend exception_ptr std::current_exception() throw();
160 return current_exception ();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
exception_ptr.h 67 exception_ptr current_exception() throw();
98 friend exception_ptr std::current_exception() throw();
160 return current_exception ();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
exception_ptr.h 62 exception_ptr current_exception() throw();
84 friend exception_ptr std::current_exception() throw();
172 return current_exception();
nested_exception.h 60 nested_exception() throw() : _M_ptr(current_exception()) { }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
exception_ptr.h 62 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
84 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT;
177 return current_exception();
nested_exception.h 60 nested_exception() noexcept : _M_ptr(current_exception()) { } function in class:std::nested_exception
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
exception_ptr.h 62 exception_ptr current_exception() throw();
84 friend exception_ptr std::current_exception() throw();
172 return current_exception();
nested_exception.h 60 nested_exception() throw() : _M_ptr(current_exception()) { }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
exception_ptr.h 62 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
84 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT;
177 return current_exception();
nested_exception.h 60 nested_exception() noexcept : _M_ptr(current_exception()) { } function in class:std::nested_exception
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
exception_ptr.h 64 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
86 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT;
179 return current_exception();
nested_exception.h 60 nested_exception() noexcept : _M_ptr(current_exception()) { } function in class:std::nested_exception
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp 181 : __ptr_(current_exception()) function in namespace:std
199 exception_ptr current_exception() _NOEXCEPT

Completed in 3700 milliseconds