Searched refs:ForStmt1 (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp355 const ForStmt *ForStmt1 = cast<ForStmt>(Stmt1); local
358 if (!isIdenticalStmt(Ctx, ForStmt1->getInit(), ForStmt2->getInit(),
361 if (!isIdenticalStmt(Ctx, ForStmt1->getCond(), ForStmt2->getCond(),
364 if (!isIdenticalStmt(Ctx, ForStmt1->getInc(), ForStmt2->getInc(),
367 if (!isIdenticalStmt(Ctx, ForStmt1->getBody(), ForStmt2->getBody(),

Completed in 55 milliseconds