HomeSort by relevance Sort by last modified time
    Searched defs:pointer_to (Results 1 - 12 of 12) sorted by null

  /external/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);
  /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/9/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-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
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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 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
  /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
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
ir.py 549 def pointer_to( self ): member in class:Declarator
    [all...]
  /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 402 milliseconds