Searched defs:EnableIf (Results 1 – 14 of 14) sorted by relevance
34 struct EnableIf struct39 struct EnableIf<T, true> struct41 typedef T Type;
4615 type EnableIf struct { struct4616 Type AST4617 Args []AST4620 func (ei *EnableIf) print(ps *printState) {4627 func (ei *EnableIf) Traverse(fn func(AST) bool) {4636 func (ei *EnableIf) Copy(fn func(AST) AST, skip func(AST) bool) AST {4665 func (ei *EnableIf) GoString() string {4669 func (ei *EnableIf) goString(indent int, field string) string {
26 struct EnableIf {}; struct
32 using EnableIf = std::enable_if< variable
100 using EnableIf = typename ::std::enable_if<C, int>::type; variable
152 …template<typename T> using EnableIf = typename enable_if<T::value>::type; // expected-error {{unde… typedef
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