Searched refs:ins_pos (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dinsert_no_store_hash_fn_imps.hpp53 size_type ins_pos = m_num_e; local
66 return (ins_pos == m_num_e) ? pos : ins_pos;
70 if (ins_pos == m_num_e)
71 ins_pos = pos;
88 if (ins_pos == m_num_e)
90 return ins_pos;
H A Dinsert_store_hash_fn_imps.hpp55 size_type ins_pos = m_num_e; local
69 return ((ins_pos == m_num_e) ?
71 std::make_pair(ins_pos, pos_hash_pair.second));
75 if (ins_pos == m_num_e)
76 ins_pos = pos;
93 if (ins_pos == m_num_e)
95 return std::make_pair(ins_pos, pos_hash_pair.second);
/haiku-buildtools/gcc/gcc/
H A Dmode-switching.c601 rtx_insn *ins_pos = BB_HEAD (bb);
602 if (LABEL_P (ins_pos))
603 ins_pos = NEXT_INSN (ins_pos);
604 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (ins_pos));
605 if (ins_pos != BB_END (bb))
606 ins_pos = NEXT_INSN (ins_pos);
607 ptr = new_seginfo (no_mode, ins_pos, bb->index, live_now);
600 rtx_insn *ins_pos = BB_HEAD (bb); local

Completed in 102 milliseconds