Searched refs:ReductionKindTok (Results 1 – 1 of 1) sorted by relevance
317 Token ReductionKindTok = P.getCurToken(); in ParseReductionOperator() local322 switch (ReductionKindTok.getKind()) { in ParseReductionOperator()338 if (ReductionKindTok.getIdentifierInfo()->isStr("max")) in ParseReductionOperator()340 if (ReductionKindTok.getIdentifierInfo()->isStr("min")) in ParseReductionOperator()344 P.Diag(ReductionKindTok, diag::err_acc_invalid_reduction_operator); in ParseReductionOperator()