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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp29 static bool isIdenticalStmt(const ASTContext &Ctx, const Stmt *Stmt1,
108 const Stmt *Stmt1 = I->getThen(); local
118 if (Stmt1 && Stmt2) {
135 if (!Stmt1 || !Stmt2)
144 if (const CompoundStmt *CompStmt = dyn_cast<CompoundStmt>(Stmt1)) {
146 Stmt1 = CompStmt->body_back();
153 if (isIdenticalStmt(AC->getASTContext(), Stmt1, Stmt2, true)) {
286 static bool isIdenticalStmt(const ASTContext &Ctx, const Stmt *Stmt1, argument
289 if (!Stmt1 || !Stmt2) {
290 if (!Stmt1
[all...]

Completed in 3547 milliseconds