HomeSort by relevance Sort by last modified time
    Searched refs:BO_Sub (Results 1 - 20 of 20) sorted by null

  /external/clang/include/clang/AST/
OperationKinds.h 287 BO_Add, BO_Sub, // [C99 6.5.6] Additive operators.
StmtVisitor.h 52 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
Expr.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerArithChecker.cpp 36 if (B->getOpcode() != BO_Sub && B->getOpcode() != BO_Add)
PointerSubChecker.cpp 39 if (B->getOpcode() != BO_Sub)
IdempotentOperationChecker.cpp 210 case BO_Sub:
273 case BO_Sub:
304 case BO_Sub:
673 if (B->getOpcode() == BO_Sub || B->getOpcode() == BO_Add)
MallocOverflowSecurityChecker.cpp 78 if (opc != BO_Mul && opc != BO_Add && opc != BO_Sub && opc != BO_Shl)
CStringChecker.cpp 352 NonLoc LastOffset = cast<NonLoc>(svalBuilder.evalBinOpNN(state, BO_Sub,
535 SVal maxMinusRight = svalBuilder.evalBinOpNN(state, BO_Sub, maxVal, right,
541 maxMinusRight = svalBuilder.evalBinOpNN(state, BO_Sub, maxVal, left,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 233 case BO_Sub:
291 case BO_Sub:
404 newRHS = BasicVals.evalAPSInt(BO_Sub, first, second);
549 if (!(BinaryOperator::isComparisonOp(op) || op == BO_Sub))
557 case BO_Sub:
580 case BO_Sub:
661 case BO_Sub:
883 case BO_Sub:
901 assert(op == BO_Add || op == BO_Sub);
    [all...]
BasicValueFactory.cpp 168 case BO_Sub:
SimpleConstraintManager.cpp 245 case BO_Sub:
SVals.cpp 253 assert (Op == BO_Add || Op == BO_Sub ||
SymbolManager.cpp 36 case BO_Sub: os << '-' ; break;
ExprEngineC.cpp 82 case BO_SubAssign: Op = BO_Sub; break;
700 : BO_Sub;
  /external/clang/lib/AST/
StmtProfile.cpp 507 BinaryOp = BO_Sub;
516 BinaryOp = BO_Sub;
ExprConstant.cpp 654 E->getOpcode() != BO_Sub)
    [all...]
Expr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 130 milliseconds