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

  /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/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
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
min_allocator.h 115 static min_pointer pointer_to(T& t) {return min_pointer(std::addressof(t));} function in class:min_pointer
186 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/strings/basic.string/
min_allocator.h 115 static min_pointer pointer_to(T& t) {return min_pointer(std::addressof(t));} function in class:min_pointer
186 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/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 2372 tree pointer_to; variable
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 2372 tree pointer_to; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 2372 tree pointer_to; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 2372 tree pointer_to; variable
    [all...]

Completed in 1087 milliseconds