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

/seL4-camkes-master/projects/musllibc/src/regex/
H A Dregcomp.c206 tre_ast_new_catenation(tre_mem_t mem, tre_ast_node_t *left, tre_ast_node_t *right) function
749 n = tre_ast_new_catenation(ctx->mem, n, node);
1027 nbranch = tre_ast_new_catenation(ctx->mem, nbranch, ctx->n);
1767 *result = tre_ast_new_catenation(mem, cat->left, cat->right);
1925 seq1 = tre_ast_new_catenation(mem, seq1, copy);
1955 seq2 = tre_ast_new_catenation(mem, copy, seq2);
1973 seq1 = tre_ast_new_catenation(mem, seq1, seq2);
2788 tree = tre_ast_new_catenation(mem, tmp_ast_l, tmp_ast_r);

Completed in 49 milliseconds