Searched defs:bind_ty (Results 1 – 3 of 3) sorted by relevance
282 template <typename Class> struct bind_ty { struct284 bind_ty(Class *&V) : VR(V) {} in bind_ty() argument296 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument
562 template <typename Class> struct bind_ty { struct565 bind_ty(Class *&V) : VR(V) {} in bind_ty() argument577 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument
675 template <typename Class> struct bind_ty { struct678 bind_ty(Class *&V) : VR(V) {} in bind_ty() function690 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument