Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2447 const Expr *CondE = builder.getCondition(); in processSwitch() local
2448 SVal CondV_untested = state->getSVal(CondE, builder.getLocationContext()); in processSwitch()
2473 assert(V1.getBitWidth() == getContext().getIntWidth(CondE->getType())); in processSwitch()