Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DTreeTransform.h4992 ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getIfLoc(), in TransformIfStmt() local
4994 if (CondE.isInvalid()) in TransformIfStmt()
4997 Cond = CondE.get(); in TransformIfStmt()
5087 ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getWhileLoc(), in TransformWhileStmt() local
5089 if (CondE.isInvalid()) in TransformWhileStmt()
5091 Cond = CondE; in TransformWhileStmt()
5164 ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getForLoc(), in TransformForStmt() local
5166 if (CondE.isInvalid()) in TransformForStmt()
5169 Cond = CondE.get(); in TransformForStmt()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1077 const Expr* CondE = builder.getCondition(); in processSwitch() local
1078 SVal CondV_untested = state->getSVal(CondE); in processSwitch()
1110 getContext().getTypeSize(CondE->getType())); in processSwitch()