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

  /external/clang/include/clang/AST/
OperationKinds.h 314 BO_EQ, BO_NE, // [C99 6.5.9] Equality operators.
StmtVisitor.h 60 case BO_EQ: DISPATCH(BinEQ, BinaryOperator);
Expr.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 316 case BO_EQ:
353 case BO_EQ:
402 case BO_EQ:
433 if (op == BO_EQ && rhs.isZeroConstant()) {
465 case BO_EQ:
562 if (op == BO_EQ)
603 case BO_EQ:
626 case BO_EQ:
677 case BO_EQ:
745 case BO_EQ
    [all...]
BasicValueFactory.cpp 216 case BO_EQ:
SimpleConstraintManager.cpp 245 case BO_EQ:
ExprEngineC.cpp 867 Result = evalBinOp(state, BO_EQ, *LV, X, U->getType());
    [all...]
BugReporterVisitors.cpp     [all...]
SValBuilder.cpp 365 return evalBinOp(state, BO_EQ, lhs, rhs, getConditionType())
  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 216 if ((Op == BO_EQ) || (Op == BO_NE)) {
223 if ((Op == BO_EQ) || (Op == BO_NE)) {
240 if (((Op == BO_EQ) || (Op == BO_LE) || (Op == BO_GE)))
IvarInvalidationChecker.cpp 679 Opcode != BO_EQ &&
  /external/clang/lib/Analysis/
BodyFarm.cpp 324 BO_EQ);
CFG.cpp 576 B->getOpcode() != BO_EQ);
577 TryResult(B->getOpcode() != BO_EQ);
584 return TryResult(B->getOpcode() != BO_EQ);
597 case BO_EQ:
    [all...]
ThreadSafetyCommon.cpp 324 case BO_EQ: return translateBinOp(til::BOP_Eq, BO, Ctx);
ThreadSafety.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
StmtProfile.cpp 781 BinaryOp = BO_EQ;
    [all...]
Expr.cpp 143 case BO_EQ: // Equality operators.
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
SemaExprObjC.cpp     [all...]

Completed in 380 milliseconds