Home
last modified time | relevance | path

Searched defs:print_tree (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/lldb/examples/scripting/
H A Dtree_utils.py99 def print_tree(root): function
H A Ddictionary.c122 void print_tree(tree_node *dictionary) { in print_tree() function
/openbsd/regress/sys/sys/tree/rb/
H A Drbt-test.c105 #define print_tree(x) do {} while (0) macro
892 print_tree(const struct tree *t) in print_tree() function
H A Drb-test.c106 #define print_tree(x) do {} while (0) macro
893 print_tree(const struct tree *t) in print_tree() function
/openbsd/usr.sbin/eeprom/
H A Dmain.c50 int print_tree = 0; variable
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h476 void RegionBase<Tr>::print(raw_ostream &OS, bool print_tree, unsigned level, in print()