Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DIntervalMap.h2061 typename MapA::const_iterator posA; variable
2071 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2073 posA.advanceTo(posB.start()); in advance()
2074 if (!posA.valid() || !Traits::stopLess(posB.stop(), posA.start())) in advance()
2076 } else if (Traits::stopLess(posB.stop(), posA.start())) { in advance()
2078 posB.advanceTo(posA.start()); in advance()
2079 if (!posB.valid() || !Traits::stopLess(posA.stop(), posB.start())) in advance()
2087 posA.advanceTo(posB.start()); in advance()
2088 if (!posA.valid() || !Traits::stopLess(posB.stop(), posA.start())) in advance()
2091 posB.advanceTo(posA.start()); in advance()
[all …]