Home | History | Annotate | Download | only in Sema

Lines Matching refs:BO_NE

5357   return (Opc >= BO_LT && Opc <= BO_NE) || (Opc >= BO_LAnd && Opc <= BO_LOr);
7071 case BO_NE: // e.g. array1 != array2
7116 case BO_NE: resultComparison = ") != 0"; break;
8320 case tok::exclaimequal: Opc = BO_NE; break;
8470 case BO_NE: