Searched refs:m_pos (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
H A Dconst_iterator.hpp80 m_p_tbl->inc_it_state(base_type::m_p_value, m_pos);
89 m_p_tbl->inc_it_state(base_type::m_p_value, m_pos);
103 : point_const_iterator_(p_value), m_p_tbl(p_tbl), m_pos(pos)
112 PB_DS_GEN_POS m_pos; member in class:const_iterator_
H A Diterator.hpp107 base_type::m_p_tbl->inc_it_state(base_type::m_p_value, base_type::m_pos);
116 base_type::m_p_tbl->inc_it_state(base_type::m_p_value, base_type::m_pos);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
H A Dconst_iterator.hpp80 m_p_tbl->inc_it_state(base_type::m_p_value, m_pos);
89 m_p_tbl->inc_it_state(base_type::m_p_value, m_pos);
103 : point_const_iterator_(p_value), m_p_tbl(p_tbl), m_pos(pos)
112 PB_DS_GEN_POS m_pos; member in class:const_iterator_
H A Diterator.hpp107 base_type::m_p_tbl->inc_it_state(base_type::m_p_value, base_type::m_pos);
116 base_type::m_p_tbl->inc_it_state(base_type::m_p_value, base_type::m_pos);
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dfindcomp.cc86 m_pos (0)
92 return m_pos == std::string::npos;
97 std::string::size_type last_pos = m_pos;
103 m_pos = colon;
108 m_pos = colon + 1;
120 std::string::size_type m_pos; member in class:tokenizer
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dfindcomp.cc86 m_pos (0)
92 return m_pos == std::string::npos;
97 std::string::size_type last_pos = m_pos;
103 m_pos = colon;
108 m_pos = colon + 1;
120 std::string::size_type m_pos; member in class:tokenizer
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-path.h76 basic_block curr_bb () { return m_path[m_pos]; }
77 basic_block prev_bb () { return m_path[m_pos + 1]; }
78 basic_block next_bb () { return m_path[m_pos - 1]; }
79 bool at_entry () { return m_pos == m_path.length () - 1; }
80 bool at_exit () { return m_pos == 0; }
81 void move_next () { --m_pos; }
97 unsigned m_pos; member in class:path_range_query
H A Dgimple-range-path.cc252 m_pos = m_path.length () - 1;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d1351 auto t = m_fibers[m_pos].call(Fiber.Rethrow.no);
1356 if (m_fibers[m_pos].state == Fiber.State.TERM)
1358 if (m_pos >= (m_fibers = remove(m_fibers, m_pos)).length)
1359 m_pos = 0;
1361 else if (m_pos++ >= m_fibers.length - 1)
1363 m_pos = 0;
1384 size_t m_pos;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d1585 auto t = m_fibers[m_pos].call(Fiber.Rethrow.no);
1590 if (m_fibers[m_pos].state == Fiber.State.TERM)
1592 if (m_pos >= (m_fibers = remove(m_fibers, m_pos)).length)
1593 m_pos = 0;
1595 else if (m_pos++ >= m_fibers.length - 1)
1597 m_pos = 0;
1603 size_t m_pos;

Completed in 210 milliseconds