Home
last modified time | relevance | path

Searched refs:is_rvalue_reference (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_reference.h27 struct _LIBCPP_TEMPLATE_VIS is_rvalue_reference : _BoolConstant<__is_rvalue_reference(_Tp)> {}; struct
49 struct _LIBCPP_TEMPLATE_VIS is_rvalue_reference : public false_type {};
51 struct _LIBCPP_TEMPLATE_VIS is_rvalue_reference<_Tp&&> : public true_type {};
68 inline constexpr bool is_rvalue_reference_v = is_rvalue_reference<_Tp>::value;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits41 template <class T> struct is_rvalue_reference;
259 = is_rvalue_reference<T>::value; // C++17
H A Doptional408 (is_rvalue_reference<_Tp>::value && !is_lvalue_reference<_Up>::value &&
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dunique_ptr.h144 …static_assert(!is_rvalue_reference<deleter_type>::value, "the specified deleter type cannot be an …
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1736 SYMBOL(is_rvalue_reference, std::, <type_traits>)