Home
last modified time | relevance | path

Searched refs:WStmt2 (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp403 const WhileStmt *WStmt2 = cast<WhileStmt>(Stmt2); in isIdenticalStmt() local
405 if (!isIdenticalStmt(Ctx, WStmt1->getCond(), WStmt2->getCond(), in isIdenticalStmt()
408 if (!isIdenticalStmt(Ctx, WStmt1->getBody(), WStmt2->getBody(), in isIdenticalStmt()