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

References

tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
  324     if (!IgnoreSideEffects && Expr1->HasSideEffects(Ctx))
  335       if (!*I1 || !*I2 || !isIdenticalStmt(Ctx, *I1, *I2, IgnoreSideEffects))
  370     return isIdenticalStmt(Ctx, ReturnStmt1->getRetValue(),
  377     if (!isIdenticalStmt(Ctx, ForStmt1->getInit(), ForStmt2->getInit(),
  380     if (!isIdenticalStmt(Ctx, ForStmt1->getCond(), ForStmt2->getCond(),
  383     if (!isIdenticalStmt(Ctx, ForStmt1->getInc(), ForStmt2->getInc(),
  386     if (!isIdenticalStmt(Ctx, ForStmt1->getBody(), ForStmt2->getBody(),
  395     if (!isIdenticalStmt(Ctx, DStmt1->getCond(), DStmt2->getCond(),
  398     if (!isIdenticalStmt(Ctx, DStmt1->getBody(), DStmt2->getBody(),
  407     if (!isIdenticalStmt(Ctx, WStmt1->getCond(), WStmt2->getCond(),
  410     if (!isIdenticalStmt(Ctx, WStmt1->getBody(), WStmt2->getBody(),
  419     if (!isIdenticalStmt(Ctx, IStmt1->getCond(), IStmt2->getCond(),
  422     if (!isIdenticalStmt(Ctx, IStmt1->getThen(), IStmt2->getThen(),
  425     if (!isIdenticalStmt(Ctx, IStmt1->getElse(), IStmt2->getElse(),
  440       if (!isIdenticalStmt(Ctx, *I1, *I2, IgnoreSideEffects))