| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| range-chain.h | 44 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 is reset. * 93 std::optional<typename Range::iterator> m_current; member in class:range_chain::iterator [all...] |
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| range-chain.h | 44 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 is reset. * 93 std::optional<typename Range::iterator> m_current; member in class:range_chain::iterator [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-range-phi.h | 89 bitmap m_current; // Potential group currently being analyzed. member in class:phi_analyzer
|
| iterator-utils.h | 209 T m_current; member in class:safe_iterator 215 if (m_current != m_end) 221 T iter = m_current; 229 m_current = m_next; 237 return m_current == other.m_current; 242 return m_current != other.m_current; 245 typename T::value_type operator*() const { return *m_current; } 261 : m_current (iter), m_end (end), m_next (get_next ()) { [all...] |
| rtl-iter.h | 84 value_type m_current; member in class:generic_subrtx_iterator 98 /* True if we should skip the subrtxes of M_CURRENT. */ 101 /* True if M_CURRENT has been replaced with a different rtx. */ 132 m_current (x), 147 return m_current; 173 /* Add the subrtxes of M_CURRENT. */ 174 rtx_type x = T::get_rtx (m_current); 185 /* Set M_CURRENT to the first subrtx and queue the rest. */ 192 m_current = T::get_value (src[0].rt_rtx); 203 m_current = m_base[--m_end] [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| rtl-iter.h | 84 value_type m_current; member in class:generic_subrtx_iterator 98 /* True if we should skip the subrtxes of M_CURRENT. */ 101 /* True if M_CURRENT has been replaced with a different rtx. */ 132 m_current (x), 147 return m_current; 173 /* Add the subrtxes of M_CURRENT. */ 174 rtx_type x = T::get_rtx (m_current); 185 /* Set M_CURRENT to the first subrtx and queue the rest. */ 192 m_current = T::get_value (src[0].rt_rtx); 203 m_current = m_base[--m_end] [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| logic.cc | 69 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 = ins.first 208 iterator m_current; \/* The current term. *\/ member in struct:clause 296 iterator m_current; \/* The current clause. *\/ member in struct:formula [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| logic.cc | 69 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 = ins.first 208 iterator m_current; \/* The current term. *\/ member in struct:clause 296 iterator m_current; \/* The current clause. *\/ member in struct:formula [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ada-exp.h | 541 { return m_current; } 562 value *m_current = nullptr; member in class:expr::ada_assign_operation
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ada-exp.h | 541 { return m_current; } 562 value *m_current = nullptr; member in class:expr::ada_assign_operation
|