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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2088 ProgramStateRef StateTrue, StateFalse; local
2089 tie(StateTrue, StateFalse) = state->assume(*SEV);
2092 if (StateTrue) {
2094 StateTrue = StateTrue->BindExpr(Ex, Pred->getLocationContext(), Val);
2095 Bldr.generateNode(Ex, Pred, StateTrue, tags.first);

Completed in 168 milliseconds