Lines Matching refs:m_index
300 m_fun (fun), m_index (index)
317 int get_index () const { return m_index; }
318 int get_stack_depth () const { return m_index + 1; }
333 int m_index;
770 : m_parent (parent), m_element_type (element_type), m_index (index)
780 hstate.add_ptr (m_index);
788 && m_index == other.m_index);
791 void mark_deleted () { m_index = reinterpret_cast<const svalue *> (1); }
792 void mark_empty () { m_index = NULL; }
795 return m_index == reinterpret_cast<const svalue *> (1);
797 bool is_empty () const { return m_index == NULL; }
801 const svalue *m_index;
807 m_index (index)
818 const svalue *get_index () const { return m_index; }
824 const svalue *m_index;