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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp398 const IfStmt *IStmt2 = cast<IfStmt>(Stmt2); local
400 if (!isIdenticalStmt(Ctx, IStmt1->getCond(), IStmt2->getCond(),
403 if (!isIdenticalStmt(Ctx, IStmt1->getThen(), IStmt2->getThen(),
406 if (!isIdenticalStmt(Ctx, IStmt1->getElse(), IStmt2->getElse(),

Completed in 68 milliseconds