Lines Matching refs:OOK
640 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()
672 ReductionId.setOperatorFunctionId(OpLoc, OOK, SymbolLocations); in ParseReductionId()