Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/CPP/type_traits/
H A Dadd_pointer.h24 template <class T> using add_pointer_t = typename add_pointer<T>::type; global() variable
/llvm-project/libcxx/include/__type_traits/
H A Dadd_pointer.h52 using add_pointer_t = __add_pointer_t<_Tp>; global() variable
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp4209 template <class T> using add_pointer_t = __add_pointer(T); global() typedef
[all...]