Lines Matching refs:BinaryOperatorKind
126 using BOKPtrType = llvm::PointerEmbeddedInt<BinaryOperatorKind, 16>;
130 void set(BinaryOperatorKind BO, SourceRange RR) { in set()
528 BinaryOperatorKind BOK);
537 BinaryOperatorKind &BOK,
1427 BinaryOperatorKind BOK) { in addTaskgroupReductionData()
1479 const ValueDecl *D, SourceRange &SR, BinaryOperatorKind &BOK, in getTopMostTaskgroupReductionData()
8434 BinaryOperatorKind BOK = (OOK == OO_Plus) ? BO_Add : BO_Sub; in buildOrderedLoopData()
10419 BinaryOperatorKind Op;
16318 static BinaryOperatorKind
16319 getRelatedCompoundReductionOp(BinaryOperatorKind BOK) { in getRelatedCompoundReductionOp()
16341 BinaryOperatorKind BOK = BO_Comma; in actOnOMPReductionKindClause()
16858 BinaryOperatorKind CombBOK = getRelatedCompoundReductionOp(BOK); in actOnOMPReductionKindClause()
16947 BinaryOperatorKind ParentBOK; in actOnOMPReductionKindClause()