Searched refs:OOK (Results 1 – 5 of 5) sorted by relevance
640 auto OOK = OO_None; in ParseReductionId() local643 OOK = OO_Plus; in ParseReductionId()646 OOK = OO_Minus; in ParseReductionId()649 OOK = OO_Star; in ParseReductionId()652 OOK = OO_Amp; in ParseReductionId()655 OOK = OO_Pipe; in ParseReductionId()658 OOK = OO_Caret; in ParseReductionId()661 OOK = OO_AmpAmp; in ParseReductionId()664 OOK = OO_PipePipe; in ParseReductionId()669 if (OOK != OO_None) { in ParseReductionId()[all …]
1748 static bool isStaticOverloadedOperator(OverloadedOperatorKind OOK) { in isStaticOverloadedOperator() argument1754 return OOK == OO_New || OOK == OO_Array_New || OOK == OO_Delete || in isStaticOverloadedOperator()1755 OOK == OO_Array_Delete; in isStaticOverloadedOperator()
739 OverloadedOperatorKind OOK = in VisitOMPReductionClause() local741 if (QualifierLoc == nullptr && OOK != OO_None) { in VisitOMPReductionClause()743 OS << getOperatorSpelling(OOK); in VisitOMPReductionClause()
1408 OverloadedOperatorKind OOK = getDeclName().getCXXOverloadedOperator(); in isStatic() local1409 return isStaticOverloadedOperator(OOK); in isStatic()
5813 auto OOK = DN.getCXXOverloadedOperator(); in ActOnOpenMPReductionClause() local5824 switch (OOK) { in ActOnOpenMPReductionClause()