Searched refs:SUBEXP (Results 1 – 5 of 5) sorted by relevance
1302 else if (node->token.type == SUBEXP in optimize_subexps()1303 && node->left && node->left->token.type == SUBEXP) in optimize_subexps()1327 if (node->left && node->left->token.type == SUBEXP) in lower_subexps()1333 if (node->right && node->right->token.type == SUBEXP) in lower_subexps()2509 tree = create_tree (dfa, tree, NULL, SUBEXP); in parse_sub_exp()2626 if (elem->token.type == SUBEXP) in parse_dup_op()3861 if (node->token.type == SUBEXP && node->token.opr.idx == idx) in mark_opt_subexp()
265 SUBEXP = 17, enumerator
5696 OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP5699 and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
12408 (parse_sub_exp): Create a single SUBEXP node.12414 section. Add a tree-only code SUBEXP. Remove OP_DELETED_SUBEXP.
4098 END_OF_RE_TOKEN_T and SUBEXP. Reorder values. Add OP_UTF8_PERIOD