Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/
H A Dadd_pointer.h26 template <class T> using add_pointer_t = typename add_pointer<T>::type; variable
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dadd_pointer.h50 using add_pointer_t = __add_pointer_t<_Tp>; variable