reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h
  122        << std::string(BinaryOperator::getOpcodeStr(S->getOpcode())) << " "
  132            std::string(BinaryOperator::getOpcodeStr(S->getOpcode())) +
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
  193       return BVF.evalAPSInt(BSE->getOpcode(), ConvertedLHS, ConvertedRHS);
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
  382     BinaryOperator::Opcode Op = BSE->getOpcode();
  450         *hasComparison = BinaryOperator::isComparisonOp(BSE->getOpcode());
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
  365     Profile(ID, LHS, getOpcode(), RHS, getType());
  408     Profile(ID, LHS, getOpcode(), RHS, getType());
  451     Profile(ID, LHS, getOpcode(), RHS, getType());
tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
   91       switch (SIE->getOpcode()) {
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  413   BinaryOperator::Opcode OpCode = CondBSE->getOpcode();
tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
  363       return (*Str + " " + BinaryOperator::getOpcodeStr(S->getOpcode()) + " " +
  375         return (*Str1 + " " + BinaryOperator::getOpcodeStr(S->getOpcode()) +
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
 2060                cast<SymIntExpr>(CompSym)->getOpcode()) &&
tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  515   BinaryOperator::Opcode OpCode = CondBSE->getOpcode();
tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
  342       switch (SIE->getOpcode()) {
  364       if (BinaryOperator::isEqualityOp(SSE->getOpcode()) ||
  365           BinaryOperator::isRelationalOp(SSE->getOpcode())) {
  460   BinaryOperator::Opcode Operator = SIE->getOpcode();
  524     if (SSE->getOpcode() == BO_Sub) {
tools/clang/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp
   34     BinaryOperator::Opcode op = SIE->getOpcode();
   50     BinaryOperator::Opcode Op = SSE->getOpcode();
  133       if (BinaryOperator::isComparisonOp(SE->getOpcode()))
  188     BinaryOperator::Opcode Op = SE->getOpcode();
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  358     if (BinaryOperator::isAdditiveOp(SymInt->getOpcode()))
  360                             (SymInt->getOpcode() == BO_Add) ?
  670           BinaryOperator::Opcode opc = symIntExpr->getOpcode();
  718             BinaryOperator::Opcode lop = symIntExpr->getOpcode();
 1288           BinaryOperator::isComparisonOp(S->getOpcode())) {
 1302           S, SVB.evalBinOp(State, S->getOpcode(), LHS, RHS, S->getType()));
 1324           S, SVB.evalBinOp(State, S->getOpcode(), LHS, RHS, S->getType()));
tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
   45      << BinaryOperator::getOpcodeStr(getOpcode()) << ' ';
   62      << BinaryOperator::getOpcodeStr(getOpcode())
   72      << BinaryOperator::getOpcodeStr(getOpcode())