Lines Matching refs:OOK
609 auto OOK = OO_None; in ParseReductionId() local
612 OOK = OO_Plus; in ParseReductionId()
615 OOK = OO_Minus; in ParseReductionId()
618 OOK = OO_Star; in ParseReductionId()
621 OOK = OO_Amp; in ParseReductionId()
624 OOK = OO_Pipe; in ParseReductionId()
627 OOK = OO_Caret; in ParseReductionId()
630 OOK = OO_AmpAmp; in ParseReductionId()
633 OOK = OO_PipePipe; in ParseReductionId()
638 if (OOK != OO_None) { in ParseReductionId()
641 ReductionId.setOperatorFunctionId(OpLoc, OOK, SymbolLocations); in ParseReductionId()