Home
last modified time | relevance | path

Searched defs:is_bind_expression (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-bind.cpp222 template<typename T> struct is_bind_expression { struct
223 static const bool value = false;
248 struct is_bind_expression<bound_functor<F, BoundArgs...> > { struct
249 static const bool value = true;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__functional/
Dbind.h29 struct is_bind_expression struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__functional/
Dbind.h30 struct is_bind_expression struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__functional/
Dbind.h29 struct is_bind_expression struct
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__functional/
H A Dbind.h30 struct is_bind_expression struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__functional/
Dbind.h30 struct is_bind_expression struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__functional/
Dbind.h30 struct is_bind_expression struct
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/
H A Dspecialization.pass.cpp27 template<> struct std::is_bind_expression<MyBind> : std::true_type {}; struct in std
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/include/boost/bind/
Dbind.hpp1830 template< class T > struct is_bind_expression struct
1832 enum _vt { value = 0 };
1837 template< class R, class F, class L > struct is_bind_expression< _bi::bind_t< R, F, L > > struct
1839 enum _vt { value = 1 };