OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_exception
(Results
1 - 10
of
10
) 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-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/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
612
Arm64Exception *
current_exception
= new Arm64Exception(scratch, stack_adjust);
local
613
exception_blocks_.push_back(
current_exception
);
615
___ Cbnz(reg_x(scratch.AsXRegister()),
current_exception
->Entry());
Completed in 1669 milliseconds