Home | History | Annotate | Download | only in Sema

Lines Matching refs:BO_Mul

4986   return Opc >= BO_Mul && Opc <= BO_Shr;
7782 case tok::star: Opc = BO_Mul; break;
7919 case BO_Mul: