Home
last modified time | relevance | path

Searched refs:OOK (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseOpenMP.cpp640 auto OOK = OO_None; in ParseReductionId() local
643 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 …]
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclCXX.h1748 static bool isStaticOverloadedOperator(OverloadedOperatorKind OOK) { in isStaticOverloadedOperator() argument
1754 return OOK == OO_New || OOK == OO_Array_New || OOK == OO_Delete || in isStaticOverloadedOperator()
1755 OOK == OO_Array_Delete; in isStaticOverloadedOperator()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmtPrinter.cpp739 OverloadedOperatorKind OOK = in VisitOMPReductionClause() local
741 if (QualifierLoc == nullptr && OOK != OO_None) { in VisitOMPReductionClause()
743 OS << getOperatorSpelling(OOK); in VisitOMPReductionClause()
HDDeclCXX.cpp1408 OverloadedOperatorKind OOK = getDeclName().getCXXOverloadedOperator(); in isStatic() local
1409 return isStaticOverloadedOperator(OOK); in isStatic()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp5813 auto OOK = DN.getCXXOverloadedOperator(); in ActOnOpenMPReductionClause() local
5824 switch (OOK) { in ActOnOpenMPReductionClause()