Home
last modified time | relevance | path

Searched refs:__remove_pointer_t (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__type_traits/
H A Dremove_pointer.h27 using __remove_pointer_t = __remove_pointer(_Tp); variable
36 using __remove_pointer_t = typename remove_pointer<_Tp>::type;
40 template <class _Tp> using remove_pointer_t = __remove_pointer_t<_Tp>;
/openbsd-src/gnu/llvm/libcxx/include/experimental/
H A Dpropagate_const148 static_assert(!(is_pointer<_Tp>::value && is_function<__remove_pointer_t<_Tp> >::value),
150 …static_assert(!(is_pointer<_Tp>::value && is_same<__remove_cv_t<__remove_pointer_t<_Tp> >, void>::…
/openbsd-src/gnu/llvm/libcxx/include/
H A Datomic1771 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed");
1778 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed");
1785 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed");
1792 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed");
/openbsd-src/gnu/llvm/libcxx/include/__filesystem/
H A Dpath.h144 __remove_const_t<__remove_pointer_t<_DS> >,