Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1781 const Expr *CondE = builder.getCondition(); in processSwitch() local
1782 SVal CondV_untested = state->getSVal(CondE, builder.getLocationContext()); in processSwitch()
1807 assert(V1.getBitWidth() == getContext().getTypeSize(CondE->getType())); in processSwitch()
/external/clang/lib/Sema/
DTreeTransform.h6124 ExprResult CondE = getSema().ActOnBooleanCondition(nullptr, S->getIfLoc(), in TransformIfStmt() local
6126 if (CondE.isInvalid()) in TransformIfStmt()
6129 Cond = CondE.get(); in TransformIfStmt()
6219 ExprResult CondE = getSema().ActOnBooleanCondition(nullptr, in TransformWhileStmt() local
6222 if (CondE.isInvalid()) in TransformWhileStmt()
6224 Cond = CondE; in TransformWhileStmt()
6297 ExprResult CondE = getSema().ActOnBooleanCondition(nullptr, in TransformForStmt() local
6300 if (CondE.isInvalid()) in TransformForStmt()
6303 Cond = CondE.get(); in TransformForStmt()