/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | overload-candidates.cpp | 47 template<bool, typename = void> struct enable_if {}; struct 48 template<typename T> struct enable_if<true, T> { typedef T type; }; struct 50 template<typename T> typename boost::enable_if<sizeof(T) == 4, int>::type if_size_4(); // expected-… 54 template<typename Cond, typename T = void> struct enable_if : boost::enable_if<Cond::value, T> {}; struct 86 template<bool, typename = void> struct enable_if {}; struct 87 template<typename T> struct enable_if<true, T> { typedef T type; }; struct 99 typename Requires = typename std::enable_if<a_trait<T>::value>::type>
|
H A D | constexpr-instantiate.cpp | 168 template<bool, typename> struct enable_if {}; struct 169 template<typename T> struct enable_if<true, T> { using type = T; }; struct
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | sizeofpack.cpp | 75 struct enable_if { }; struct 77 template<class T> struct enable_if<true, T> { struct 78 typedef T type; 152 struct enable_if struct 155 struct enable_if<true,_Tp> struct 156 { typedef _Tp type; };
|
H A D | example-bind.cpp | 257 struct enable_if<true, T> { struct 262 struct enable_if<false, T> { }; argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/system/include/boost/system/detail/ |
D | enable_if.hpp | 17 template<bool C, class T = void> struct enable_if struct 19 typedef T type; 22 template<class T> struct enable_if<false, T> struct
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
H A D | sfinae-1.cpp | 27 struct enable_if { struct 28 typedef T type; 32 struct enable_if<false, T> { }; struct
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | cxx0x-cursory-default-delete.cpp | 95 template<bool, typename = void> struct enable_if {}; struct 96 template<typename T> struct enable_if<true, T> { typedef T type; }; struct
|
H A D | alias-template.cpp | 148 template<> struct enable_if<true> { using type = void; }; struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/include/boost/core/ |
D | enable_if.hpp | 41 struct enable_if : public enable_if_c<Cond::value, T> {}; struct 109 struct enable_if : enable_if_does_not_work_on_this_compiler<T> struct
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | mangle-exprs.cpp | 36 struct enable_if { typedef T type; }; struct 39 struct enable_if< false, T > {}; struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/ |
D | enable_if.h | 21 struct _LIBCPP_TEMPLATE_VIS enable_if {}; struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/ |
D | enable_if.h | 21 struct _LIBCPP_TEMPLATE_VIS enable_if {}; struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/ |
D | enable_if.h | 21 struct _LIBCPP_TEMPLATE_VIS enable_if {}; struct
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/ |
H A D | enable_if.h | 21 struct _LIBCPP_TEMPLATE_VIS enable_if {}; struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/ |
D | enable_if.h | 21 struct _LIBCPP_TEMPLATE_VIS enable_if {}; struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/ |
D | enable_if.h | 21 struct _LIBCPP_TEMPLATE_VIS enable_if {}; struct
|
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | TypeTraits.h | 38 using enable_if = typename std::enable_if<Predicate::value, Type>::type; variable
|
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/ |
D | TypeTraits.h | 38 using enable_if = typename std::enable_if<Predicate::value, Type>::type; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/include/boost/iterator/detail/ |
D | enable_if.hpp | 68 struct enable_if struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/doc/ |
D | index.rst | 2920 .. |enable_if| replace:: ``enable_if`` substdef in Acknowledgements 2921 .. _enable_if: ../../../core/doc/html/core/enable_if.html target in Acknowledgements
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.unary/ |
H A D | dependent_return_type.compile.pass.cpp | 67 std::enable_if_t<true, T> enable_if() { in enable_if() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/doc/ |
D | iterator_facade_tutorial.rst | 500 .. |enable_if| replace:: ``boost::enable_if`` substdef in Telling the Truth
|
/aosp_15_r20/external/clang/test/Analysis/Inputs/ |
H A D | system-header-simulator-cxx.h | 110 template <bool, class _Tp = void> struct enable_if {}; struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/ |
D | meta_utils_core.hpp | 73 struct enable_if : enable_if_c<Cond::value, T> {}; struct
|
D | unique_ptr_meta_utils.hpp | 94 struct enable_if : public enable_if_c<Cond::value, T> {}; struct
|