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

/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsupergraph.cc1081 /* Populate m_case_labels with all cases which go to DST. */
1089 m_case_labels.safe_push (case_);
1104 for (unsigned i = 0; i < m_case_labels.length (); ++i)
1108 tree case_label = m_case_labels[i];
1131 for (unsigned i = 0; i < m_case_labels.length (); ++i)
1135 tree case_label = m_case_labels[i];
H A Dsupergraph.h563 const vec<tree> &get_case_labels () const { return m_case_labels; }
566 auto_vec<tree> m_case_labels; member in class:ana::switch_cfg_superedge

Completed in 188 milliseconds