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

  /external/clang/include/clang/AST/
OperationKinds.h 311 BO_EQ, BO_NE, // [C99 6.5.9] Equality operators.
StmtVisitor.h 59 case BO_EQ: DISPATCH(BinEQ, BinaryOperator);
Expr.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 132 case BO_EQ: return BO_NE;
133 case BO_NE: return BO_EQ;
194 op = (Assumption ? BO_NE : BO_EQ);
265 case BO_EQ:
SimpleSValBuilder.cpp 191 case BO_EQ: return BO_NE;
192 case BO_NE: return BO_EQ;
204 case BO_EQ:
317 case BO_EQ:
354 case BO_EQ:
403 case BO_EQ:
434 if (op == BO_EQ && rhs.isZeroConstant()) {
466 case BO_EQ:
555 case BO_EQ:
578 case BO_EQ
    [all...]
BasicValueFactory.cpp 216 case BO_EQ:
BugReporterVisitors.cpp     [all...]
SValBuilder.cpp 283 return evalBinOp(state, BO_EQ, lhs, rhs, Context.IntTy)
ExprEngineC.cpp 830 Result = evalBinOp(state, BO_EQ, *LV, X, U->getType());
837 Result = evalBinOp(state, BO_EQ, V.castAs<NonLoc>(), X,
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 312 BO_EQ);
ThreadSafety.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IdempotentOperationChecker.cpp 220 case BO_EQ:
IvarInvalidationChecker.cpp 668 Opcode != BO_EQ &&
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
StmtProfile.cpp 635 BinaryOp = BO_EQ;
Expr.cpp 155 case BO_EQ: // Equality operators.
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
SemaStmt.cpp 112 if (Op->getOpcode() != BO_EQ && Op->getOpcode() != BO_NE)
    [all...]

Completed in 511 milliseconds