Lines Matching refs:OOK
744 auto OOK = OO_None; in ParseReductionId() local
747 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()
776 ReductionId.setOperatorFunctionId(OpLoc, OOK, SymbolLocations); in ParseReductionId()