Searched refs:is_end (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dnode_iterators.hpp175 const bool is_end = m_p_begin_value == m_p_end_value; local
178 if (is_end)
182 return (is_end);
/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c5128 mep_emit_doloop (rtx *operands, int is_end)
5133 || cfun->machine->doloop_tag_from_end == is_end)
5136 cfun->machine->doloop_tag_from_end = is_end;
5140 if (is_end)
5119 mep_emit_doloop(rtx *operands, int is_end) argument

Completed in 51 milliseconds