Home
last modified time | relevance | path

Searched refs:pet_tree_type_str (Results 1 – 3 of 3) sorted by relevance

/dports/math/barvinok/barvinok-0.41.5/pet/
H A Dtree.h88 const char *pet_tree_type_str(enum pet_tree_type type);
H A Dtree.c67 const char *pet_tree_type_str(enum pet_tree_type type) in pet_tree_type_str() function
1672 fprintf(stderr, "%s\n", pet_tree_type_str(tree->type)); in pet_tree_dump_with_indent()
H A Demit.c670 if (emit_string(emitter, pet_tree_type_str(type)) < 0) in emit_tree_type()