Home | History | Annotate | Download | only in AST

Lines Matching refs:getCond

3496     if (!EvaluateInteger(SS->getCond(), Value, Info))
3681 if (!EvaluateCond(Info, IS->getConditionVariable(), IS->getCond(), Cond))
3697 if (!EvaluateCond(Info, WS->getConditionVariable(), WS->getCond(),
3720 if (!EvaluateAsBooleanCondition(DS->getCond(), Continue, Info))
3737 if (FS->getCond() && !EvaluateCond(Info, FS->getConditionVariable(),
3738 FS->getCond(), Continue))
3778 if (!EvaluateAsBooleanCondition(FS->getCond(), Continue, Info))
4193 if (!EvaluateAsBooleanCondition(E->getCond(), BoolResult, Info)) {
4309 dyn_cast<CallExpr>(E->getCond()->IgnoreParenCasts()))
9681 = dyn_cast<CallExpr>(Exp->getCond()->IgnoreParenCasts()))
9684 ICEDiag CondResult = CheckICE(Exp->getCond(), Ctx);
9702 if (Exp->getCond()->EvaluateKnownConstInt(Ctx) == 0)