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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp407 const WhileStmt *WStmt2 = cast<WhileStmt>(Stmt2); local
409 if (!isIdenticalStmt(Ctx, WStmt1->getCond(), WStmt2->getCond(),
412 if (!isIdenticalStmt(Ctx, WStmt1->getBody(), WStmt2->getBody(),

Completed in 101 milliseconds