Home | History | Annotate | Download | only in lib

Lines Matching full:tree1

1332   bin_tree_t *op, *cls, *tree1, *tree;
1349 tree1 = body ? create_tree (dfa, body, cls, CONCAT) : cls;
1350 tree = create_tree (dfa, op, tree1, CONCAT);
1351 if (BE (tree == NULL || tree1 == NULL || op == NULL || cls == NULL, 0))