Home
last modified time | relevance | path

Searched refs:is_volatile (Results 1 – 25 of 30) 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 Dintrinsics.hpp104 …| ( ::boost::is_pod<T>::value && ! ::boost::is_const<T>::value && !::boost::is_volatile<T>::value))
126 …_trivial_move_constructor(T) || boost::is_pod<T>::value) && ! ::boost::is_volatile<T>::value && ! …
127 …boost::is_pod<T>::value) && ! ::boost::is_const<T>::value && !::boost::is_volatile<T>::value && ! …
187 # define BOOST_HAS_TRIVIAL_ASSIGN(T) (__has_trivial_assign(T) && !is_volatile<T>::value && is_a…
196 # define BOOST_HAS_NOTHROW_COPY(T) (__has_nothrow_copy(T) && !is_volatile<T>::value && !is_refe…
199 # define BOOST_HAS_NOTHROW_ASSIGN(T) (__has_nothrow_assign(T) && !is_volatile<T>::value && is_a…
223 …trivial_move_constructor(T) && is_constructible<T, T&&>::value && !::boost::is_volatile<T>::value)
226 … (__has_trivial_move_assign(T) && is_assignable<T&, T&&>::value && !::boost::is_volatile<T>::value)
257 …TRUCTOR(T) ((__has_trivial_constructor(T) BOOST_INTEL_TT_OPTS) && ! ::boost::is_volatile<T>::value)
260 …ASSIGN(T) ((__has_trivial_assign(T) BOOST_INTEL_TT_OPTS) && ! ::boost::is_volatile<T>::value && ! …
[all …]
H A Dis_volatile.hpp32 struct is_volatile : public integral_constant<bool, __is_volatile(T)> {}; struct
37 struct is_volatile : public false_type {};
38 template <class T> struct is_volatile<T volatile> : public true_type{};
39 template <class T, std::size_t N> struct is_volatile<T volatile[N]> : public true_type{};
40 template <class T> struct is_volatile<T volatile[]> : public true_type{};
H A Dcopy_cv.hpp29 …typedef typename boost::conditional<boost::is_volatile<U>::value, typename boost::add_volatile<CT>…
H A Dhas_trivial_assign.hpp31 ::boost::is_pod<T>::value && !::boost::is_const<T>::value && !::boost::is_volatile<T>::value
H A Dhas_trivial_move_constructor.hpp55 …: public integral_constant<bool, ::boost::is_pod<T>::value && !::boost::is_volatile<T>::value SOLA…
H A Dhas_trivial_move_assign.hpp51 …::boost::is_pod<T>::value && !::boost::is_const<T>::value && !::boost::is_volatile<T>::value SOLAR…
H A Dhas_nothrow_assign.hpp58 …(is_const<typename remove_reference<T>::type>::value || is_volatile<typename remove_reference<T>::…
H A Dmake_signed.hpp122 is_volatile<T>::value,
H A Dmake_unsigned.hpp121 is_volatile<T>::value,
/OK3568_Linux_fs/kernel/drivers/nvdimm/
H A Dof_pmem.c22 bool is_volatile; in of_pmem_region_probe() local
44 is_volatile = !!of_find_property(np, "volatile", NULL); in of_pmem_region_probe()
46 is_volatile ? "volatile" : "non-volatile", np); in of_pmem_region_probe()
63 if (is_volatile) in of_pmem_region_probe()
/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/tr1/
H A Dtype_traits315 /// is_volatile
317 struct is_volatile
321 struct is_volatile<_Tp volatile>
612 && !is_volatile<__rr_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/tr1/
H A Dtype_traits315 /// is_volatile
317 struct is_volatile
321 struct is_volatile<_Tp volatile>
612 && !is_volatile<__rr_Tp>::value));
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/
H A Dstl_type_index.hpp260 boost::mpl::or_<boost::is_reference<T>, boost::is_const<T>, boost::is_volatile<T> >, in type_id_with_cvr()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c96 bool is_volatile; member
961 if (p->is_volatile) in papr_scm_nvdimm_init()
1097 p->is_volatile = !of_property_read_bool(dn, "ibm,cache-flush-required"); in papr_scm_probe()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/
H A Dfunction_base.hpp622 type_result.members.type.volatile_qualified = is_volatile<Functor>::value; in target()
636 type_result.members.type.volatile_qualified = is_volatile<Functor>::value; in target()
H A Dfunction_template.hpp636 functor.members.obj_ref.is_volatile_qualified = is_volatile<FunctionObj>::value; in assign_to()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__tuple34 typename enable_if<!is_volatile<_Tp>::value>::type,
339 is_volatile<_RawTp>::value>;
H A Dtype_traits61 template <class T> struct is_volatile;
281 = is_volatile<T>::value; // C++17
636 // is_volatile
638 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_volatile : public false_type {};
639 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_volatile<_Tp volatile> : public true_type {};
644 = is_volatile<_Tp>::value;
1088 is_volatile<_Tp>::value >
1515 || is_volatile<typename remove_reference<_T2>::type>::value)
1949 bool = is_volatile<typename remove_reference<_Tp>::type>::value>
4149 : public integral_constant<bool, !is_volatile<_Tp>::value && __is_trivially_copyable(_Tp)>
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__tuple34 typename enable_if<!is_volatile<_Tp>::value>::type,
339 is_volatile<_RawTp>::value>;
H A Dtype_traits61 template <class T> struct is_volatile;
281 = is_volatile<T>::value; // C++17
636 // is_volatile
638 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_volatile : public false_type {};
639 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_volatile<_Tp volatile> : public true_type {};
644 = is_volatile<_Tp>::value;
1088 is_volatile<_Tp>::value >
1515 || is_volatile<typename remove_reference<_T2>::type>::value)
1949 bool = is_volatile<typename remove_reference<_Tp>::type>::value>
4149 : public integral_constant<bool, !is_volatile<_Tp>::value && __is_trivially_copyable(_Tp)>
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_common.h743 __u8 is_volatile; member
H A Ds5p_mfc_dec.c220 .is_volatile = 1,
1170 if (controls[i].is_volatile && ctx->ctrls[i]) in s5p_mfc_dec_ctrls_setup()
/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 Dtype_traits106 constexpr bool is_volatile_v = is_volatile<_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/experimental/
H A Dtype_traits106 constexpr bool is_volatile_v = is_volatile<_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_traits656 /// is_volatile
658 struct is_volatile
662 struct is_volatile<_Tp volatile>
1670 bool _IsVol = is_volatile<_Qualified>::value>
3075 inline constexpr bool is_volatile_v = is_volatile<_Tp>::value;

12