Home | History | Annotate | Download | only in Checkers

Lines Matching refs:getCond

119     const Expr *Cond1 = I->getCond();
122 const Expr *Cond2 = I2->getCond();
361 if (!isIdenticalStmt(Ctx, ForStmt1->getCond(), ForStmt2->getCond(),
376 if (!isIdenticalStmt(Ctx, DStmt1->getCond(), DStmt2->getCond(),
388 if (!isIdenticalStmt(Ctx, WStmt1->getCond(), WStmt2->getCond(),
400 if (!isIdenticalStmt(Ctx, IStmt1->getCond(), IStmt2->getCond(),