Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp129 using BOKPtrType = llvm::PointerEmbeddedInt<BinaryOperatorKind, 16>; typedef
131 llvm::PointerUnion<const Expr *, BOKPtrType> ReductionOp;
1593 BOK = ReductionData.ReductionOp.get<ReductionData::BOKPtrType>(); in getTopMostTaskgroupReductionData()