|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp 28 static bool isIdenticalStmt(const ASTContext &Ctx, const Stmt *Stmt1,
References
tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp 91 if (isIdenticalStmt(AC->getASTContext(), RHS, B2->getRHS())) {
99 if (isIdenticalStmt(AC->getASTContext(), RHS, LHS)) {
118 if (InnerIf && isIdenticalStmt(AC->getASTContext(), I->getCond(), InnerIf->getCond(), /*IgnoreSideEffects=*/ false)) {
140 if (isIdenticalStmt(AC->getASTContext(), Cond1, Cond2, false)) {
170 if (isIdenticalStmt(AC->getASTContext(), Stmt1, Stmt2, true)) {
253 if (isIdenticalStmt(AC->getASTContext(), B->getLHS(), B->getRHS())) {
276 if (isIdenticalStmt(AC->getASTContext(), C->getTrueExpr(),
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))