Searched refs:CondE (Results 1 – 2 of 2) sorted by relevance
1528 const Expr *CondE = builder.getCondition(); in processSwitch() local1529 SVal CondV_untested = state->getSVal(CondE, builder.getLocationContext()); in processSwitch()1554 assert(V1.getBitWidth() == getContext().getTypeSize(CondE->getType())); in processSwitch()
5389 ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getIfLoc(), in TransformIfStmt() local5391 if (CondE.isInvalid()) in TransformIfStmt()5394 Cond = CondE.get(); in TransformIfStmt()5484 ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getWhileLoc(), in TransformWhileStmt() local5486 if (CondE.isInvalid()) in TransformWhileStmt()5488 Cond = CondE; in TransformWhileStmt()5561 ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getForLoc(), in TransformForStmt() local5563 if (CondE.isInvalid()) in TransformForStmt()5566 Cond = CondE.get(); in TransformForStmt()