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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp418 const IfStmt *IStmt1 = cast<IfStmt>(Stmt1); local
421 if (!isIdenticalStmt(Ctx, IStmt1->getCond(), IStmt2->getCond(),
424 if (!isIdenticalStmt(Ctx, IStmt1->getThen(), IStmt2->getThen(),
427 if (!isIdenticalStmt(Ctx, IStmt1->getElse(), IStmt2->getElse(),

Completed in 96 milliseconds