Home
last modified time | relevance | path

Searched refs:snode_b (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dengine.cc1745 const supernode *snode_b = kb.m_enode->get_supernode (); in cmp() local
1748 if (snode_b != NULL) in cmp()
1755 if (snode_b == NULL) in cmp()
1759 gcc_assert (snode_a && snode_b); in cmp()
1760 if (snode_a->m_index != snode_b->m_index) in cmp()
1761 return snode_a->m_index - snode_b->m_index; in cmp()
1763 gcc_assert (snode_a == snode_b); in cmp()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dengine.cc2275 const supernode *snode_b = kb.m_enode->get_supernode (); in cmp() local
2278 if (snode_b != NULL) in cmp()
2285 if (snode_b == NULL) in cmp()
2289 gcc_assert (snode_a && snode_b); in cmp()
2290 if (snode_a->m_index != snode_b->m_index) in cmp()
2291 return snode_a->m_index - snode_b->m_index; in cmp()
2293 gcc_assert (snode_a == snode_b); in cmp()