Home | History | Annotate | Download | only in Sema

Lines Matching refs:UO_LNot

6026     return OP->getOpcode() == UO_LNot;
7808 if (!UO || UO->getOpcode() != UO_LNot) return;
9220 case tok::exclaim: Opc = UO_LNot; break;
9874 case UO_LNot: // logical negation