Home | History | Annotate | Download | only in ctestfw

Lines Matching refs:cleanUpTestTree

187 cleanUpTestTree(TestNode *tn)
190 cleanUpTestTree(tn->child);
193 cleanUpTestTree(tn->sibling);