Home
last modified time | relevance | path

Searched refs:ReductionKindTok (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp317 Token ReductionKindTok = P.getCurToken(); in ParseReductionOperator() local
322 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()