Home
last modified time | relevance | path

Searched defs:is_function (Results 1 – 4 of 4) sorted by relevance

/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
/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
/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
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.c1409 static int is_function(Elf_Sym *sym) in is_function() function