Searched refs:pointer_to (Results 1 - 6 of 6) sorted by relevance

/external/libcxx/test/utilities/memory/pointer.traits/
H A Dpointer_to.pass.cpp15 // static pointer pointer_to(<details>);
26 int* a = std::pointer_traits<int*>::pointer_to(i);
H A DAndroid.mk35 test_name := utilities/memory/pointer.traits/pointer_to
36 test_src := pointer_to.pass.cpp
/external/libcxx/test/utilities/memory/pointer.traits/pointer.traits.functions/
H A DAndroid.mk19 test_name := utilities/memory/pointer.traits/pointer.traits.functions/pointer_to
20 test_src := pointer_to.pass.cpp
H A Dpointer_to.pass.cpp15 // 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);
/external/libcxx/test/support/
H A Dmin_allocator.h124 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/
H A Dir.py549 def pointer_to( self ): member in class:Declarator

Completed in 210 milliseconds