Home
last modified time | relevance | path

Searched refs:min_node (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsplay-tree-utils.cc191 ASSERT_EQ (tree.min_node ()->value (), sorted.front ()); in splay_tree_cc_tests()
H A Dsplay-tree-utils.h250 node_type min_node ();
H A Dsplay-tree-utils.tcc466 rooted_splay_tree<Accessors>::min_node () in min_node() function in rooted_splay_tree
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c1671 splay_tree_node min_node; in c_do_switch_warnings() local
1675 min_node = splay_tree_successor (cases, (splay_tree_key) NULL); in c_do_switch_warnings()
1677 min_node = splay_tree_min (cases); in c_do_switch_warnings()
1678 tree min = min_node ? (tree) min_node->key : NULL_TREE; in c_do_switch_warnings()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc1673 splay_tree_node min_node; in c_do_switch_warnings() local
1677 min_node = splay_tree_successor (cases, (splay_tree_key) NULL); in c_do_switch_warnings()
1679 min_node = splay_tree_min (cases); in c_do_switch_warnings()
1680 tree min = min_node ? (tree) min_node->key : NULL_TREE; in c_do_switch_warnings()