Searched defs: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
136 if (Stmt1 && Stmt2) {
138 const Stmt *Else = Stmt2;
153 if (!Stmt1 || !Stmt2)
166 if (const CompoundStmt *CompStmt = dyn_cast<CompoundStmt>(Stmt2)) {
168 Stmt2 = CompStmt->body_back();
171 if (isIdenticalStmt(AC->getASTContext(), Stmt1, Stmt2, true)) {
305 const Stmt *Stmt2, bool IgnoreSideEffects) {
307 if (!Stmt1 || !Stmt2) {
304 isIdenticalStmt(const ASTContext &Ctx, const Stmt *Stmt1, const Stmt *Stmt2, bool IgnoreSideEffects) argument
[all...]

Completed in 93 milliseconds