Home | History | Annotate | Download | only in Sema

Lines Matching refs:BO_Mul

5965   return Opc >= BO_Mul && Opc <= BO_Shr;
9174 case tok::star: Opc = BO_Mul; break;
9353 case BO_Mul: