Searched refs:SUBEXP (Results 1 – 2 of 2) sorted by relevance
1235 else if (node->token.type == SUBEXP in optimize_subexps()1236 && node->left && node->left->token.type == SUBEXP) in optimize_subexps()1260 if (node->left && node->left->token.type == SUBEXP) in lower_subexps()1266 if (node->right && node->right->token.type == SUBEXP) in lower_subexps()2416 tree = create_tree (dfa, tree, NULL, SUBEXP); in parse_sub_exp()2524 if (elem->token.type == SUBEXP) in parse_dup_op()3708 if (node->token.type == SUBEXP && node->token.opr.idx == idx) in mark_opt_subexp()
250 SUBEXP = 17, enumerator