Home | History | Annotate | Download | only in gcc

Lines Matching defs:m_data

59     m_right (this), m_data (NULL), m_degree (0), m_mark (0)
65 m_left (this), m_right (this), m_key (key), m_data (data),
101 return m_data;
125 V *m_data;
209 replace_key_data (node, key, node->m_data);
233 return m_min->m_data;
373 node->m_data = data;
407 V *odata = node->m_data;
422 node->m_data = data;
463 ret = z->m_data;
481 V *ret = node->m_data;