Searched refs:ReductionKindTok (Results 1 – 1 of 1) sorted by relevance
322 Token ReductionKindTok = P.getCurToken(); in ParseReductionOperator() local327 switch (ReductionKindTok.getKind()) { in ParseReductionOperator()343 if (ReductionKindTok.getIdentifierInfo()->isStr("max")) in ParseReductionOperator()345 if (ReductionKindTok.getIdentifierInfo()->isStr("min")) in ParseReductionOperator()349 P.Diag(ReductionKindTok, diag::err_acc_invalid_reduction_operator); in ParseReductionOperator()