Searched refs:CondE (Results 1 – 2 of 2) sorted by relevance
4992 ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getIfLoc(), in TransformIfStmt() local4994 if (CondE.isInvalid()) in TransformIfStmt()4997 Cond = CondE.get(); in TransformIfStmt()5087 ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getWhileLoc(), in TransformWhileStmt() local5089 if (CondE.isInvalid()) in TransformWhileStmt()5091 Cond = CondE; in TransformWhileStmt()5164 ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getForLoc(), in TransformForStmt() local5166 if (CondE.isInvalid()) in TransformForStmt()5169 Cond = CondE.get(); in TransformForStmt()
1077 const Expr* CondE = builder.getCondition(); in processSwitch() local1078 SVal CondV_untested = state->getSVal(CondE); in processSwitch()1110 getContext().getTypeSize(CondE->getType())); in processSwitch()