Searched refs:m_current (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Drange-chain.h44 if (m_current.has_value () != other.m_current.has_value ())
46 if (m_current.has_value ())
47 return *m_current == *other.m_current;
58 ++*m_current;
59 if (*m_current == m_ranges[m_index].end ())
69 return **m_current;
74 m_current is updated to point to its start; otherwise,
75 m_current i
93 gdb::optional<typename Range::iterator> m_current; member in class:range_chain::iterator
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtl-iter.h84 value_type m_current; member in class:generic_subrtx_iterator
132 m_current (x),
147 return m_current;
174 rtx_type x = T::get_rtx (m_current);
192 m_current = T::get_value (src[0].rt_rtx);
203 m_current = m_base[--m_end];
214 m_current = m_base[--m_end];
233 m_current = x;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtl-iter.h84 value_type m_current; member in class:generic_subrtx_iterator
132 m_current (x),
147 return m_current;
174 rtx_type x = T::get_rtx (m_current);
192 m_current = T::get_value (src[0].rt_rtx);
203 m_current = m_base[--m_end];
214 m_current = m_base[--m_end];
233 m_current = x;
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dlogic.cc69 m_current = m_terms.begin ();
77 : m_terms (c.m_terms), m_set (c.m_set), m_current (m_terms.begin ())
79 std::advance (m_current, std::distance (c.begin (), c.current ()));
86 return m_current == end ();
94 ++m_current;
139 m_current = replace (m_current, t).first;
149 std::pair<iterator, bool> rep = replace (m_current, t1);
151 m_current = rep.first;
159 m_current
208 iterator m_current; /* The current term. */ member in struct:clause
296 iterator m_current; /* The current clause. */ member in struct:formula
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlogic.cc84 m_current = m_terms.begin ();
92 : m_terms (c.m_terms), m_set (c.m_set), m_current (m_terms.begin ())
94 std::advance (m_current, std::distance (c.begin (), c.current ()));
101 return m_current == end ();
109 ++m_current;
154 m_current = replace (m_current, t).first;
164 std::pair<iterator, bool> rep = replace (m_current, t1);
166 m_current = rep.first;
174 m_current
223 iterator m_current; /* The current term. */ member in struct:clause
306 iterator m_current; /* The current clause. */ member in struct:formula
[all...]

Completed in 72 milliseconds