Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp126 using BOKPtrType = llvm::PointerEmbeddedInt<BinaryOperatorKind, 16>; typedef
128 llvm::PointerUnion<const Expr *, BOKPtrType> ReductionOp;
1493 BOK = ReductionData.ReductionOp.get<ReductionData::BOKPtrType>(); in getTopMostTaskgroupReductionData()