OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__ptr_
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGenCXX/
linetable-eh.cpp
23
element_type*
__ptr_
;
member in class:shared_ptr
25
element_type* operator->() const noexcept {return
__ptr_
;}
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp
168
void*
__ptr_
;
member in struct:std::__exception_ptr::exception_ptr
184
__cxa_decrement_exception_refcount(
__ptr_
);
variable
199
:
__ptr_
(other.
__ptr_
)
function in namespace:std
202
__cxa_increment_exception_refcount(
__ptr_
);
220
if (
__ptr_
!= other.
__ptr_
)
222
__cxa_increment_exception_refcount(other.
__ptr_
);
223
__cxa_decrement_exception_refcount(
__ptr_
);
variable
224
__ptr_
= other.__ptr_
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
exception.cpp
170
void*
__ptr_
;
member in struct:std::__exception_ptr::exception_ptr
186
__cxa_decrement_exception_refcount(
__ptr_
);
variable
201
:
__ptr_
(other.
__ptr_
)
function in namespace:std
204
__cxa_increment_exception_refcount(
__ptr_
);
222
if (
__ptr_
!= other.
__ptr_
)
224
__cxa_increment_exception_refcount(other.
__ptr_
);
225
__cxa_decrement_exception_refcount(
__ptr_
);
variable
226
__ptr_
= other.__ptr_
[
all
...]
Completed in 57 milliseconds