| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/ |
| H A D | intrinsics.hpp | 104 …| ( ::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 D | is_volatile.hpp | 32 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 D | copy_cv.hpp | 29 …typedef typename boost::conditional<boost::is_volatile<U>::value, typename boost::add_volatile<CT>…
|
| H A D | has_trivial_assign.hpp | 31 ::boost::is_pod<T>::value && !::boost::is_const<T>::value && !::boost::is_volatile<T>::value
|
| H A D | has_trivial_move_constructor.hpp | 55 …: public integral_constant<bool, ::boost::is_pod<T>::value && !::boost::is_volatile<T>::value SOLA…
|
| H A D | has_trivial_move_assign.hpp | 51 …::boost::is_pod<T>::value && !::boost::is_const<T>::value && !::boost::is_volatile<T>::value SOLAR…
|
| H A D | has_nothrow_assign.hpp | 58 …(is_const<typename remove_reference<T>::type>::value || is_volatile<typename remove_reference<T>::…
|
| H A D | make_signed.hpp | 122 is_volatile<T>::value,
|
| H A D | make_unsigned.hpp | 121 is_volatile<T>::value,
|
| /OK3568_Linux_fs/kernel/drivers/nvdimm/ |
| H A D | of_pmem.c | 22 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 D | type_traits | 315 /// 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 D | type_traits | 315 /// 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 D | stl_type_index.hpp | 260 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 D | papr_scm.c | 96 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 D | function_base.hpp | 622 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 D | function_template.hpp | 636 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 | __tuple | 34 typename enable_if<!is_volatile<_Tp>::value>::type, 339 is_volatile<_RawTp>::value>;
|
| H A D | type_traits | 61 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 | __tuple | 34 typename enable_if<!is_volatile<_Tp>::value>::type, 339 is_volatile<_RawTp>::value>;
|
| H A D | type_traits | 61 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 D | s5p_mfc_common.h | 743 __u8 is_volatile; member
|
| H A D | s5p_mfc_dec.c | 220 .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 D | type_traits | 106 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 D | type_traits | 106 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 D | type_traits | 656 /// 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;
|