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 60 case BO_EQ: DISPATCH(BinEQ, BinaryOperator);
Expr.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 290 case BO_EQ:
327 case BO_EQ:
376 case BO_EQ:
407 if (op == BO_EQ && rhs.isZeroConstant()) {
439 case BO_EQ:
536 if (op == BO_EQ)
578 case BO_EQ:
601 case BO_EQ:
652 case BO_EQ:
684 case BO_EQ
    [all...]
BasicValueFactory.cpp 216 case BO_EQ:
SimpleConstraintManager.cpp 276 case BO_EQ:
ExprEngineC.cpp 839 Result = evalBinOp(state, BO_EQ, *LV, X, U->getType());
846 Result = evalBinOp(state, BO_EQ, V.castAs<NonLoc>(), X,
    [all...]
BugReporterVisitors.cpp     [all...]
SValBuilder.cpp 363 return evalBinOp(state, BO_EQ, lhs, rhs, Context.IntTy)
  /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 689 Opcode != BO_EQ &&
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
StmtProfile.cpp 673 BinaryOp = BO_EQ;
    [all...]
Expr.cpp 171 case BO_EQ: // Equality operators.
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
SemaStmt.cpp 126 if (Op->getOpcode() != BO_EQ && Op->getOpcode() != BO_NE)
    [all...]

Completed in 789 milliseconds