Searched refs:UO_LNot (Results 1 – 14 of 14) sorted by relevance
332 UO_Not, UO_LNot, // [C99 6.5.3.3] Unary arithmetic enumerator
91 case UO_LNot: DISPATCH(UnaryLNot, UnaryOperator); in Visit()
1692 return Op >= UO_Plus && Op <= UO_LNot; in isArithmeticOp()
229 UnaryOperator *UO = new (C) UnaryOperator(LValToRval, UO_LNot, C.IntTy, in create_dispatch_once()
1634 if (UOP->getOpcode() == UO_LNot) { in getTrylockCallExpr()
795 case UO_LNot: in VisitUnaryOperator()822 case UO_LNot: in VisitUnaryOperator()
1151 if (UO->getOpcode() == UO_LNot) { in VisitTrueTest()
1037 if (AMgr.options.eagerlyAssumeBinOpBifurcation && (U->getOpcode() == UO_LNot)) { in Visit()
980 case UO_LNot: return "!"; in getOpcodeStr()999 case OO_Exclaim: return UO_LNot; in getOverloadedOpcode()1012 case UO_LNot: return OO_Exclaim; in getOverloadedOperator()1925 case UO_LNot: in isUnusedResultAWarning()
571 UnaryOp = UO_LNot; in DecodeOperatorCall()
5342 case UO_LNot: { in VisitUnaryOperator()6627 case UO_LNot: in CheckICE()
797 if (CondUOp->getOpcode() == UO_LNot) in EmitBranchOnBoolExpr()
5371 return OP->getOpcode() == UO_LNot; in ExprLooksBoolean()8355 case tok::exclaim: Opc = UO_LNot; break; in ConvertTokenKindToUnaryOpcode()8917 case UO_LNot: // logical negation in CreateBuiltinUnaryOp()
4290 case UO_LNot: in GetExprRange()