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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp28 static bool isIdenticalStmt(const ASTContext &Ctx, const Stmt *Stmt1,
107 const Stmt *Stmt1 = I->getThen(); local
115 if (const CompoundStmt *CS = dyn_cast<CompoundStmt>(Stmt1)) {
135 if (Stmt1 && Stmt2) {
152 if (!Stmt1 || !Stmt2)
161 if (const CompoundStmt *CompStmt = dyn_cast<CompoundStmt>(Stmt1)) {
163 Stmt1 = CompStmt->body_back();
170 if (isIdenticalStmt(AC->getASTContext(), Stmt1, Stmt2, true)) {
306 static bool isIdenticalStmt(const ASTContext &Ctx, const Stmt *Stmt1, argument
309 if (!Stmt1 || !Stmt
[all...]

Completed in 106 milliseconds