Searched refs:is_lvalue_reference (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_reference.h26 struct _LIBCPP_TEMPLATE_VIS is_lvalue_reference : _BoolConstant<__is_lvalue_reference(_Tp)> { }; struct in inherits:_BoolConstant
45 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_lvalue_reference : public false_type {};
46 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_lvalue_reference<_Tp&> : public true_type {};
60 inline constexpr bool is_lvalue_reference_v = is_lvalue_reference<_Tp>::value;
/openbsd-current/gnu/llvm/libcxx/include/__utility/
H A Dforward.h32 static_assert(!is_lvalue_reference<_Tp>::value, "cannot forward an rvalue as an lvalue");
/openbsd-current/gnu/llvm/libcxx/include/__tuple_dir/
H A Dapply_cv.h62 is_lvalue_reference<_Tp>::value,
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DPartialDiagnostic.h68 typename = std::enable_if_t<!std::is_lvalue_reference<T>::value>>
H A DDiagnostic.h1350 typename = std::enable_if_t<!std::is_lvalue_reference<T>::value>>
/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dshared_ptr.h694 !is_lvalue_reference<_Dp>::value &&
717 is_lvalue_reference<_Dp>::value &&
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h508 static_assert(std::is_lvalue_reference<arg_type>::value &&
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1743 typename = std::enable_if_t<!std::is_lvalue_reference<T>::value>>
1817 typename = std::enable_if_t<!std::is_lvalue_reference<T>::value>>

Completed in 489 milliseconds