Searched defs:m_Value (Results 1 – 2 of 2) sorted by relevance
76 inline class_match<Value> m_Value() { return class_match<Value>(); } in m_Value() function744 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() function745 inline bind_ty<const Value> m_Value(const Value *&V) { return V; } in m_Value() function
3521 .. _m_Value: target