Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp130 using BOKPtrType = llvm::PointerEmbeddedInt<BinaryOperatorKind, 16>; typedef
132 llvm::PointerUnion<const Expr *, BOKPtrType> ReductionOp;
1624 BOK = ReductionData.ReductionOp.get<ReductionData::BOKPtrType>(); in getTopMostTaskgroupReductionData()