Searched refs:OOK (Results 1 – 5 of 5) sorted by relevance
520 auto OOK = OO_None; in ParseReductionId() local523 OOK = OO_Plus; in ParseReductionId()526 OOK = OO_Minus; in ParseReductionId()529 OOK = OO_Star; in ParseReductionId()532 OOK = OO_Amp; in ParseReductionId()535 OOK = OO_Pipe; in ParseReductionId()538 OOK = OO_Caret; in ParseReductionId()541 OOK = OO_AmpAmp; in ParseReductionId()544 OOK = OO_PipePipe; in ParseReductionId()549 if (OOK != OO_None) { in ParseReductionId()[all …]
1726 static bool isStaticOverloadedOperator(OverloadedOperatorKind OOK) { in isStaticOverloadedOperator() argument1732 return OOK == OO_New || OOK == OO_Array_New || OOK == OO_Delete || in isStaticOverloadedOperator()1733 OOK == OO_Array_Delete; in isStaticOverloadedOperator()
707 OverloadedOperatorKind OOK = in VisitOMPReductionClause() local709 if (QualifierLoc == nullptr && OOK != OO_None) { in VisitOMPReductionClause()711 OS << getOperatorSpelling(OOK); in VisitOMPReductionClause()
1354 OverloadedOperatorKind OOK = getDeclName().getCXXOverloadedOperator(); in isStatic() local1355 return isStaticOverloadedOperator(OOK); in isStatic()
2959 auto OOK = DN.getCXXOverloadedOperator(); in ActOnOpenMPReductionClause() local2970 switch (OOK) { in ActOnOpenMPReductionClause()