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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
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/
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/
nested_exception.h 60 nested_exception() noexcept : _M_ptr(current_exception()) { } function in class:std::nested_exception
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
nested_exception.h 60 nested_exception() noexcept : _M_ptr(current_exception()) { } function in class:std::nested_exception
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
nested_exception.h 60 nested_exception() noexcept : _M_ptr(current_exception()) { } function in class:std::nested_exception
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp 243 : __ptr_(current_exception()) function in namespace:std
266 exception_ptr current_exception() _NOEXCEPT
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
nested_exception.h 60 nested_exception() noexcept : _M_ptr(current_exception()) { } function in class:std::nested_exception
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
exception.cpp 245 : __ptr_(current_exception()) function in namespace:std
268 exception_ptr current_exception() _NOEXCEPT

Completed in 235 milliseconds