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

  /external/clang/include/clang/AST/
OperationKinds.h 314 BO_EQ, BO_NE, // [C99 6.5.9] Equality operators.
StmtVisitor.h 61 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 220 case BO_EQ:
SimpleConstraintManager.cpp 281 case BO_EQ:
BugReporterVisitors.cpp     [all...]
SValBuilder.cpp 393 return evalBinOp(state, BO_EQ, lhs, rhs, getConditionType())
ExprEngineC.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 234 if ((Op == BO_EQ) || (Op == BO_NE)) {
241 if ((Op == BO_EQ) || (Op == BO_NE)) {
258 if (((Op == BO_EQ) || (Op == BO_LE) || (Op == BO_GE)))
IvarInvalidationChecker.cpp 679 Opcode != BO_EQ &&
  /external/clang/lib/Analysis/
BodyFarm.cpp 320 BO_EQ);
CFG.cpp 718 B->getOpcode() != BO_EQ);
719 TryResult(B->getOpcode() != BO_EQ);
726 return TryResult(B->getOpcode() != BO_EQ);
739 case BO_EQ:
    [all...]
ThreadSafetyCommon.cpp 509 case BO_EQ: return translateBinOp(til::BOP_Eq, BO, Ctx);
    [all...]
ThreadSafety.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
Expr.cpp 143 case BO_EQ: // Equality operators.
    [all...]
StmtProfile.cpp 1021 BinaryOp = BO_EQ;
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGStmtOpenMP.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaOpenMP.cpp     [all...]

Completed in 172 milliseconds