Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp108 const Stmt *Stmt2 = I->getElse(); in VisitIfStmt() local
135 if (Stmt1 && Stmt2) { in VisitIfStmt()
137 const Stmt *Else = Stmt2; in VisitIfStmt()
152 if (!Stmt1 || !Stmt2) in VisitIfStmt()
167 Stmt2 = CompStmt->body_back(); in VisitIfStmt()
309 if (!Stmt1 || !Stmt2) { in isIdenticalStmt()
310 return !Stmt1 && !Stmt2; in isIdenticalStmt()
319 const Expr *Expr2 = dyn_cast<Expr>(Stmt2); in isIdenticalStmt()
377 const ForStmt *ForStmt2 = cast<ForStmt>(Stmt2); in isIdenticalStmt()
395 const DoStmt *DStmt2 = cast<DoStmt>(Stmt2); in isIdenticalStmt()
[all …]