| /third_party/boost/boost/type_traits/detail/ |
| D | is_function_cxx_11.hpp | 19 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 …]
|
| D | is_function_msvc10_fix.hpp | 14 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 …]
|
| D | is_function_cxx_03.hpp | 92 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/ |
| D | is_function.hpp | 36 struct is_function:boost::is_function<T>{}; struct 47 struct is_function:std::is_function<T>{}; struct
|
| /third_party/boost/boost/function_types/ |
| D | is_function.hpp | 20 struct is_function struct
|
| /third_party/boost/libs/asio/example/cpp11/executors/ |
| D | actor.cpp | 71 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/ |
| D | actor.cpp | 71 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/ |
| D | actor.cpp | 71 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/ |
| D | glcpp.h | 147 int is_function; member
|
| /third_party/node/src/ |
| D | node_contextify.cc | 435 bool is_function = value->IsFunction(); in PropertySetterCallback() local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| D | symbol.h | 519 static inline int is_function(struct symbol *type) in is_function() function
|
| /third_party/boost/boost/move/detail/ |
| D | type_traits.hpp | 591 struct is_function struct
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
| D | ItaniumDemangle.cpp | 1656 bool is_function = *t == 'F'; in parse_type() local
|