Home
last modified time | relevance | path

Searched refs:is_lvalue_reference (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_lvalue_reference.hpp29 …template <class T> struct is_lvalue_reference : public integral_constant<bool, __is_reference(T)>{… struct
32 template <class T> struct is_lvalue_reference : public false_type{};
33 template <class T> struct is_lvalue_reference<T&> : public true_type{};
40 template <class T> struct is_lvalue_reference<T&const> : public true_type{};
41 template <class T> struct is_lvalue_reference<T&volatile> : public true_type{};
42 template <class T> struct is_lvalue_reference<T&const volatile> : public true_type{};
H A Dis_reference.hpp24 ::boost::is_lvalue_reference<T>::value || ::boost::is_rvalue_reference<T>::value>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/
H A Dcore.hpp201 < ::boost::move_detail::is_lvalue_reference<Ret>::value ||
211 < !::boost::move_detail::is_lvalue_reference<Ret>::value &&
221 < !::boost::move_detail::is_lvalue_reference<Ret>::value &&
455 < ::boost::move_detail::is_lvalue_reference<Ret>::value
464 < !::boost::move_detail::is_lvalue_reference<Ret>::value
H A Dutility_core.hpp134 < ::boost::move_detail::is_lvalue_reference<T>
149 < ::boost::move_detail::not_< ::boost::move_detail::is_lvalue_reference<T> >
255 BOOST_STATIC_ASSERT(!boost::move_detail::is_lvalue_reference<T>::value); in forward()
290 BOOST_STATIC_ASSERT(!boost::move_detail::is_lvalue_reference<T>::value); in move_if_not_lvalue_reference()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Doptional_reference_spec.hpp32 BOOST_STATIC_ASSERT_MSG(boost::is_lvalue_reference<From>::value, in prevent_binding_rvalue()
40 BOOST_STATIC_ASSERT_MSG(boost::is_lvalue_reference<T>::value, in forward_reference()
H A Dold_optional_implementation.hpp70 !boost::is_lvalue_reference<To>::value || !boost::is_rvalue_reference<From>::value, in prevent_binding_rvalue_ref_to_optional_lvalue_ref()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dmeta_utils.hpp201 struct is_lvalue_reference struct
207 struct is_lvalue_reference<T&> struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dunique_ptr.h307 __enable_if_t<!is_lvalue_reference<_Del>::value, in _GLIBCXX_VISIBILITY()
315 __enable_if_t<is_lvalue_reference<_Del>::value, in _GLIBCXX_VISIBILITY()
577 __enable_if_t<!is_lvalue_reference<_Del>::value, in _GLIBCXX_VISIBILITY()
586 __enable_if_t<is_lvalue_reference<_Del>::value, in _GLIBCXX_VISIBILITY()
H A Dmove.h89 static_assert(!std::is_lvalue_reference<_Tp>::value, "template argument" in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dunique_ptr.h307 __enable_if_t<!is_lvalue_reference<_Del>::value, in _GLIBCXX_VISIBILITY()
315 __enable_if_t<is_lvalue_reference<_Del>::value, in _GLIBCXX_VISIBILITY()
577 __enable_if_t<!is_lvalue_reference<_Del>::value, in _GLIBCXX_VISIBILITY()
586 __enable_if_t<is_lvalue_reference<_Del>::value, in _GLIBCXX_VISIBILITY()
H A Dmove.h89 static_assert(!std::is_lvalue_reference<_Tp>::value, "template argument" in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dget.hpp274 (!boost::is_lvalue_reference<U>::value), in strict_get()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dany390 || is_lvalue_reference<_ValueType>::value,
404 && !is_lvalue_reference<_ValueType>::value,
H A Dtype_traits68 constexpr bool is_lvalue_reference_v = is_lvalue_reference<_Tp>::value;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dany390 || is_lvalue_reference<_ValueType>::value,
404 && !is_lvalue_reference<_ValueType>::value,
H A Dtype_traits68 constexpr bool is_lvalue_reference_v = is_lvalue_reference<_Tp>::value;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/debug/
H A Dfunctions.h158 using __lvalref = std::is_lvalue_reference< in __foreign_iterator_aux2()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/debug/
H A Dfunctions.h158 using __lvalref = std::is_lvalue_reference< in __foreign_iterator_aux2()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Doptional372 (is_lvalue_reference<_Up>::value && is_convertible<_UpPtr, _TpPtr>::value)
376 return (is_lvalue_reference<_Tp>::value && _CheckLValueArg::value)
377 || (is_rvalue_reference<_Tp>::value && !is_lvalue_reference<_Up>::value &&
H A D__tuple337 is_lvalue_reference<_Tp>::value,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Doptional372 (is_lvalue_reference<_Up>::value && is_convertible<_UpPtr, _TpPtr>::value)
376 return (is_lvalue_reference<_Tp>::value && _CheckLValueArg::value)
377 || (is_rvalue_reference<_Tp>::value && !is_lvalue_reference<_Up>::value &&
H A D__tuple337 is_lvalue_reference<_Tp>::value,
H A Dtype_traits41 template <class T> struct is_lvalue_reference;
245 = is_lvalue_reference<T>::value; // C++17
788 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_lvalue_reference : public false_type {};
789 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_lvalue_reference<_Tp&> : public true_type {};
809 = is_lvalue_reference<_Tp>::value;
2321 static_assert(!is_lvalue_reference<_Tp>::value,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dtype_traits424 /// is_lvalue_reference
426 struct is_lvalue_reference
430 struct is_lvalue_reference<_Tp&>
528 : public __or_<is_lvalue_reference<_Tp>,
3040 is_lvalue_reference<_Tp>::value;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dtype_traits424 /// is_lvalue_reference
426 struct is_lvalue_reference
430 struct is_lvalue_reference<_Tp&>
528 : public __or_<is_lvalue_reference<_Tp>,
3040 is_lvalue_reference<_Tp>::value;

12