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

/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DSimplifyConstraints.cpp130 llvm::SetVector<const Formula *> NewConstraints; local
141 NewConstraints.insert(NewConstraint.operands()[0]);
142 NewConstraints.insert(NewConstraint.operands()[1]);
145 NewConstraints.insert(&NewConstraint);
148 if (NewConstraints == Constraints)
150 Constraints = std::move(NewConstraints);
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp2903 ConstraintRangeTy NewConstraints = Constraints;

Completed in 193 milliseconds