Home
last modified time | relevance | path

Searched refs:add_const_t (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__type_traits/
H A Dadd_const.h27 using add_const_t = typename add_const<_Tp>::type; variable
/src/contrib/llvm-project/libcxx/include/__utility/
H A Das_const.h25 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr add_const_t<_Tp>& as_const(_Tp& __t) noexcept { in as_const()
/src/contrib/llvm-project/libcxx/include/
H A Dany141 _LIBCPP_HIDE_FROM_ABI add_pointer_t<add_const_t<_ValueType>> any_cast(any const*) _NOEXCEPT;
305 friend add_pointer_t<add_const_t<_ValueType>> any_cast(any const*) _NOEXCEPT;
524 auto __tmp = std::any_cast<add_const_t<_RawValueType>>(&__v);
555 inline _LIBCPP_HIDE_FROM_ABI add_pointer_t<add_const_t<_ValueType>> any_cast(any const* __any) _NOE…
H A Dutility60 template <class T> constexpr add_const_t<T>& as_const(T& t) noexcept; // C++17
H A Dtype_traits180 using add_const_t = typename add_const<T>::type; // C++14
/src/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc137 using std::add_const_t;
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h54 using type = std::add_pointer_t<std::add_const_t<T>>;
58 using type = std::add_lvalue_reference_t<std::add_const_t<T>>;
/src/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8876 template <typename T> using const_ptr = std::add_pointer_t<std::add_const_t<T>>;
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc572 SYMBOL(add_const_t, std::, <type_traits>)