Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c2694 tre_ast_node_t *tree, *tmp_ast_l, *tmp_ast_r; in regcomp() local
2798 tmp_ast_r = tre_ast_new_literal(mem, 0, 0, parse_ctx.position++); in regcomp()
2799 if (tmp_ast_r == NULL) in regcomp()
2802 tree = tre_ast_new_catenation(mem, tmp_ast_l, tmp_ast_r); in regcomp()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c2695 tre_ast_node_t *tree, *tmp_ast_l, *tmp_ast_r; in regcomp() local
2799 tmp_ast_r = tre_ast_new_literal(mem, 0, 0, parse_ctx.position++); in regcomp()
2800 if (tmp_ast_r == NULL) in regcomp()
2803 tree = tre_ast_new_catenation(mem, tmp_ast_l, tmp_ast_r); in regcomp()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c2694 tre_ast_node_t *tree, *tmp_ast_l, *tmp_ast_r; in regcomp() local
2798 tmp_ast_r = tre_ast_new_literal(mem, 0, 0, parse_ctx.position++); in regcomp()
2799 if (tmp_ast_r == NULL) in regcomp()
2802 tree = tre_ast_new_catenation(mem, tmp_ast_l, tmp_ast_r); in regcomp()
/third_party/musl/src/regex/
H A Dregcomp.c2694 tre_ast_node_t *tree, *tmp_ast_l, *tmp_ast_r; in regcomp() local
2798 tmp_ast_r = tre_ast_new_literal(mem, 0, 0, parse_ctx.position++); in regcomp()
2799 if (tmp_ast_r == NULL) in regcomp()
2802 tree = tre_ast_new_catenation(mem, tmp_ast_l, tmp_ast_r); in regcomp()

Completed in 13 milliseconds