OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__exception_ptr
(Results
1 - 6
of
6
) sorted by null
/external/libcxx/src/
exception.cpp
162
// std::
__exception_ptr
::exception_ptr) is not directly exported to clients. So
163
// we have little choice but to hijack std::
__exception_ptr
::exception_ptr's
166
// stable ABI), and its rethrow_exception(std::
__exception_ptr
::exception_ptr)
169
namespace
__exception_ptr
namespace in namespace:std
183
_LIBCPP_NORETURN void rethrow_exception(
__exception_ptr
::exception_ptr);
192
reinterpret_cast<
__exception_ptr
::exception_ptr*>(this)->~exception_ptr();
210
new (reinterpret_cast<void*>(this))
__exception_ptr
::exception_ptr(
211
reinterpret_cast<const
__exception_ptr
::exception_ptr&>(other));
234
*reinterpret_cast<
__exception_ptr
::exception_ptr*>(this) =
235
reinterpret_cast<const
__exception_ptr
::exception_ptr&>(other)
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp
156
// std::
__exception_ptr
::exception_ptr) is not directly exported to clients. So
157
// we have little choice but to hijack std::
__exception_ptr
::exception_ptr's
160
// stable ABI), and its rethrow_exception(std::
__exception_ptr
::exception_ptr)
163
namespace
__exception_ptr
namespace in namespace:std
177
_LIBCPP_NORETURN void rethrow_exception(
__exception_ptr
::exception_ptr);
186
reinterpret_cast<
__exception_ptr
::exception_ptr*>(this)->~exception_ptr();
204
new (reinterpret_cast<void*>(this))
__exception_ptr
::exception_ptr(
205
reinterpret_cast<const
__exception_ptr
::exception_ptr&>(other));
228
*reinterpret_cast<
__exception_ptr
::exception_ptr*>(this) =
229
reinterpret_cast<const
__exception_ptr
::exception_ptr&>(other)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
exception_ptr.h
53
namespace
__exception_ptr
namespace in namespace:std
58
using
__exception_ptr
::exception_ptr;
69
namespace
__exception_ptr
namespace in namespace:std
163
} // namespace
__exception_ptr
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
exception_ptr.h
53
namespace
__exception_ptr
namespace in namespace:std
58
using
__exception_ptr
::exception_ptr;
69
namespace
__exception_ptr
namespace in namespace:std
163
} // namespace
__exception_ptr
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
exception_ptr.h
53
namespace
__exception_ptr
namespace in namespace:std
58
using
__exception_ptr
::exception_ptr;
69
namespace
__exception_ptr
namespace in namespace:std
163
} // namespace
__exception_ptr
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
exception_ptr.h
53
namespace
__exception_ptr
namespace in namespace:std
58
using
__exception_ptr
::exception_ptr;
69
namespace
__exception_ptr
namespace in namespace:std
163
} // namespace
__exception_ptr
Completed in 311 milliseconds