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()
431 void Region::print(raw_ostream &OS, bool print_tree, unsigned level, in print() argument433 if (print_tree) in print()456 if (print_tree) in print()458 (*RI)->print(OS, print_tree, level+1, Style); in print()
195 def print_tree(self): member in LLVMProjectInfo889 if opts.print_tree:890 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
131 void print_tree(bx_param_c *node, int level = 0);