Home
last modified time | relevance | path

Searched refs:m_contiguous_range (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-switch-conversion.c103 m_contiguous_range = true; in collect()
110 m_contiguous_range = false; in collect()
116 if (m_contiguous_range) in collect()
145 if (e == e_default && m_contiguous_range) in collect()
216 if (m_contiguous_range && e == e_default) in check_all_empty_except_final()
288 if (!m_contiguous_range || bb != m_default_bb) in check_final_bb()
H A Dtree-switch-conversion.h855 bool m_contiguous_range; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-switch-conversion.cc104 m_contiguous_range = true; in collect()
111 m_contiguous_range = false; in collect()
117 if (m_contiguous_range) in collect()
146 if (e == e_default && m_contiguous_range) in collect()
217 if (m_contiguous_range && e == e_default) in check_all_empty_except_final()
289 if (!m_contiguous_range || bb != m_default_bb) in check_final_bb()
H A Dtree-switch-conversion.h881 bool m_contiguous_range; variable