Home
last modified time | relevance | path

Searched refs:is_function (Results 1 – 25 of 45) sorted by relevance

12

/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_traits174 /// is_function
176 struct is_function;
182 !is_function<_Tp>::value)
195 is_function<_Tp>::value)
222 /// is_function
224 struct is_function
227 struct is_function<_Res(_ArgTypes...)>
230 struct is_function<_Res(_ArgTypes......)>
233 struct is_function<_Res(_ArgTypes...) const>
236 struct is_function<_Res(_ArgTypes......) const>
[all …]
/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_traits174 /// is_function
176 struct is_function;
182 !is_function<_Tp>::value)
195 is_function<_Tp>::value)
222 /// is_function
224 struct is_function
227 struct is_function<_Res(_ArgTypes...)>
230 struct is_function<_Res(_ArgTypes......)>
233 struct is_function<_Res(_ArgTypes...) const>
236 struct is_function<_Res(_ArgTypes......) const>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_function.hpp93 template <class T> struct is_function : integral_constant<bool, __is_function(T)> {}; struct
95 template <class T> struct is_function : integral_constant<bool, ::boost::detail::is_function_impl<T… struct
97 template <class T> struct is_function<T&&> : public false_type {}; struct
H A Dis_enum.hpp111 || ::boost::is_function<T>::value
120 || ::boost::is_function<T>::value
H A Dis_convertible.hpp69 …template<typename From, typename To, bool b = or_helper<boost::is_void<From>, boost::is_function<T…
294 ::boost::is_function<typename ::boost::remove_reference<From>::type>::value
354 …basic_impl<From,To>::value && ! ::boost::is_array<To>::value && ! ::boost::is_function<To>::value)
361 …basic_impl<From, To>::value && !::boost::is_array<To>::value && !::boost::is_function<To>::value));
H A Ddecay.hpp37 …typedef typename boost::detail::decay_imp<Ty, boost::is_array<Ty>::value, boost::is_function<Ty>::…
H A Dis_class.hpp90 && ! ::boost::is_function<T>::value
H A Dintrinsics.hpp120 …ONVERTIBLE(T,U) ((__is_convertible_to(T,U) || (is_same<T,U>::value && !is_function<U>::value)) && …
299 # define BOOST_IS_POD(T) (__oracle_is_pod(T) && !is_function<T>::value)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/
H A Dis_function.hpp20 struct is_function struct
26 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,is_function,(T,Tag))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/
H A Dnative.hpp30 typename enable_if<is_function<T>, T&>::type
34 typename disable_if<is_function<T>, T&>::type
H A Dtypeof_impl.hpp43 typename is_function<T>::type,
48 typename is_function<T>::type,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/
H A Dmake_cons.hpp29 : mpl::eval_if_c<is_abstract<T>::value || is_function<T>::value
76 make_cons(Car& car, typename enable_if<is_function<Car> >::type* = 0) in make_cons()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/nonterminal/
H A Dextract_param.hpp94 function_types::is_function<mpl::_>
108 function_types::is_function<attr_of_ftype>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dindirect_traits.hpp56 struct is_reference_to_function<T&> : is_function<T>
68 struct is_pointer_to_function<T*> : is_function<T>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/msvc/
H A Dtypeof_impl.hpp172 typename is_function<T>::type,
176 typename is_function<T>::type,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dis_noncopyable.hpp51 is_function<T>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Dvalue.hpp109 is_function<typename remove_pointer<T>::type>::value
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp591 struct is_function struct
638 : is_function<T>
662 !is_function<T>::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/bits/
H A Dptr_traits.h158 static_assert(!std::is_function<_Tp>::value, "not a function pointer"); 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 Dptr_traits.h158 static_assert(!std::is_function<_Tp>::value, "not a function pointer"); in _GLIBCXX_VISIBILITY()
/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_traits191 struct is_function;
208 is_function<_NestedType>,
448 : public __not_<is_function<_Tp>>::type { };
462 : public is_function<_Tp>::type { };
488 /// is_function
490 struct is_function
494 struct is_function<_Tp&>
498 struct is_function<_Tp&&>
548 : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
821 is_function<_Tp>>::value,
[all …]
/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_traits191 struct is_function;
208 is_function<_NestedType>,
448 : public __not_<is_function<_Tp>>::type { };
462 : public is_function<_Tp>::type { };
488 /// is_function
490 struct is_function
494 struct is_function<_Tp&>
498 struct is_function<_Tp&&>
548 : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
821 is_function<_Tp>>::value,
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dtype_traits48 template <class T> struct is_function;
259 = is_function<T>::value; // C++17
873 // is_function
895 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_function
901 = is_function<_Tp>::value;
907 …Tp, class _Up> struct __libcpp_is_member_function_pointer<_Tp _Up::*> : public is_function<_Tp> {};
921 : public is_function<_Ret> {};
977 !is_function<_Tp>::value > {};
1070 is_function<_Tp>::value ||
1087 is_function<_Tp>::value ||
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dtype_traits48 template <class T> struct is_function;
259 = is_function<T>::value; // C++17
873 // is_function
895 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_function
901 = is_function<_Tp>::value;
907 …Tp, class _Up> struct __libcpp_is_member_function_pointer<_Tp _Up::*> : public is_function<_Tp> {};
921 : public is_function<_Ret> {};
977 !is_function<_Tp>::value > {};
1070 is_function<_Tp>::value ||
1087 is_function<_Tp>::value ||
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dpredicates.hpp47 : satisfies_impl<Fun, ::boost::is_function<Fun>::value>
49 typedef satisfies_impl<Fun, ::boost::is_function<Fun>::value> base;

12