Searched defs:EnableIf (Results 1 – 3 of 3) sorted by relevance
34 struct EnableIf { }; struct37 struct EnableIf<T, true> struct39 typedef T Type;
154 …template<typename T> using EnableIf = typename enable_if<T::value>::type; // expected-error {{unde… typedef
229 const EnableIfAttr *EnableIf = dyn_cast<EnableIfAttr>(TmplAttr); in InstantiateAttrs() local