Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1735 const Expr *CondE = builder.getCondition(); in processSwitch() local
1736 SVal CondV_untested = state->getSVal(CondE, builder.getLocationContext()); in processSwitch()
1761 assert(V1.getBitWidth() == getContext().getTypeSize(CondE->getType())); in processSwitch()
/external/clang/lib/Sema/
DTreeTransform.h5792 ExprResult CondE = getSema().ActOnBooleanCondition(nullptr, S->getIfLoc(), in TransformIfStmt() local
5794 if (CondE.isInvalid()) in TransformIfStmt()
5797 Cond = CondE.get(); in TransformIfStmt()
5887 ExprResult CondE = getSema().ActOnBooleanCondition(nullptr, in TransformWhileStmt() local
5890 if (CondE.isInvalid()) in TransformWhileStmt()
5892 Cond = CondE; in TransformWhileStmt()
5965 ExprResult CondE = getSema().ActOnBooleanCondition(nullptr, in TransformForStmt() local
5968 if (CondE.isInvalid()) in TransformForStmt()
5971 Cond = CondE.get(); in TransformForStmt()