HomeSort by relevance Sort by last modified time
    Searched refs:BO_NE (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 61 case BO_NE: DISPATCH(BinNE, BinaryOperator);
Expr.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 322 case BO_NE:
355 case BO_NE:
403 case BO_NE:
466 case BO_NE:
564 if (op == BO_NE)
607 case BO_NE:
630 case BO_NE:
681 case BO_NE:
747 case BO_NE:
764 case BO_NE
    [all...]
BasicValueFactory.cpp 219 case BO_NE:
SimpleConstraintManager.cpp 248 case BO_NE:
BugReporterVisitors.cpp     [all...]
SValBuilder.cpp 418 return makeNonLoc(Sym, BO_NE, BVF.getValue(0, Sym->getType()), castTy);
  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 216 if ((Op == BO_EQ) || (Op == BO_NE)) {
223 if ((Op == BO_EQ) || (Op == BO_NE)) {
IvarInvalidationChecker.cpp 680 Opcode != BO_NE)
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 325 case BO_NE: return translateBinOp(til::BOP_Neq, BO, Ctx);
ThreadSafety.cpp     [all...]
CFG.cpp 599 case BO_NE:
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 785 BinaryOp = BO_NE;
    [all...]
Expr.cpp 144 case BO_NE:
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaStmt.cpp 132 IsNotEqual = Op->getOpcode() == BO_NE;
    [all...]
SemaDeclCXX.cpp     [all...]

Completed in 1569 milliseconds