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

References

tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
  439     while (I1 != CompStmt1->body_end() && I2 != CompStmt2->body_end()) {
  440       if (!isIdenticalStmt(Ctx, *I1, *I2, IgnoreSideEffects))
  442       ++I1;