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

  /external/libcxx/src/
exception.cpp 243 : __ptr_(current_exception()) function in namespace:std
266 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
  /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-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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
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.7/include/bits/
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/
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.9/include/bits/
nested_exception.h 60 nested_exception() noexcept : _M_ptr(current_exception()) { } function in class:std::nested_exception
  /art/compiler/utils/arm64/
assembler_arm64.cc 606 Arm64Exception *current_exception = new Arm64Exception(scratch, stack_adjust); local
607 exception_blocks_.push_back(current_exception);
609 ___ Cbnz(reg_x(scratch.AsCoreRegister()), current_exception->Entry());

Completed in 400 milliseconds