Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dremove_pointer.h28 using __remove_pointer_t = typename remove_pointer<_Tp>::type; variable
31 using __remove_pointer_t = __remove_pointer(_Tp); variable
43 using __remove_pointer_t = typename remove_pointer<_Tp>::type;
48 using remove_pointer_t = __remove_pointer_t<_Tp>;
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic.h85 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed");
91 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed");
97 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed");
103 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed");
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dpropagate_const160 static_assert(!(is_pointer<_Tp>::value && is_function<__remove_pointer_t<_Tp> >::value),
162 …static_assert(!(is_pointer<_Tp>::value && is_same<__remove_cv_t<__remove_pointer_t<_Tp> >, void>::…
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h131 class _UnqualPtrType = __remove_const_t<__remove_pointer_t<_DS> >,