Searched defs:bind_ty (Results 1 – 7 of 7) 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() function577 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument
697 template <typename Class> struct bind_ty { struct700 bind_ty(Class *&V) : VR(V) {} in bind_ty() argument712 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument
705 template <typename Class> struct bind_ty { struct708 bind_ty(Class *&V) : VR(V) {} in bind_ty() argument720 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument
730 template <typename Class> struct bind_ty { struct733 bind_ty(Class *&V) : VR(V) {} in bind_ty() argument745 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument
791 template <typename Class> struct bind_ty { struct794 bind_ty(Class *&V) : VR(V) {} in bind_ty() argument806 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument