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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp433 const CompoundStmt *CompStmt1 = cast<CompoundStmt>(Stmt1); local
436 if (CompStmt1->size() != CompStmt2->size())
439 CompoundStmt::const_body_iterator I1 = CompStmt1->body_begin();
441 while (I1 != CompStmt1->body_end() && I2 != CompStmt2->body_end()) {

Completed in 104 milliseconds