Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h509 BitwiseXOr, enumerator
534 case OpenACCReductionOperator::BitwiseXOr: in printOpenACCReductionOperator()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp332 return OpenACCReductionOperator::BitwiseXOr; in ParseReductionOperator()