Searched refs:OOK (Results 1 – 5 of 5) sorted by relevance
744 auto OOK = OO_None; in ParseReductionId() local747 OOK = OO_Plus; in ParseReductionId()750 OOK = OO_Minus; in ParseReductionId()753 OOK = OO_Star; in ParseReductionId()756 OOK = OO_Amp; in ParseReductionId()759 OOK = OO_Pipe; in ParseReductionId()762 OOK = OO_Caret; in ParseReductionId()765 OOK = OO_AmpAmp; in ParseReductionId()768 OOK = OO_PipePipe; in ParseReductionId()773 if (OOK != OO_None) { in ParseReductionId()[all …]
1738 static bool isStaticOverloadedOperator(OverloadedOperatorKind OOK) { in isStaticOverloadedOperator() argument1744 return OOK == OO_New || OOK == OO_Array_New || OOK == OO_Delete || in isStaticOverloadedOperator()1745 OOK == OO_Array_Delete; in isStaticOverloadedOperator()
805 OverloadedOperatorKind OOK = in VisitOMPReductionClause() local807 if (QualifierLoc == nullptr && OOK != OO_None) { in VisitOMPReductionClause()809 OS << getOperatorSpelling(OOK); in VisitOMPReductionClause()
1402 OverloadedOperatorKind OOK = getDeclName().getCXXOverloadedOperator(); in isStatic() local1403 return isStaticOverloadedOperator(OOK); in isStatic()
6968 auto OOK = DN.getCXXOverloadedOperator(); in ActOnOpenMPReductionClause() local6979 switch (OOK) { in ActOnOpenMPReductionClause()