Home
last modified time | relevance | path

Searched refs:CondE (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1528 const Expr *CondE = builder.getCondition(); in processSwitch() local
1529 SVal CondV_untested = state->getSVal(CondE, builder.getLocationContext()); in processSwitch()
1554 assert(V1.getBitWidth() == getContext().getTypeSize(CondE->getType())); in processSwitch()
/external/clang/lib/Sema/
DTreeTransform.h5389 ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getIfLoc(), in TransformIfStmt() local
5391 if (CondE.isInvalid()) in TransformIfStmt()
5394 Cond = CondE.get(); in TransformIfStmt()
5484 ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getWhileLoc(), in TransformWhileStmt() local
5486 if (CondE.isInvalid()) in TransformWhileStmt()
5488 Cond = CondE; in TransformWhileStmt()
5561 ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getForLoc(), in TransformForStmt() local
5563 if (CondE.isInvalid()) in TransformForStmt()
5566 Cond = CondE.get(); in TransformForStmt()