Home
last modified time | relevance | path

Searched refs:EnableIf (Results 1 – 15 of 15) 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.cpp154 …template<typename T> using EnableIf = typename enable_if<T::value>::type; // expected-error {{unde… typedef
157 template<typename T> EnableIf<is_enum<T>> f();
167 template<typename T, typename U = EnableIf<is_enum<T>>> struct fail1 {}; // expected-note {{here}}
/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/gtest/include/gtest/internal/
Dgtest-internal.h875 template<bool> struct EnableIf;
876 template<> struct EnableIf<true> { typedef void type; }; // NOLINT
/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/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h972 template<bool> struct EnableIf;
973 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.cpp229 const EnableIfAttr *EnableIf = dyn_cast<EnableIfAttr>(TmplAttr); in InstantiateAttrs() local
230 if (EnableIf && EnableIf->getCond()->isValueDependent()) { in InstantiateAttrs()
231 instantiateDependentEnableIfAttr(*this, TemplateArgs, EnableIf, Tmpl, in InstantiateAttrs()
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h1391 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/google-breakpad/src/testing/gtest/include/gtest/
Dgtest.h1401 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
/external/gtest/include/gtest/
Dgtest.h1523 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
/external/clang/include/clang/Basic/
DAttr.td680 def EnableIf : InheritableAttr {
/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) {