Home | History | Annotate | Download | only in cp

Lines Matching refs:reduc_code

46211   enum tree_code reduc_code = ERROR_MARK;
46228 reduc_code = PLUS_EXPR;
46231 reduc_code = MULT_EXPR;
46234 reduc_code = MINUS_EXPR;
46237 reduc_code = BIT_AND_EXPR;
46240 reduc_code = BIT_XOR_EXPR;
46243 reduc_code = BIT_IOR_EXPR;
46246 reduc_code = TRUTH_ANDIF_EXPR;
46249 reduc_code = TRUTH_ORIF_EXPR;
46260 if (reduc_code != ERROR_MARK)
46263 reduc_id = omp_reduction_id (reduc_code, reduc_id, NULL_TREE);