Searched defs:bind_ty (Results 1 – 2 of 2) sorted by relevance
39 template <typename Class> struct bind_ty { struct42 bind_ty(Class *&V) : VR(V) {} in bind_ty() argument44 template <typename ITy> bool match(ITy *V) { in match()
797 template <typename Class> struct bind_ty { struct800 bind_ty(Class *&V) : VR(V) {} in bind_ty() function812 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument