OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__exception_ptr
(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/
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/r10/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
/prebuilts/ndk/r11/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
/prebuilts/ndk/r11/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/ndk/r13/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
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
exception.cpp
158
// std::
__exception_ptr
::exception_ptr) is not directly exported to clients. So
159
// we have little choice but to hijack std::
__exception_ptr
::exception_ptr's
162
// stable ABI), and its rethrow_exception(std::
__exception_ptr
::exception_ptr)
165
namespace
__exception_ptr
namespace in namespace:std
179
_LIBCPP_NORETURN void rethrow_exception(
__exception_ptr
::exception_ptr);
188
reinterpret_cast<
__exception_ptr
::exception_ptr*>(this)->~exception_ptr();
206
new (reinterpret_cast<void*>(this))
__exception_ptr
::exception_ptr(
207
reinterpret_cast<const
__exception_ptr
::exception_ptr&>(other));
230
*reinterpret_cast<
__exception_ptr
::exception_ptr*>(this) =
231
reinterpret_cast<const
__exception_ptr
::exception_ptr&>(other)
[
all
...]
Completed in 3787 milliseconds