Searched refs:print_tree (Results 1 – 6 of 6) sorted by relevance
100 def print_tree (root): function111 print_tree (root.GetChildAtIndex(1))116 print_tree (root.GetChildAtIndex(2))
142 print_tree (tree_node *dictionary) in print_tree() function148 print_tree (dictionary->left); in print_tree()154 print_tree (dictionary->right); in print_tree()
476 void RegionBase<Tr>::print(raw_ostream &OS, bool print_tree, unsigned level, in print() argument478 if (print_tree) in print()502 if (print_tree) { in print()504 (*RI)->print(OS, print_tree, level + 1, Style); in print()
196 def print_tree(self): member in LLVMProjectInfo908 if opts.print_tree:909 project_info.print_tree()
68 static void print_tree(struct rb_root *root) in print_tree() function133 print_tree(root); in check_tree()138 #define print_tree(root, msg) do {} while (0) macro
701 def print_tree(head): function