Lines Matching refs:getCond
119 if (InnerIf && isIdenticalStmt(AC->getASTContext(), I->getCond(), InnerIf->getCond(), /*ignoreSideEffects=*/ false)) {
120 PathDiagnosticLocation ELoc(InnerIf->getCond(), BR.getSourceManager(), AC);
137 const Expr *Cond1 = I->getCond();
140 const Expr *Cond2 = I2->getCond();
378 if (!isIdenticalStmt(Ctx, ForStmt1->getCond(), ForStmt2->getCond(),
393 if (!isIdenticalStmt(Ctx, DStmt1->getCond(), DStmt2->getCond(),
405 if (!isIdenticalStmt(Ctx, WStmt1->getCond(), WStmt2->getCond(),
417 if (!isIdenticalStmt(Ctx, IStmt1->getCond(), IStmt2->getCond(),