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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp29 const Stmt *Stmt2, bool IgnoreSideEffects = false);
108 const Stmt *Stmt2 = I->getElse(); local
135 if (Stmt1 && Stmt2) {
137 const Stmt *Else = Stmt2;
152 if (!Stmt1 || !Stmt2)
165 if (const CompoundStmt *CompStmt = dyn_cast<CompoundStmt>(Stmt2)) {
167 Stmt2 = CompStmt->body_back();
170 if (isIdenticalStmt(AC->getASTContext(), Stmt1, Stmt2, true)) {
307 const Stmt *Stmt2, bool IgnoreSideEffects) {
309 if (!Stmt1 || !Stmt2) {
306 isIdenticalStmt(const ASTContext &Ctx, const Stmt *Stmt1, const Stmt *Stmt2, bool IgnoreSideEffects) argument
[all...]

Completed in 46 milliseconds