Searched refs:EnableIf (Results 1 - 25 of 30) sorted by relevance

12

/external/deqp/framework/delibs/decpp/
H A DdeMeta.hpp34 struct EnableIf { }; struct in namespace:de::meta
37 struct EnableIf<T, true> struct in namespace:de::meta
H A DdeArrayUtil.hpp34 const Elem& getSizedArrayElement (const Elem (&array)[Size], typename de::meta::EnableIf<int, LastElementIndex==Size>::Type offset)
/external/clang/test/SemaCXX/
H A Dalias-template.cpp152 template<typename T> using EnableIf = typename enable_if<T::value>::type; // expected-error {{undefined template}}
155 template<typename T> EnableIf<is_enum<T>> f();
165 template<typename T, typename U = EnableIf<is_enum<T>>> struct fail1 {}; // expected-note {{here}}
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dtemplate_util.h35 struct EnableIf {}; struct in namespace:mojo::internal
38 struct EnableIf<true, T> { struct in namespace:mojo::internal
/external/deqp/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp61 using de::meta::EnableIf;
1093 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_MAP_STATS>::Type logMapRangeStats (tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1103 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_UNMAP_STATS>::Type logUnmapStats (tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1113 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_WRITE_STATS>::Type logWriteStats (tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1123 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_FLUSH_STATS>::Type logFlushStats (tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1133 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_ALLOC_STATS>::Type logAllocStats (tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1143 static typename EnableIf<void, Not<SampleTypeTraits<SampleType>::HAS_MAP_STATS>::Value>::Type logMapRangeStats (tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1150 static typename EnableIf<void, Not<SampleTypeTraits<SampleType>::HAS_UNMAP_STATS>::Value>::Type logUnmapStats (tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1157 static typename EnableIf<void, Not<SampleTypeTraits<SampleType>::HAS_WRITE_STATS>::Value>::Type logWriteStats (tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1164 static typename EnableIf<voi
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-internal.h871 // EnableIf<condition>::type is void when 'Cond' is true, and
874 // "typename EnableIf<expression>::type* = 0" as the last parameter.
875 template<bool> struct EnableIf;
876 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
/external/fmtlib/test/
H A Dutil-test.cc934 typename fmt::internal::EnableIf<sizeof(T) == sizeof(int), T>::type *) {
940 typename fmt::internal::EnableIf<sizeof(T) != sizeof(int), T>::type *) {
944 TEST(UtilTest, EnableIf) {
/external/deqp/framework/common/
H A DtcuVectorUtil.hpp144 inline typename de::meta::EnableIf<T, de::meta::TypesSame<T, double>::Value>::Type length (const Vector<T, Size>& a)
150 inline typename de::meta::EnableIf<T, de::meta::TypesSame<T, float>::Value>::Type length (const Vector<T, Size>& a)
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h945 // EnableIf<condition>::type is void when 'Cond' is true, and
948 // "typename EnableIf<expression>::type* = 0" as the last parameter.
949 template<bool> struct EnableIf;
950 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
/external/googletest/googletest/include/gtest/
H A Dgtest.h274 typename internal::EnableIf<
1461 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
1474 // than the first overload even without the first overload's EnableIf.
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h942 // EnableIf<condition>::type is void when 'Cond' is true, and
945 // "typename EnableIf<expression>::type* = 0" as the last parameter.
946 template<bool> struct EnableIf;
947 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h274 typename internal::EnableIf<
1458 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
1470 // than the first overload even without the first overload's EnableIf.
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-internal.h942 // EnableIf<condition>::type is void when 'Cond' is true, and
945 // "typename EnableIf<expression>::type* = 0" as the last parameter.
946 template<bool> struct EnableIf;
947 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h968 // EnableIf<condition>::type is void when 'Cond' is true, and
971 // "typename EnableIf<expression>::type* = 0" as the last parameter.
972 template<bool> struct EnableIf;
973 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h939 // EnableIf<condition>::type is void when 'Cond' is true, and
942 // "typename EnableIf<expression>::type* = 0" as the last parameter.
943 template<bool> struct EnableIf;
944 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h959 // EnableIf<condition>::type is void when 'Cond' is true, and
962 // "typename EnableIf<expression>::type* = 0" as the last parameter.
963 template<bool> struct EnableIf;
964 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
/external/v8/testing/gtest/include/gtest/
H A Dgtest.h274 typename internal::EnableIf<
1461 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
1474 // than the first overload even without the first overload's EnableIf.
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h942 // EnableIf<condition>::type is void when 'Cond' is true, and
945 // "typename EnableIf<expression>::type* = 0" as the last parameter.
946 template<bool> struct EnableIf;
947 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
/external/eigen/Eigen/src/Core/util/
H A DForwardDeclarations.h149 template<bool> struct EnableIf;
/external/fmtlib/fmt/
H A Dformat.h1180 struct EnableIf {}; struct in namespace:fmt::internal
1183 struct EnableIf<true, T> { typedef T type; }; struct in namespace:fmt::internal
1378 typename EnableIf<Not<
1386 typename EnableIf<ConvertToInt<T>::value, int>::type = 0) {
1385 MakeValue(const T &value, typename EnableIf<ConvertToInt<T>::value, int>::type = 0) argument
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h1401 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
1414 // than the first overload even without the first overload's EnableIf.
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1395 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
1408 // than the first overload even without the first overload's EnableIf.
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1391 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
1404 // than the first overload even without the first overload's EnableIf.
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest.h1393 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
1406 // than the first overload even without the first overload's EnableIf.
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp334 const EnableIfAttr *EnableIf = dyn_cast<EnableIfAttr>(TmplAttr); local
335 if (EnableIf && EnableIf->getCond()->isValueDependent()) {
336 instantiateDependentEnableIfAttr(*this, TemplateArgs, EnableIf, Tmpl,

Completed in 603 milliseconds

12