Home
last modified time | relevance | path

Searched refs:EnableIf (Results 1 – 22 of 22) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeMeta.hpp34 struct EnableIf { }; struct
37 struct EnableIf<T, true> struct
DdeArrayUtil.hpp34 const Elem& getSizedArrayElement (const Elem (&array)[Size], typename de::meta::EnableIf<int, LastE… in getSizedArrayElement()
/external/clang/test/SemaCXX/
Dalias-template.cpp152 …template<typename T> using EnableIf = typename enable_if<T::value>::type; // expected-error {{unde… typedef
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/opencv3/modules/cudev/include/opencv2/cudev/util/
Dtype_traits.hpp107 template <bool, typename T = void> struct EnableIf {}; struct
108 template <typename T> struct EnableIf<true, T> { typedef T type; }; argument
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp61 using de::meta::EnableIf;
1093 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_MAP_STATS>::Type logMapRangeStats … in logMapRangeStats()
1103 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_UNMAP_STATS>::Type logUnmapStats (… in logUnmapStats()
1113 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_WRITE_STATS>::Type logWriteStats (… in logWriteStats()
1123 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_FLUSH_STATS>::Type logFlushStats (… in logFlushStats()
1133 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_ALLOC_STATS>::Type logAllocStats (… in logAllocStats()
1143 static typename EnableIf<void, Not<SampleTypeTraits<SampleType>::HAS_MAP_STATS>::Value>::Type logMa… in logMapRangeStats()
1150 static typename EnableIf<void, Not<SampleTypeTraits<SampleType>::HAS_UNMAP_STATS>::Value>::Type log… in logUnmapStats()
1157 static typename EnableIf<void, Not<SampleTypeTraits<SampleType>::HAS_WRITE_STATS>::Value>::Type log… in logWriteStats()
1164 static typename EnableIf<void, Not<SampleTypeTraits<SampleType>::HAS_FLUSH_STATS>::Value>::Type log… in logFlushStats()
[all …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-internal.h875 template<bool> struct EnableIf;
876 template<> struct EnableIf<true> { typedef void type; }; // NOLINT
/external/gtest/include/gtest/internal/
Dgtest-internal.h875 template<bool> struct EnableIf;
876 template<> struct EnableIf<true> { typedef void type; }; // NOLINT
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h972 template<bool> struct EnableIf;
973 template<> struct EnableIf<true> { typedef void type; }; // NOLINT
/external/deqp/framework/common/
DtcuVectorUtil.hpp144 inline typename de::meta::EnableIf<T, de::meta::TypesSame<T, double>::Value>::Type length (const Ve… in length()
150 inline typename de::meta::EnableIf<T, de::meta::TypesSame<T, float>::Value>::Type length (const Vec… in length()
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-internal.h949 template<bool> struct EnableIf;
950 template<> struct EnableIf<true> { typedef void type; }; // NOLINT
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h943 template<bool> struct EnableIf;
944 template<> struct EnableIf<true> { typedef void type; }; // NOLINT
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp254 const EnableIfAttr *EnableIf = dyn_cast<EnableIfAttr>(TmplAttr); in InstantiateAttrs() local
255 if (EnableIf && EnableIf->getCond()->isValueDependent()) { in InstantiateAttrs()
256 instantiateDependentEnableIfAttr(*this, TemplateArgs, EnableIf, Tmpl, in InstantiateAttrs()
DSemaOverload.cpp5901 if (auto *EnableIf = dyn_cast<EnableIfAttr>(Attr)) in getOrderedEnableIfAttrs() local
5902 Result.push_back(EnableIf); in getOrderedEnableIfAttrs()
8812 for (auto *EnableIf : FD->specific_attrs<EnableIfAttr>()) { in isFunctionAlwaysEnabled() local
8814 if (!EnableIf->getCond()->EvaluateAsBooleanCondition(AlwaysTrue, Ctx)) in isFunctionAlwaysEnabled()
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h1391 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest.h1401 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h1395 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
/external/gtest/include/gtest/
Dgtest.h1523 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
Dgtest.h1523 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
/external/clang/include/clang/Basic/
DAttr.td719 def EnableIf : InheritableAttr {
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest.h7836 template<bool> struct EnableIf;
7837 template<> struct EnableIf<true> { typedef void type; }; // NOLINT
18937 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h7835 template<bool> struct EnableIf;
7836 template<> struct EnableIf<true> { typedef void type; }; // NOLINT
18936 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_gtest.h7896 template<bool> struct EnableIf;
7897 template<> struct EnableIf<true> { typedef void type; }; // NOLINT
19000 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {