Lines Matching refs:BOK
5396 BinaryOperatorKind BOK = (I->second == OO_Plus) ? BO_Add : BO_Sub; in CheckOpenMPLoop() local
5398 SemaRef.BuildBinOp(CurScope, I->first->getExprLoc(), BOK, in CheckOpenMPLoop()
8995 BinaryOperatorKind BOK = BO_Comma; in ActOnOpenMPReductionClause() local
9008 BOK = BO_Add; in ActOnOpenMPReductionClause()
9011 BOK = BO_Mul; in ActOnOpenMPReductionClause()
9014 BOK = BO_And; in ActOnOpenMPReductionClause()
9017 BOK = BO_Or; in ActOnOpenMPReductionClause()
9020 BOK = BO_Xor; in ActOnOpenMPReductionClause()
9023 BOK = BO_LAnd; in ActOnOpenMPReductionClause()
9026 BOK = BO_LOr; in ActOnOpenMPReductionClause()
9069 BOK = BO_GT; in ActOnOpenMPReductionClause()
9071 BOK = BO_LT; in ActOnOpenMPReductionClause()
9244 if (BOK == BO_Comma && DeclareReductionRef.isUnset()) { in ActOnOpenMPReductionClause()
9261 if ((BOK == BO_GT || BOK == BO_LT) && in ActOnOpenMPReductionClause()
9276 if ((BOK == BO_OrAssign || BOK == BO_AndAssign || BOK == BO_XorAssign) && in ActOnOpenMPReductionClause()
9328 switch (BOK) { in ActOnOpenMPReductionClause()
9381 (BOK != BO_LT) in ActOnOpenMPReductionClause()
9398 Context.getFloatTypeSemantics(Type), BOK != BO_LT); in ActOnOpenMPReductionClause()
9480 ReductionId.getLocStart(), BOK, LHSDRE, RHSDRE); in ActOnOpenMPReductionClause()
9482 if (BOK != BO_LT && BOK != BO_GT) { in ActOnOpenMPReductionClause()