Searched refs:min_node (Results 1 – 5 of 5) sorted by relevance
191 ASSERT_EQ (tree.min_node ()->value (), sorted.front ()); in splay_tree_cc_tests()
250 node_type min_node ();
466 rooted_splay_tree<Accessors>::min_node () in min_node() function in rooted_splay_tree
1671 splay_tree_node min_node; in c_do_switch_warnings() local1675 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()
1673 splay_tree_node min_node; in c_do_switch_warnings() local1677 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()