Searched refs:CondE (Results 1 – 2 of 2) sorted by relevance
1781 const Expr *CondE = builder.getCondition(); in processSwitch() local1782 SVal CondV_untested = state->getSVal(CondE, builder.getLocationContext()); in processSwitch()1807 assert(V1.getBitWidth() == getContext().getTypeSize(CondE->getType())); in processSwitch()
6124 ExprResult CondE = getSema().ActOnBooleanCondition(nullptr, S->getIfLoc(), in TransformIfStmt() local6126 if (CondE.isInvalid()) in TransformIfStmt()6129 Cond = CondE.get(); in TransformIfStmt()6219 ExprResult CondE = getSema().ActOnBooleanCondition(nullptr, in TransformWhileStmt() local6222 if (CondE.isInvalid()) in TransformWhileStmt()6224 Cond = CondE; in TransformWhileStmt()6297 ExprResult CondE = getSema().ActOnBooleanCondition(nullptr, in TransformForStmt() local6300 if (CondE.isInvalid()) in TransformForStmt()6303 Cond = CondE.get(); in TransformForStmt()