OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pointer_to
(Results
1 - 9
of
9
) sorted by null
/external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.functions/
pointer_to.pass.cpp
15
// static pointer
pointer_to
(<details>);
33
static A
pointer_to
(typename std::conditional<std::is_void<element_type>::value,
function in struct:A
42
A<int> a = std::pointer_traits<A<int> >::
pointer_to
(i);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.traits.functions/
pointer_to.pass.cpp
15
// static pointer
pointer_to
(<details>);
33
static A
pointer_to
(typename std::conditional<std::is_void<element_type>::value,
function in struct:A
42
A<int> a = std::pointer_traits<A<int> >::
pointer_to
(i);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ptr_traits.h
123
static _Ptr
pointer_to
(__element_type& __e)
function in class:__ptrtr_pointer_to
124
{ return _Ptr::
pointer_to
(__e); }
168
pointer_to
(typename __ptrtr_not_void<element_type>::__type& __r) noexcept
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
ptr_traits.h
128
static _Ptr
pointer_to
(__element_type& __e)
function in class:__ptrtr_pointer_to
129
{ return _Ptr::
pointer_to
(__e); }
173
pointer_to
(typename __ptrtr_not_void<element_type>::__type& __r) noexcept
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ptr_traits.h
128
static _Ptr
pointer_to
(__element_type& __e)
function in class:__ptrtr_pointer_to
129
{ return _Ptr::
pointer_to
(__e); }
173
pointer_to
(typename __ptrtr_not_void<element_type>::__type& __r) noexcept
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ptr_traits.h
128
static _Ptr
pointer_to
(__element_type& __e)
function in class:__ptrtr_pointer_to
129
{ return _Ptr::
pointer_to
(__e); }
173
pointer_to
(typename __ptrtr_not_void<element_type>::__type& __r) noexcept
/external/libcxx/test/support/
min_allocator.h
154
static min_pointer
pointer_to
(T& t) {return min_pointer(std::addressof(t));}
function in class:min_pointer
225
static min_pointer
pointer_to
(const T& t) {return min_pointer(std::addressof(t));}
function in class:min_pointer
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
min_allocator.h
124
static min_pointer
pointer_to
(T& t) {return min_pointer(std::addressof(t));}
function in class:min_pointer
195
static min_pointer
pointer_to
(const T& t) {return min_pointer(std::addressof(t));}
function in class:min_pointer
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h
2368
tree
pointer_to
;
variable
[
all
...]
Completed in 485 milliseconds