Home
last modified time | relevance | path

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

/third_party/boost/boost/type_traits/detail/
Dis_function_cxx_11.hpp19 struct is_function : public false_type {}; struct
36 struct is_function<Ret BOOST_TT_DEF_CALL(Args...)BOOST_TT_NOEXCEPT_DECL> : public true_type {}; struct
38 struct is_function<Ret(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_type {}; struct
41 …struct is_function<Ret BOOST_TT_DEF_CALL(Args...)const BOOST_TT_NOEXCEPT_DECL> : public true_type … struct
43 struct is_function<Ret(Args..., ...)const BOOST_TT_NOEXCEPT_DECL> : public true_type {}; struct
46 …struct is_function<Ret BOOST_TT_DEF_CALL(Args...)volatile BOOST_TT_NOEXCEPT_DECL> : public true_ty… struct
48 struct is_function<Ret(Args..., ...)volatile BOOST_TT_NOEXCEPT_DECL> : public true_type {}; struct
51 …struct is_function<Ret BOOST_TT_DEF_CALL(Args...)const volatile BOOST_TT_NOEXCEPT_DECL> : public t… struct
53 struct is_function<Ret(Args..., ...)const volatile BOOST_TT_NOEXCEPT_DECL> : public true_type {}; struct
58 struct is_function<Ret BOOST_TT_DEF_CALL(Args...)& BOOST_TT_NOEXCEPT_DECL> : public true_type {}; struct
[all …]
Dis_function_msvc10_fix.hpp14 template <class R> struct is_function<R(&&)()> : public false_type {}; struct
15 template <class R> struct is_function<R(&&)(...)> : public false_type {}; struct
16 template <class R, class Arg1> struct is_function<R(&&)(Arg1)> : public false_type {}; struct
17 template <class R, class Arg1> struct is_function<R(&&)(Arg1, ...)> : public false_type {}; struct
18 template <class R, class Arg1, class Arg2> struct is_function<R(&&)(Arg1, Arg2)> : public false_typ… struct
19 template <class R, class Arg1, class Arg2> struct is_function<R(&&)(Arg1, Arg2, ...)> : public fals… struct
20 template <class R, class Arg1, class Arg2, class Arg3> struct is_function<R(&&)(Arg1, Arg2, Arg3)> … struct
21 template <class R, class Arg1, class Arg2, class Arg3> struct is_function<R(&&)(Arg1, Arg2, Arg3, .… struct
22 template <class R, class Arg1, class Arg2, class Arg3, class Arg4> struct is_function<R(&&)(Arg1, A… struct
23 template <class R, class Arg1, class Arg2, class Arg3, class Arg4> struct is_function<R(&&)(Arg1, A… struct
[all …]
Dis_function_cxx_03.hpp92 template <class T> struct is_function : integral_constant<bool, __is_function(T)> {}; struct
94 template <class T> struct is_function : integral_constant<bool, ::boost::detail::is_function_impl<T… struct
96 template <class T> struct is_function<T&&> : public false_type {}; struct
99 template <class T> struct is_function<T&> : public false_type {}; struct
/third_party/boost/boost/multi_index/detail/
Dis_function.hpp36 struct is_function:boost::is_function<T>{}; struct
47 struct is_function:std::is_function<T>{}; struct
/third_party/boost/boost/function_types/
Dis_function.hpp20 struct is_function struct
/third_party/boost/libs/asio/example/cpp11/executors/
Dactor.cpp71 bool is_function(void (Actor::* mf)(Message, actor_address)) const in is_function() function in mf_message_handler
/third_party/boost/doc/html/boost_asio/example/cpp11/executors/
Dactor.cpp71 bool is_function(void (Actor::* mf)(Message, actor_address)) const in is_function() function in mf_message_handler
/third_party/boost/libs/asio/example/cpp14/executors/
Dactor.cpp71 bool is_function(void (Actor::* mf)(Message, actor_address)) const in is_function() function in mf_message_handler
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h147 int is_function; member
/third_party/node/src/
Dnode_contextify.cc435 bool is_function = value->IsFunction(); in PropertySetterCallback() local
/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.h519 static inline int is_function(struct symbol *type) in is_function() function
/third_party/boost/boost/move/detail/
Dtype_traits.hpp591 struct is_function struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp1656 bool is_function = *t == 'F'; in parse_type() local