Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1805 const Expr *CondE = builder.getCondition(); in processSwitch() local
1806 SVal CondV_untested = state->getSVal(CondE, builder.getLocationContext()); in processSwitch()
1831 assert(V1.getBitWidth() == getContext().getTypeSize(CondE->getType())); in processSwitch()