Searched refs:SUBEXP (Results 1 – 2 of 2) sorted by relevance
1279 else if (node->token.type == SUBEXP in optimize_subexps()1280 && node->left && node->left->token.type == SUBEXP) in optimize_subexps()1304 if (node->left && node->left->token.type == SUBEXP) in lower_subexps()1310 if (node->right && node->right->token.type == SUBEXP) in lower_subexps()2457 tree = create_tree (dfa, tree, NULL, SUBEXP); in parse_sub_exp()2565 if (elem->token.type == SUBEXP) in parse_dup_op()3780 if (node->token.type == SUBEXP && node->token.opr.idx == idx) in mark_opt_subexp()
258 SUBEXP = 17, enumerator