Searched refs:ternary_cleanup (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/include/
H A Dternary.h46 void ternary_cleanup (ternary_tree p);
/freebsd-11-stable/contrib/gdb/include/
H A Dternary.h46 void ternary_cleanup PARAMS ((ternary_tree p));
/freebsd-11-stable/contrib/binutils/include/
H A Dternary.h46 void ternary_cleanup (ternary_tree p);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dternary.c97 ternary_cleanup (ternary_tree p) function
101 ternary_cleanup (p->lokid);
103 ternary_cleanup (p->eqkid);
104 ternary_cleanup (p->hikid);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dternary.c97 ternary_cleanup (ternary_tree p) function
101 ternary_cleanup (p->lokid);
103 ternary_cleanup (p->eqkid);
104 ternary_cleanup (p->hikid);

Completed in 78 milliseconds