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

  /external/libcxx/test/std/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();
  /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/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/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
  /external/libcxx/src/
exception.cpp 249 : __ptr_(current_exception()) function in namespace:std
272 exception_ptr current_exception() _NOEXCEPT
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp 243 : __ptr_(current_exception()) function in namespace:std
266 exception_ptr current_exception() _NOEXCEPT
  /external/chromium-trace/catapult/telemetry/telemetry/core/
platform.py 66 current_exception = sys.exc_info()
68 raise current_exception[0], current_exception[1], current_exception[2]
  /external/opencv3/modules/highgui/src/
ppltasks_winrt.h     [all...]
  /external/opencv3/modules/videoio/src/
ppltasks_winrt.hpp     [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 541 milliseconds