Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp560 const llvm::APSInt &IntersectionStart = Second->From(); in intersect() local
582 Result.push_back(Range(IntersectionStart, Second->To())); in intersect()