Lines Matching defs:cls
1332 bin_tree_t *op, *cls, *tree1, *tree;
1348 cls = create_tree (dfa, NULL, NULL, OP_CLOSE_SUBEXP);
1349 tree1 = body ? create_tree (dfa, body, cls, CONCAT) : cls;
1351 if (BE (tree == NULL || tree1 == NULL || op == NULL || cls == NULL, 0))
1357 op->token.opr.idx = cls->token.opr.idx = node->token.opr.idx;
1358 op->token.opt_subexp = cls->token.opt_subexp = node->token.opt_subexp;