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.cpp290 Token ReductionKindTok = P.getCurToken(); in ParseReductionOperator() local
295 switch (ReductionKindTok.getKind()) { in ParseReductionOperator()
311 if (ReductionKindTok.getIdentifierInfo()->isStr("max")) in ParseReductionOperator()
313 if (ReductionKindTok.getIdentifierInfo()->isStr("min")) in ParseReductionOperator()
317 P.Diag(ReductionKindTok, diag::err_acc_invalid_reduction_operator); in ParseReductionOperator()