Searched refs:StateFalse (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2230 ProgramStateRef StateTrue, StateFalse; local
2231 std::tie(StateTrue, StateFalse) = state->assume(*SEV);
2241 if (StateFalse) {
2243 StateFalse = StateFalse->BindExpr(Ex, Pred->getLocationContext(), Val);
2244 Bldr.generateNode(Ex, Pred, StateFalse, tags.second);

Completed in 35 milliseconds