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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp30 const Stmt *Stmt2, bool IgnoreSideEffects = false);
109 const Stmt *Stmt2 = I->getElse(); local
118 if (Stmt1 && Stmt2) {
120 const Stmt *Else = Stmt2;
135 if (!Stmt1 || !Stmt2)
148 if (const CompoundStmt *CompStmt = dyn_cast<CompoundStmt>(Stmt2)) {
150 Stmt2 = CompStmt->body_back();
153 if (isIdenticalStmt(AC->getASTContext(), Stmt1, Stmt2, true)) {
287 const Stmt *Stmt2, bool IgnoreSideEffects) {
289 if (!Stmt1 || !Stmt2) {
286 isIdenticalStmt(const ASTContext &Ctx, const Stmt *Stmt1, const Stmt *Stmt2, bool IgnoreSideEffects) argument
[all...]

Completed in 325 milliseconds