Home
last modified time | relevance | path

Searched defs:pointer_to (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.functions/
H A Dpointer_to.pass.cpp35 …static A pointer_to(typename std::conditional<std::is_void<element_type>::value, nat, element_type… in pointer_to() function
/llvm-project/libcxx/test/support/
H A Dmin_allocator.h304 static TEST_CONSTEXPR_CXX14 min_pointer pointer_to(T& t) {return min_pointer(std::addressof(t));} in pointer_to() function
375 static TEST_CONSTEXPR_CXX14 min_pointer pointer_to(const T& t) {return min_pointer(std::addressof(t));} in pointer_to() function