Home
last modified time | relevance | path

Searched defs:EnableIf (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeMeta.hpp34 struct EnableIf { }; struct
37 struct EnableIf<T, true> struct
39 typedef T Type;
/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; }; struct
/external/clang/test/SemaCXX/
Dalias-template.cpp152 …template<typename T> using EnableIf = typename enable_if<T::value>::type; // expected-error {{unde… typedef
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp254 const EnableIfAttr *EnableIf = dyn_cast<EnableIfAttr>(TmplAttr); in InstantiateAttrs() local
DSemaOverload.cpp5901 if (auto *EnableIf = dyn_cast<EnableIfAttr>(Attr)) in getOrderedEnableIfAttrs() local
8812 for (auto *EnableIf : FD->specific_attrs<EnableIfAttr>()) { in isFunctionAlwaysEnabled() local