Lines Matching refs:OOK
520 auto OOK = OO_None; in ParseReductionId() local
523 OOK = OO_Plus; in ParseReductionId()
526 OOK = OO_Minus; in ParseReductionId()
529 OOK = OO_Star; in ParseReductionId()
532 OOK = OO_Amp; in ParseReductionId()
535 OOK = OO_Pipe; in ParseReductionId()
538 OOK = OO_Caret; in ParseReductionId()
541 OOK = OO_AmpAmp; in ParseReductionId()
544 OOK = OO_PipePipe; in ParseReductionId()
549 if (OOK != OO_None) { in ParseReductionId()
552 ReductionId.setOperatorFunctionId(OpLoc, OOK, SymbolLocations); in ParseReductionId()