Searched refs:UO_LNot (Results 1 - 19 of 19) sorted by relevance

/external/clang/include/clang/AST/
H A DOperationKinds.h335 UO_Not, UO_LNot, // [C99 6.5.3.3] Unary arithmetic enumerator in enum:clang::UnaryOperatorKind
H A DStmtVisitor.h92 case UO_LNot: DISPATCH(UnaryLNot, UnaryOperator);
H A DExpr.h1737 return Op >= UO_Plus && Op <= UO_LNot;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp234 if (U->getOpcode() == UO_LNot) {
/external/clang/lib/Analysis/
H A DBodyFarm.cpp240 UnaryOperator *UO = new (C) UnaryOperator(LValToRval, UO_LNot, C.IntTy,
H A DReachableCode.cpp221 return UO->getOpcode() == UO_LNot &&
H A DThreadSafetyCommon.cpp177 if (UO->getOpcode() == UO_LNot) {
451 case UO_LNot:
H A DConsumed.cpp915 case UO_LNot:
H A DThreadSafety.cpp1354 if (UOP->getOpcode() == UO_LNot) {
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp832 case UO_LNot:
859 case UO_LNot:
H A DBugReporterVisitors.cpp1256 if (UO->getOpcode() == UO_LNot) {
H A DExprEngine.cpp1277 if (AMgr.options.eagerlyAssumeBinOpBifurcation && (U->getOpcode() == UO_LNot)) {
/external/clang/lib/AST/
H A DExpr.cpp124 case UO_LNot:
1073 case UO_LNot: return "!";
1092 case OO_Exclaim: return UO_LNot;
1105 case UO_LNot: return OO_Exclaim;
2045 case UO_LNot:
H A DStmtProfile.cpp855 UnaryOp = UO_LNot;
H A DExprConstant.cpp7353 case UO_LNot: {
8820 case UO_LNot:
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1130 if (CondUOp->getOpcode() == UO_LNot) {
/external/clang/lib/Sema/
H A DSemaExpr.cpp6411 return OP->getOpcode() == UO_LNot;
8300 if (!UO || UO->getOpcode() != UO_LNot) return;
9878 case tok::exclaim: Opc = UO_LNot; break;
10565 case UO_LNot: // logical negation
H A DSemaChecking.cpp5922 case UO_LNot:
6958 if (U->getOpcode() == UO_LNot)
H A DSemaDeclAttr.cpp479 if (E->getOpcode() == UO_LNot)

Completed in 303 milliseconds