Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h2116 typename MapB::const_iterator posB; variable
2125 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2127 posA.advanceTo(posB.start()); in advance()
2128 if (!posA.valid() || !Traits::stopLess(posB.stop(), posA.start())) in advance()
2130 } else if (Traits::stopLess(posB.stop(), posA.start())) { in advance()
2132 posB.advanceTo(posA.start()); in advance()
2133 if (!posB.valid() || !Traits::stopLess(posA.stop(), posB.start())) in advance()
2142 posA.advanceTo(posB.start()); in advance()
2143 if (!posA.valid() || !Traits::stopLess(posB.stop(), posA.start())) in advance()
2146 posB.advanceTo(posA.start()); in advance()
[all …]