Searched refs:CondE (Results 1 – 2 of 2) sorted by relevance
1735 const Expr *CondE = builder.getCondition(); in processSwitch() local1736 SVal CondV_untested = state->getSVal(CondE, builder.getLocationContext()); in processSwitch()1761 assert(V1.getBitWidth() == getContext().getTypeSize(CondE->getType())); in processSwitch()
5792 ExprResult CondE = getSema().ActOnBooleanCondition(nullptr, S->getIfLoc(), in TransformIfStmt() local5794 if (CondE.isInvalid()) in TransformIfStmt()5797 Cond = CondE.get(); in TransformIfStmt()5887 ExprResult CondE = getSema().ActOnBooleanCondition(nullptr, in TransformWhileStmt() local5890 if (CondE.isInvalid()) in TransformWhileStmt()5892 Cond = CondE; in TransformWhileStmt()5965 ExprResult CondE = getSema().ActOnBooleanCondition(nullptr, in TransformForStmt() local5968 if (CondE.isInvalid()) in TransformForStmt()5971 Cond = CondE.get(); in TransformForStmt()