Lines Matching defs:tree
23 #include "splay-tree.h"
133 : tree (other.tree)
135 other.tree = nullptr;
140 std::swap (tree, other.tree);
163 We walk the tree of lexical blocks present in the debug info, and
189 /* A splay tree, with a node for each transition; there is a
201 our keys are pointers to CORE_ADDR values. Since the splay tree
206 splay_tree tree;