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

References

tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  410   if (!CondBSE)
  413   BinaryOperator::Opcode OpCode = CondBSE->getOpcode();
  423   if (auto *SIE = dyn_cast<SymIntExpr>(CondBSE)) {
  428   } else if (auto *SIE = dyn_cast<IntSymExpr>(CondBSE)) {