Home
last modified time | relevance | path

Searched refs:UO_Not (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/AST/
DOperationKinds.h335 UO_Not, UO_LNot, // [C99 6.5.3.3] Unary arithmetic enumerator
DStmtVisitor.h92 case UO_Not: DISPATCH(UnaryNot, UnaryOperator); in Visit()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp857 case UO_Not: { in VisitUnaryOperator()
874 case UO_Not: in VisitUnaryOperator()
/external/clang/lib/AST/
DExpr.cpp1106 case UO_Not: return "~"; in getOpcodeStr()
1126 case OO_Tilde: return UO_Not; in getOverloadedOpcode()
1140 case UO_Not: return OO_Tilde; in getOverloadedOperator()
2081 case UO_Not: in isUnusedResultAWarning()
DStmtProfile.cpp953 UnaryOp = UO_Not; in DecodeOperatorCall()
DExprConstant.cpp7706 case UO_Not: { in VisitUnaryOperator()
8582 case UO_Not: in VisitUnaryOperator()
9198 case UO_Not: in CheckICE()
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp437 case UO_Not: in translateUnaryOperator()
/external/clang/lib/Sema/
DSemaExpr.cpp10155 case tok::tilde: Opc = UO_Not; break; in ConvertTokenKindToUnaryOpcode()
10835 case UO_Not: // bitwise complement in CreateBuiltinUnaryOp()