Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp288 return OpenACCReductionOperator::Invalid; in ParseReductionOperator()
297 return OpenACCReductionOperator::Addition; in ParseReductionOperator()
299 return OpenACCReductionOperator::Multiplication; in ParseReductionOperator()
301 return OpenACCReductionOperator::BitwiseAnd; in ParseReductionOperator()
303 return OpenACCReductionOperator::BitwiseOr; in ParseReductionOperator()
305 return OpenACCReductionOperator::BitwiseXOr; in ParseReductionOperator()
307 return OpenACCReductionOperator::And; in ParseReductionOperator()
309 return OpenACCReductionOperator::Or; in ParseReductionOperator()
312 return OpenACCReductionOperator::Max; in ParseReductionOperator()
314 return OpenACCReductionOperator::Min; in ParseReductionOperator()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h377 enum class OpenACCReductionOperator { enum