SimpleConstraintManager.cpp | 59 const GRState *SimpleConstraintManager::assume(const GRState *state, function in class:clang::ento::SimpleConstraintManager 63 return assume(state, cast<NonLoc>(Cond), Assumption); 65 return assume(state, cast<Loc>(Cond), Assumption); 68 const GRState *SimpleConstraintManager::assume(const GRState *state, Loc cond, function in class:clang::ento::SimpleConstraintManager 81 assert (false && "'Assume' not implemented for this Loc."); 116 const GRState *SimpleConstraintManager::assume(const GRState *state, function in class:clang::ento::SimpleConstraintManager 155 assert(false && "'Assume' not implemented for this NonLoc"); 230 // Give up and assume the constraint is feasible. 235 // Give up and assume the constraint is feasible. 250 // Give up and assume the constraint is feasible [all...] |