Searched defs:EnableIf (Results 1 – 5 of 5) sorted by relevance
34 struct EnableIf { }; struct37 struct EnableIf<T, true> struct39 typedef T Type;
107 template <bool, typename T = void> struct EnableIf {}; struct108 template <typename T> struct EnableIf<true, T> { typedef T type; }; struct
152 …template<typename T> using EnableIf = typename enable_if<T::value>::type; // expected-error {{unde… typedef
254 const EnableIfAttr *EnableIf = dyn_cast<EnableIfAttr>(TmplAttr); in InstantiateAttrs() local
5901 if (auto *EnableIf = dyn_cast<EnableIfAttr>(Attr)) in getOrderedEnableIfAttrs() local8812 for (auto *EnableIf : FD->specific_attrs<EnableIfAttr>()) { in isFunctionAlwaysEnabled() local