Searched refs:tmp_ast_r (Results 1 – 1 of 1) sorted by relevance
1861 tre_ast_node_t *tree, *tmp_ast_l, *tmp_ast_r; in tre_compile() local1991 tmp_ast_r = tre_ast_new_literal(mem, 0, 0, parse_ctx.position++); in tre_compile()1992 if (tmp_ast_r == NULL) in tre_compile()1995 tree = tre_ast_new_catenation(mem, tmp_ast_l, tmp_ast_r); in tre_compile()