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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp385 const WhileStmt *WStmt1 = cast<WhileStmt>(Stmt1); local
388 if (!isIdenticalStmt(Ctx, WStmt1->getCond(), WStmt2->getCond(),
391 if (!isIdenticalStmt(Ctx, WStmt1->getBody(), WStmt2->getBody(),

Completed in 1193 milliseconds