Searched refs:OOK (Results 1 – 5 of 5) sorted by relevance
609 auto OOK = OO_None; in ParseReductionId() local612 OOK = OO_Plus; in ParseReductionId()615 OOK = OO_Minus; in ParseReductionId()618 OOK = OO_Star; in ParseReductionId()621 OOK = OO_Amp; in ParseReductionId()624 OOK = OO_Pipe; in ParseReductionId()627 OOK = OO_Caret; in ParseReductionId()630 OOK = OO_AmpAmp; in ParseReductionId()633 OOK = OO_PipePipe; in ParseReductionId()638 if (OOK != OO_None) { in ParseReductionId()[all …]
1744 static bool isStaticOverloadedOperator(OverloadedOperatorKind OOK) { in isStaticOverloadedOperator() argument1750 return OOK == OO_New || OOK == OO_Array_New || OOK == OO_Delete || in isStaticOverloadedOperator()1751 OOK == OO_Array_Delete; in isStaticOverloadedOperator()
737 OverloadedOperatorKind OOK = in VisitOMPReductionClause() local739 if (QualifierLoc == nullptr && OOK != OO_None) { in VisitOMPReductionClause()741 OS << getOperatorSpelling(OOK); in VisitOMPReductionClause()
1386 OverloadedOperatorKind OOK = getDeclName().getCXXOverloadedOperator(); in isStatic() local1387 return isStaticOverloadedOperator(OOK); in isStatic()
5224 auto OOK = DN.getCXXOverloadedOperator(); in ActOnOpenMPReductionClause() local5235 switch (OOK) { in ActOnOpenMPReductionClause()