OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exception_ptr
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
exception_ptr.h
1
// Exception Handling support header (
exception_ptr
class) for -*- C++ -*-
26
/** @file
exception_ptr
.h
58
class
exception_ptr
;
61
using __exception_ptr::
exception_ptr
;
63
/** Obtain an %
exception_ptr
to the currently handled exception. If there
67
exception_ptr
current_exception() throw();
69
/// Throw the object pointed to by the %
exception_ptr
.
70
void rethrow_exception(
exception_ptr
) __attribute__ ((__noreturn__));
72
/// Obtain an %
exception_ptr
pointing to a copy of the supplied object.
74
exception_ptr
85
class
exception_ptr
class in namespace:std::__exception_ptr
112
exception_ptr
(
exception_ptr
&& __o) throw()
function in class:std::__exception_ptr::exception_ptr
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h
1
// Exception Handling support header (
exception_ptr
class) for -*- C++ -*-
26
/** @file
exception_ptr
.h
58
class
exception_ptr
;
61
using __exception_ptr::
exception_ptr
;
63
/** Obtain an %
exception_ptr
to the currently handled exception. If there
67
exception_ptr
current_exception() throw();
69
/// Throw the object pointed to by the %
exception_ptr
.
70
void rethrow_exception(
exception_ptr
) __attribute__ ((__noreturn__));
72
/// Obtain an %
exception_ptr
pointing to a copy of the supplied object.
74
exception_ptr
85
class
exception_ptr
class in namespace:std::__exception_ptr
112
exception_ptr
(
exception_ptr
&& __o) throw()
function in class:std::__exception_ptr::exception_ptr
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h
1
// Exception Handling support header (
exception_ptr
class) for -*- C++ -*-
26
/** @file
exception_ptr
.h
58
class
exception_ptr
;
61
using __exception_ptr::
exception_ptr
;
63
/** Obtain an %
exception_ptr
to the currently handled exception. If there
67
exception_ptr
current_exception() throw();
69
/// Throw the object pointed to by the %
exception_ptr
.
70
void rethrow_exception(
exception_ptr
) __attribute__ ((__noreturn__));
72
/// Obtain an %
exception_ptr
pointing to a copy of the supplied object.
74
exception_ptr
85
class
exception_ptr
class in namespace:std::__exception_ptr
112
exception_ptr
(
exception_ptr
&& __o) throw()
function in class:std::__exception_ptr::exception_ptr
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h
1
// Exception Handling support header (
exception_ptr
class) for -*- C++ -*-
26
/** @file
exception_ptr
.h
58
class
exception_ptr
;
61
using __exception_ptr::
exception_ptr
;
63
/** Obtain an %
exception_ptr
to the currently handled exception. If there
67
exception_ptr
current_exception() throw();
69
/// Throw the object pointed to by the %
exception_ptr
.
70
void rethrow_exception(
exception_ptr
) __attribute__ ((__noreturn__));
72
/// Obtain an %
exception_ptr
pointing to a copy of the supplied object.
74
exception_ptr
85
class
exception_ptr
class in namespace:std::__exception_ptr
112
exception_ptr
(
exception_ptr
&& __o) throw()
function in class:std::__exception_ptr::exception_ptr
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h
1
// Exception Handling support header (
exception_ptr
class) for -*- C++ -*-
26
/** @file
exception_ptr
.h
58
class
exception_ptr
;
61
using __exception_ptr::
exception_ptr
;
63
/** Obtain an %
exception_ptr
to the currently handled exception. If there
67
exception_ptr
current_exception() throw();
69
/// Throw the object pointed to by the %
exception_ptr
.
70
void rethrow_exception(
exception_ptr
) __attribute__ ((__noreturn__));
72
/// Obtain an %
exception_ptr
pointing to a copy of the supplied object.
74
exception_ptr
85
class
exception_ptr
class in namespace:std::__exception_ptr
112
exception_ptr
(
exception_ptr
&& __o) throw()
function in class:std::__exception_ptr::exception_ptr
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
exception_ptr.h
1
// Exception Handling support header (
exception_ptr
class) for -*- C++ -*-
26
/** @file bits/
exception_ptr
.h
53
class
exception_ptr
;
56
using __exception_ptr::
exception_ptr
;
58
/** Obtain an
exception_ptr
to the currently handled exception. If there
62
exception_ptr
current_exception() throw();
64
/// Throw the object pointed to by the
exception_ptr
.
65
void rethrow_exception(
exception_ptr
) __attribute__ ((__noreturn__));
73
class
exception_ptr
class in namespace:std::__exception_ptr
77
explicit
exception_ptr
(void* __e) throw()
93
exception_ptr
(nullptr_t) throw()
function in class:std::__exception_ptr::exception_ptr
97
exception_ptr
(
exception_ptr
&& __o) throw()
function in class:std::__exception_ptr::exception_ptr
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
exception_ptr.h
1
// Exception Handling support header (
exception_ptr
class) for -*- C++ -*-
26
/** @file bits/
exception_ptr
.h
53
class
exception_ptr
;
56
using __exception_ptr::
exception_ptr
;
58
/** Obtain an
exception_ptr
to the currently handled exception. If there
62
exception_ptr
current_exception() throw();
64
/// Throw the object pointed to by the
exception_ptr
.
65
void rethrow_exception(
exception_ptr
) __attribute__ ((__noreturn__));
73
class
exception_ptr
class in namespace:std::__exception_ptr
77
explicit
exception_ptr
(void* __e) throw()
93
exception_ptr
(nullptr_t) throw()
function in class:std::__exception_ptr::exception_ptr
97
exception_ptr
(
exception_ptr
&& __o) throw()
function in class:std::__exception_ptr::exception_ptr
[
all
...]
Completed in 58 milliseconds