Home
last modified time | relevance | path

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

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