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

  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 53 if (BinaryOperator::isComparisonOp(SSE->getOpcode())) {
175 if (BinaryOperator::isComparisonOp(op)) {
191 assert(BinaryOperator::isComparisonOp(Op));
245 assert(BinaryOperator::isComparisonOp(op) &&
SimpleSValBuilder.cpp 253 if (BinaryOperator::isComparisonOp(op)) {
343 if (BinaryOperator::isComparisonOp(op)) {
516 if (!BinaryOperator::isComparisonOp(op))
568 if (!(BinaryOperator::isComparisonOp(op) || op == BO_Sub))
624 if (!BinaryOperator::isComparisonOp(op))
840 assert(!BinaryOperator::isComparisonOp(op) &&
    [all...]
SVals.cpp 225 assert(BinaryOperator::isComparisonOp(Op) || Op == BO_Sub);
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 160 if (E->isComparisonOp()) {
  /external/clang/lib/Analysis/
BodyFarm.cpp 96 BinaryOperator::isComparisonOp(Op));
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 352 milliseconds