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