Home
last modified time | relevance | path

Searched refs:UO_LNot (Results 1 – 14 of 14) sorted by relevance

/external/clang/include/clang/AST/
DOperationKinds.h332 UO_Not, UO_LNot, // [C99 6.5.3.3] Unary arithmetic enumerator
DStmtVisitor.h91 case UO_LNot: DISPATCH(UnaryLNot, UnaryOperator); in Visit()
DExpr.h1692 return Op >= UO_Plus && Op <= UO_LNot; in isArithmeticOp()
/external/clang/lib/Analysis/
DBodyFarm.cpp229 UnaryOperator *UO = new (C) UnaryOperator(LValToRval, UO_LNot, C.IntTy, in create_dispatch_once()
DThreadSafety.cpp1634 if (UOP->getOpcode() == UO_LNot) { in getTrylockCallExpr()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp795 case UO_LNot: in VisitUnaryOperator()
822 case UO_LNot: in VisitUnaryOperator()
DBugReporterVisitors.cpp1151 if (UO->getOpcode() == UO_LNot) { in VisitTrueTest()
DExprEngine.cpp1037 if (AMgr.options.eagerlyAssumeBinOpBifurcation && (U->getOpcode() == UO_LNot)) { in Visit()
/external/clang/lib/AST/
DExpr.cpp980 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()
DStmtProfile.cpp571 UnaryOp = UO_LNot; in DecodeOperatorCall()
DExprConstant.cpp5342 case UO_LNot: { in VisitUnaryOperator()
6627 case UO_LNot: in CheckICE()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp797 if (CondUOp->getOpcode() == UO_LNot) in EmitBranchOnBoolExpr()
/external/clang/lib/Sema/
DSemaExpr.cpp5371 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()
DSemaChecking.cpp4290 case UO_LNot: in GetExprRange()