Lines Matching refs:BOK
6969 BinaryOperatorKind BOK = BO_Comma; in ActOnOpenMPReductionClause() local
6982 BOK = BO_Add; in ActOnOpenMPReductionClause()
6985 BOK = BO_Mul; in ActOnOpenMPReductionClause()
6988 BOK = BO_And; in ActOnOpenMPReductionClause()
6991 BOK = BO_Or; in ActOnOpenMPReductionClause()
6994 BOK = BO_Xor; in ActOnOpenMPReductionClause()
6997 BOK = BO_LAnd; in ActOnOpenMPReductionClause()
7000 BOK = BO_LOr; in ActOnOpenMPReductionClause()
7043 BOK = BO_GT; in ActOnOpenMPReductionClause()
7045 BOK = BO_LT; in ActOnOpenMPReductionClause()
7054 if (BOK == BO_Comma) { in ActOnOpenMPReductionClause()
7202 if ((BOK == BO_GT || BOK == BO_LT) && in ActOnOpenMPReductionClause()
7216 if ((BOK == BO_OrAssign || BOK == BO_AndAssign || BOK == BO_XorAssign) && in ActOnOpenMPReductionClause()
7294 switch (BOK) { in ActOnOpenMPReductionClause()
7349 (BOK != BO_LT) in ActOnOpenMPReductionClause()
7366 Context.getFloatTypeSemantics(Type), BOK != BO_LT); in ActOnOpenMPReductionClause()
7422 BuildBinOp(DSAStack->getCurScope(), ReductionId.getLocStart(), BOK, in ActOnOpenMPReductionClause()
7425 if (BOK != BO_LT && BOK != BO_GT) { in ActOnOpenMPReductionClause()