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

  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 53 if (BinaryOperator::isComparisonOp(SSE->getOpcode())) {
144 if (BinaryOperator::isComparisonOp(op)) {
160 assert(BinaryOperator::isComparisonOp(Op));
250 assert(BinaryOperator::isComparisonOp(op) &&
SimpleSValBuilder.cpp 279 if (BinaryOperator::isComparisonOp(op)) {
369 if (BinaryOperator::isComparisonOp(op)) {
542 if (!BinaryOperator::isComparisonOp(op))
593 if (!(BinaryOperator::isComparisonOp(op) || op == BO_Sub))
649 if (!BinaryOperator::isComparisonOp(op))
707 if (BinaryOperator::isComparisonOp(op)) {
860 assert(!BinaryOperator::isComparisonOp(op) &&
    [all...]
SVals.cpp 225 assert(BinaryOperator::isComparisonOp(Op) || Op == BO_Sub);
BugReporterVisitors.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 226 if (E->isComparisonOp()) {
TestAfterDivZeroChecker.cpp 218 if (B->isComparisonOp()) {
IdenticalExprChecker.cpp 191 if (BinaryOperator::isComparisonOp(Op))
  /external/clang/lib/Analysis/
BodyFarm.cpp 96 BinaryOperator::isComparisonOp(Op));
ReachableCode.cpp 211 IncludeIntegers &= (B->isLogicalOp() || B->isComparisonOp());
CFG.cpp 767 if (!LHS->isComparisonOp() || !RHS->isComparisonOp())
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaStmt.cpp 132 if (!Op->isComparisonOp())
    [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 272 milliseconds